.terms_div_father{
    padding: 80px 0 185px 0;
    background-color: #FFFFFF;
    margin: auto;
    text-align: left;
}
@media only screen and (min-width: 1920px) {
    .terms_div_father {
        width: 42%;
    }
}
@media only screen and (max-width: 1920px) {
    .terms_div_father {
        width: 64%;
    }
}
.terms_div_father>h3{
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #272727;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 80px;
}
.terms_div{
    margin-top: 60px;
}
.terms_div h3{
    margin: 60px 0 20px 0;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #272727;
}
.terms_div p{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 20px;
    color: rgb(0, 0, 0);
}
.terms_div a{
    font-family: 'Montserrat';
    font-weight: 400;
    color: #FF8b00;
}
.terms_div_father>.terms_div:first-of-type{
    margin-top: 80px;
}