.check-top h1{
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: unset;

}

@media (min-width: 1200px){
    .check-top h1{
        font-size: 62px;
        margin-bottom: 80px;
    }
}