.border-footer{
    border-bottom: 1px solid #fff;
}

.footer-logo{
    max-width: 306px;
    padding: 0 30px 30px 30px;
}

.about-us-footer{
    display: flex;
    padding-left: 30px;
}

.sub-form{
    border-radius: 100px;
    border: none;
    font-weight: 300;
    font-size: 12px;
}

.text-subscribe{
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

.sub-form-footer{
    width: 100%;
}

.icon-footer{
    width: 35px;
}

@media screen and (max-width: 767px) {
    .footer-logo{
        width: 100%;

    }
}

@media (min-width: 768px) {
    .about-us-footer {
        justify-content: center !important;
    }
}
