.about__box {
    padding-top:15rem;
}
.about__header-box::before {
    width: 31px;
    height:24px;
    content: " ";
    background-image: url(../../images/dolar.svg);
    position: absolute;
    left: -16px;
    top: -45px;
}
.about__header-box {
    border-left:1px solid #d6d6d6;
    position: relative;
}
.about__header {
    margin-left:3rem;
}
.about__header{
    font-size:3.6rem;
    display: inline-block;
    margin-bottom:0;
    color:#2A2F32;
}
.about__content {
    margin-top:6rem;
}
@media(max-width:992px) {
    .about__box,.about__content {
        width:90%;
    }  
}