.width90{
    width:100%
}
.distance-top {
    margin-top: 1.7rem;
}
.about-area2.about-area1 {
    padding: 0;
}

.about-area2 .about-img img {
    width: 70%;
    border-radius: 4px;
}
.about-area2 .about-img.about-img1 img {
    border-radius: 0;
}
@media (min-width: 1400px){
    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
}

.section-tittle {
    position: relative;
}

.mb-25 {
    margin-bottom: 25px;
}

.about-caption .section-tittle>span {
    color: #a80000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .1em;
    margin-bottom: 18px;
}
.about-caption .section-tittle h2 {
    font-size: 2rem;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
}

.about-caption .section-tittle p {
    color: #656565;
    font-weight: 400;
    line-height: 1.5;
}
.about-caption ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: disc;
}
@media(max-width:1400px){
    .home-guide{
        width:100%
    }
    .features-content {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
}
@media(max-width:767px){
    .home-guide-slide.mobile .col-sm-6{
        padding-left: 0;
        padding-right: 0;
    }
    .group-menu .col-6.text-left.pl-0 {
        padding-left: 2px!important;
    }
    .home-guide,
    #about-us,
    .about-area2 .about-img img{
        width:100%
    }
}