.about-area {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-image-box {
    position: relative;
    display: block;
    max-width: unset;
    width: 100%;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px
}

.about-image-box:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 1
}

.about-image-box .inner-box {
    position: relative;
    display: block;
    z-index: 2
}

.about-image-box .inner-box img {
    width: 100%
}

.about-image-box .inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-image-box .inner-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.about-image-box .inner-box .overlay .box .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.about-image-box .inner-box .overlay .box .icon img {
    width: auto
}

.about-image-box .text-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 52px;
    padding-right: 20px;
    margin-right: 60px;
    z-index: 1
}

.about-image-box .text-box:before {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-family: 'icomoon';
    content: "\e939";
    color: #ebebeb;
    font-size: 70px;
    line-height: 70px;
    transform: perspective(1200px) rotateX(180deg) translateZ(0);
    z-index: -1
}

.about-image-box .text-box p {
    color: var(--text_color);
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 17px
}

.about-image-box .text-box h3 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600
}

.about-image-box .text-box h3 span {
    color: var(--main_color);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway'
}

.about-text {
    position: relative;
    display: block;
    padding-left: 100px
}

.about-text .sec-title {
    padding-bottom: 44px
}

.about-text .inner-content {
    position: relative;
    display: block
}

.about-text .inner-content .text {
    display: block;
    padding-bottom: 26px
}
@media (max-width: 767px) {
    .news-tour__card .news-tour__img {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .news-tour__card .news-card__detail {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-tour__card a {
        width: 100%;
    }
}