@media only screen and (min-width: 1920px) {
    .footer_information_div_father {
        width: 42%;
    }
}
@media only screen and (max-width: 1920px) {
    .footer_information_div_father {
        width: 64%;
    }
}
.footer_information_div_father{
    padding: 80px 0 185px 0;
    background-color: #FFFFFF;
    margin: auto;
    text-align: left;
}
.footer_information_div_father>.footer_information_div:first-of-type{
    margin-top: 80px;
}
.footer_information_div_father>h3{
    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;
}
.footer_information_div>ul{
    margin-left:30px;
}
.footer_information_div>ul>li{
    list-style: disc;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #000;
}

.footer_information_div h4{
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 22px;
    color: #000;
    margin-bottom: 12px;
}

.footer_information_div{
    margin-top: 60px;
}
.footer_information_div>h3{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}
.footer_information_div p{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 20px;
    color: #000;
    margin-bottom: 12px;
}
.footer_information_div a{ 
    color: #FF8b00;
}