* {
    margin: 0;
}

body {
    background-color: black;
    color: white;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.top1{
    display: flex;
}

.main_title1{
    font-size: 10rem;
    /* border: 2px white dashed ; */
    width: 900px;
    text-align: justify;
    line-height: 1.15;
    padding: 40px
}


.img-box {
    /* image-rendering: auto; */
    width: 50%;
    height:736px;
    overflow: hidden;
    margin-top: 10px;
    /* border: 2px white dashed; */
    
}
.crop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}



.top2{
    display: flex;
}

.main_title2{
    font-size: 10rem;
    text-align: right;
    line-height: 1.15;
    /* border: 2px white dashed; */
    width: 900px;
    
}
.img-box2 {
    width: 50%;
    height: 736px;
    /* border: 2px white dashed; */
    overflow: hidden;
    position: relative;
    /* margin-top: 70px; */
    padding-top: 70px
}

.crop-img2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    top: -40px; 
    /* left: 40px; */
    padding-left: 40px;
}