.about-us {
    padding-top: 90px;
}

.about-us .about-us-content .heading {
    border-left: 2px solid #4f3ac9;
    padding-left: 20px;
    margin-bottom: 40px;
}

.about-us .about-us-content .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424457;
}

.about-us .about-us-content .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #9292a3;
}

.about-us .about-us-content p:last-of-type {
    font-size: 18px;
    font-weight: 300;
    color: #8d8c8c;
    line-height: 28px;
    margin-bottom: 40px;
}


.about-us .about-us-content .buttons a.btn-1 {
    background: #5a6949;
    color: #ffffff;
    padding: 15px 55px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 20px -1px #4f3ac9;
    transition: all .5s ease-in-out;
    display: inline-block;
}

.about-us .about-us-content .buttons a.btn-1:hover {
    background: #e9caad;
    color: #212332;
}


.about-us .about-us-content .buttons a.btn-2 {
    background: #e9caad;
    color: #212332;
    padding: 15px 55px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: none;
    position: relative;
    box-shadow: 2px 2px 20px -1px #4f3ac9;
    transition: all .5s ease-in-out;
    display: inline-block;
}

.about-us .about-us-content .buttons a.btn-2:hover {
    background: #5a6949;
    color: #ffffff;
}


.titulo_about{
    color: #4f3ac9 !important
}

@media (max-width: 575.98px) { 

    .about-us .about-us-content .buttons a.btn-2 {
        margin-bottom: 40px;
        margin-top: 20px;
        margin-left: 0;
    }
    /* About Us */
    .about-us .about-us-content .buttons a.btn-2 {
        margin-top: 20px;
        margin-left: 0;
    }

}
@media (max-width: 767.98px) {
    .about-us .about-img {
        margin-top: 40px;
    }
}