#about-content .item-about {
    margin-bottom: 8px;
}

#about-content .item-about .row {
    display: flex;
    flex-wrap: wrap;
}

#about-content .item-about>div {
    background: #F2F2F2
}

#about-content .item-about:nth-child(even)>div {
    background: #FFEDC2
}

#about-content .item-about p {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 15px;
    text-align: justify;
    font-size: 18px;
}

.banner-about {
    position: relative;
    z-index: 0;
}

.banner-about .content {
    color: #000;
    font-size: 18px;
    text-align: justify;
}

.banner-about:nth-child(odd) .content {
    right: 0px;
}

.banner-about:nth-child(even) .content {
    left: 0px;
}

.banner-about.banner_about_1 {
    margin-top: 50px;
}
.banner-about.banner_about_2 .content-small span{
    color: #8f0000;
    font-weight: 600;
}
.banner-about.banner_about_5 .content span {
    display: block;
    color: #8f0000;
    font-weight: 600;
}

#reason-about p {
    color: #FFF;
    position: relative;
    z-index: 0;
    text-align: justify;
}

#reason-about p::before {
    content: "";
    background-image: url(../img/home/icon.png);
    position: absolute;
    right: calc(100% + 2px);
    top: 2px;
    width: 19px;
    height: 17px;
    background-repeat: no-repeat;
}

.background-reason {
    background: #313B47;
    padding: 15px 25px;
}

#map-list {
    position: relative;
    z-index: 0;
}

#map-list h2.new-services-title {
    position: absolute;
    top: 15px;
    width: 100%;
}

@media (min-width: 900px) {
    .banner-about .content {
        position: absolute;
        top: 0px;
        bottom: 0px;
        display: flex;
        justify-content: center;
        color: #FFF;
        flex-direction: column;
        padding: 0px 50px;
        font-size: 18px;
        text-align: justify;
    }

    .banner-about.banner_about_1 .content {
        width: 55%;
    }

    .banner-about.banner_about_2 .content {
        width: 75%;
        color: #000;
    }

    .banner-about.banner_about_3 .content {
        width: 55%;
    }

    .banner-about.banner_about_4 .content {
        width: 60%;
    }

    .banner-about.banner_about_5 .content {
        color: #000;
        width: 55%;
        left: 0px;
        right: unset;
    }

    #reason-about p {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    #reason-about p {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    #about-content .item-about .img {
        order: 1;
    }

    #about-content .item-about .content {
        order: 2;
    }

    #map-list h2.new-services-title {
        font-size: 16px;
        top: 1px;
    }

    #about-content .item-about {
        margin-bottom: 25px;
    }

    .banner-about {
        margin-bottom: 25px;
    }

    #about-content .item-about>div,
    .banner-about {
        box-shadow: 0px 0px 5px 1px #CCC;
    }

    .banner-about .content {
        padding: 15px;
    }
    .banner-about .banner-img{
        position: relative;
        z-index: 0;
    }
    .banner-about .title-mobile{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner-about.banner_about_1 .title-mobile{
        right: 15px;
        color: #FFF;
    }
    .banner-about.banner_about_2 .title-mobile{
        left: 15px;
        color: #000;
    }
    .banner-about.banner_about_3 .title-mobile{
        right: 15px;
        color: #FFF;
    }
    .banner-about.banner_about_4 .title-mobile{
        left: 15px;
        color: #FFF;
    }
    .banner-about.banner_about_5 .title-mobile{
        left: 15px;
    }

}