.about_company {
    position: relative;
    color: #000;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 50px 0 100px;
}

.about_company-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.about_company-inner-content .custom-btn span {
    color: #000;
}

.about_company-inner-content-contacts {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 150px;
    margin: 50px 0 0;
}

.about_company-inner-content-contacts small {
    display: block;
    margin-bottom: 10px;
    opacity: 0.5;
}

.about_company-inner-content-contacts a {
    color: #000;
    display: inline-block;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.about_company-inner-content-contacts a:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000;
}

.about_company-inner-content-contacts a:hover {
    transform: translateY(-100%);
    text-decoration: none;
}

.seo_text {
    margin-top: 50px;
}

.scrolled {
    max-height: 500px;
    padding-right: 20px;
    overflow-y: scroll;
    word-break: break-word;
}

.scrolled::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.scrolled::-webkit-scrollbar-button {
    background-color: transparent;
}

.scrolled::-webkit-scrollbar-corner {
    background-color: #999;
}

.scrolled::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 0px;
}

.scrolled::-webkit-scrollbar-track {
    background-color: #999;
}

.scrolled::-webkit-scrollbar-track-piece {
    background-color: #f2f5f7;
}

.ifn-decor {
    display: flex;
    justify-content: center;
    fill: var(--ab-dark-color);
    opacity: 0.3;
}

/*
* NEW SECTION STYLES
*/

.about_company-inner {
    position: relative;
    padding: 5vw 0;
    display: flex;
    flex-wrap: wrap;
}

.about_company-inner:before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/abagency/assets/images/decor-background.webp);
    width: calc(100% + 130px);
    height: 100%;
    top: 0;
    left: -65px;
    opacity: .4;
    border-radius: 1em;
    z-index: -1;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}

.about_company__wrapper {
    position: relative;
    max-width: 900px;
}

.hero-graphics-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-graphic-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about_company-inner > div {
    flex: 1 auto;
}

.about_graphics {
    position: relative;
    width: 100%;
    text-align: right;
    max-width: 500px;
    padding: 30px 0 0;
}

.about_graphics__content_decor.image_1 {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    overflow: hidden;
    width: 2.02em;
    height: 28.99em;
    margin-top: 4.28em;
    margin-left: 1.4em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0.25em;
    box-shadow: 13px 0 1.7em -0.6em rgb(0 0 0 / 65%);
}

.about_graphics__content_decor.image_2 {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 15.89em;
    height: 2.08em;
    top: 10px;
    right: 0;
    margin-bottom: 2.1em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0.25em;
    box-shadow: 7px 7px 1.7em -0.6em rgb(0 0 0 / 65%);
}

.about_graphics__content_wrap {
    position: relative;
    margin: 2vh 0 0 auto;
    z-index: 1;
    overflow: hidden;
    border-radius: 1em;
    background-color: #333;
    box-shadow: 9px 9px 1.7em -0.6em rgb(0 0 0 / 65%);
    max-width: 75%;
}

.image-absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-cover {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .about_company__wrapper .section-title h2 {
        font-size: 2.35rem;
    }
}