.x1 h1{
    height: 7.5rem /* 120/16 */;
    font-size: 2.5rem /* 40/16 */;
    text-align: center;
    margin: 3.75rem /* 60/16 */;
    font-weight: 12.5rem /* 200/16 */;
}
.x1 h1 p{
    font-size: 1.0625rem /* 17/16 */;
    margin-top: 1.875rem /* 30/16 */;
    text-align: center;
}
.c1{
    height: auto;
}
.c1 h1{
    font-size: 2.5rem /* 40/16 */;
    text-align: center;
    margin: 3.75rem /* 60/16 */;
    font-weight: 12.5rem /* 200/16 */;
}
@media screen and (max-width: 1000px){
    .x1 h1{
        height: fit-content;
    }
    .c1 img{
        width: 100vw;
        height: auto;
    }
}