
.left-section h2{
    color: #000;
    font-family: Jost;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
}
.left-section p{
    color: #777;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 161.111% */
    padding-top:2rem;
}
.left-section li{
    padding-top:2rem;
    font-size: 16px;
}
.form-wrapper{
    padding-top:70px;
    padding-bottom: 70px;
}
.form-section label{
    font-weight: 600;
}
.form-section button{
    background-color: #00A651;
    border:none;
    padding:5px 15px;
}
@media (max-width:577px){
    .common-wrapper {
        height: 200px;
    }
    .form-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .left-section li {
        font-size: 14px;
    }
    .common-wrapper {
        height: 250px;
    }
}