.about-section__numbers {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.about-section__number {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.about-section__number > * {
    margin-bottom: 5px;
}
.about-section__number > :last-child {
    margin-bottom: 0;
}
.about-section__number-value {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}
.about-section__number-desc {
    font-size: .8125rem;
}

/* Specific */
@media (min-width: 768px) {
    body#index .about-section {
        padding-top: 80px;
        padding-bottom: 90px;
    }
}
@media (min-width: 992px) {
    body#index .about-section {
        padding-top: 130px;
        padding-bottom: 140px;
    }
}
/*body#index .about-section .about-section__container {
    max-width: 1440px;
}*/
body#index .about-section .about-section__wrapper,
body#index .about-section .about-section__content {
    position: relative;
}
body#index .about-section .about-section__content {
    background-color: #ffffff;
    padding: 25px;
}
@media (min-width: 768px) {
    body#index .about-section .about-section__content {
        padding: 35px;
        padding-right: clamp(3.75rem, 1.25rem + 12.5vw, 16.25rem) !important;
    }
}
@media (min-width: 992px) {
    body#index .about-section .about-section__content {
        padding: 50px;
    }
}
body#index .about-section .about-section__content:before,
body#index .about-section .about-section__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 43px;
    position: absolute;
    left: 50%;
    background-image: url(../../img/about-sep.svg);
    transform: translateX(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: top;
}
body#index .about-section .about-section__content:before {
    bottom: 100%;
    transform: translateX(-50%) scaleY(-1);
}
body#index .about-section .about-section__content:after {
    top: 100%;
}
@media (max-width: 767.99px) {
    body#index .about-section .about-section__col--img {
        margin-bottom: -40px !important;
        z-index: 2;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) {
    body#index .about-section .about-section__col--img {
        position: absolute;
        right: 0;
        z-index: 1;
    }
}
.about-section a:not(.btn) {
    text-decoration: underline;
}
.about-section a:not(.btn):hover {
    text-decoration: none;
}