.about-text{
    color:black;
    border-bottom:solid 2px rgb(124, 142, 33) !important;
    width:50%;
}
.about-text span{
    color:rgb(124, 142, 33);
}
.about-text .col-sm-8{
    text-align: center;
}
.col-sm-6{
    margin-top:50px;
    margin-bottom: 50px;
}
.col-sm-5 img{
    margin-bottom: 20px;
}

@media (max-width: 992px){
    .about-text{
        width:90%;
    }
    .col-sm-6{
        margin-bottom:0;
    }
}
