.about-us{
    background: #120D0D;
    padding-top: 100px;
    padding-bottom: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.about-us .main-title{
    display: inline-block;
    margin-top: 9rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    border-bottom: 2px solid rgba(246, 239, 222, 0.6);
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 23px;
}
.about-us__content{
    margin-top: 64px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 150px 1fr;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 150px;
       -moz-column-gap: 150px;
            column-gap: 150px;
    row-gap: 3.3667rem;
}
.about-us p{
    margin-top: 25px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 1.167rem;
    line-height: 125%;
}
.about-us-item img{
    width: 100%;
    max-width: 405px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.about-us-item{
    max-width: 650px;
}
.about-us .item-heading{
    font-size: 1.36rem;
    margin-top: 40px;
    margin-bottom: 18px;
}
.about-us a .item-heading:last-child{
    margin-top: 0;
}
.item-info {
    font-size: 1rem;
    margin-bottom: 15px;
}
.about-us-item p{
    margin-top: 20px;
    font-size: 1rem;
}
.about-us-item span{
    font-weight: 400;
    font-family: 'PT Sans';
    font-size: 1rem;
    line-height: 100%;
    color: #FFBC6C;
}
@media(max-width: 991.98px){
    .about-us__content{
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
    .about-us .main-title{
        margin-top: 100px;
    }
}
@media(max-width:420.98px){
    .about-us{
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .about-us .main-title{
        display: block;
    }
    .about-us__content{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 40px;
        row-gap: 50px;
    }
    .about-us-item img{
        max-width: 200px;
    }
    .about-us .item-heading{
        font-weight: 700;
        line-height: 126%;
        margin-bottom: 15px;
    }
    .about-us p{
        line-height: 140%;
        margin-top: 15px;
    }
}