.about-page__top {
    background-image: url("/wp-content/themes/newexchanger/images/about-top_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.about-page__top-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
    padding: 70px 0;
}
.about-page__top h2{
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-page__top-col {
    margin-right: 30px;
}
.about-page__top-col:last-child {
    margin-right: 0;
}
.about-page__top-col p {
    text-align: justify;
}
.about-text {
    background: url(/wp-content/themes/newexchanger/images/home-banner-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-text:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(117deg, #040404 0%, #1A1209 100%);
    opacity: 0.9;
}
.about-text_wrap{
    padding: 70px 0;
    position: relative;
    z-index: 13;
    width: 100%;
    margin: 0 0 45px 0;
}
.about_text_ins {
    max-width: 1150px;
    margin: 0 auto;
}
.about_text_block {
    padding: 0 10px;
}
.about_text_title{
    font-size: 24px;
    font-family: 'Gotham', sans-serif;
    color: #F46227;
    text-align: left;
    width: 60%;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 45px 0;
}
.about_text_div {
    background: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    color: #fff;
}
.about-text .about_text_div .text .glav_text .glav_text_all .glav_text_txt h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    flex-direction: row;
    align-items: center;
}
.about-text .about_text_div .text .glav_text .glav_text_all p {
    display: none;
}
.about-text .about_text_div .text .glav_text .glav_text_all span {
    color: #F46227;
    display: contents;
}
.about-text .about_text_div .text .glav_text .glav_text_all:nth-child(4) {
    grid-column: 2/2;
    grid-row: 2/2;
}
.about-text .about_text_div .text .glav_text .glav_text_all h2:before {
    margin-bottom: 0;
    margin-right: 28px;
}
.about-text .about_text_div .text .glav_text .glav_text_all .glav_text_txt {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media(max-width: 767px){
    .about-page__top-inner {
        flex-direction: column;
        max-width: 100%;
        padding: 20px;
    }
    .about-page__top h2 {
        text-align: center;
    }
    .about-page__top-col {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .about-page__top-col iframe {
        width: 100%;
    }
    .about_text_title {
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    .about_text_block {
        padding: 0 20px;
    }
    .about-text_wrap {
        padding: 70px 0 0px;
        margin: 0 0 20px 0;
    }
}