.center__section {
    padding-top: 115px;
}

.center__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.center__col:nth-of-type(1) {
    width: 46%;
}

.center__col:nth-of-type(2) {
    width: 43%;
}

.center__title {
    font-family: var(--superhumans--font-family-secondary);
    font-size: 5rem;
    margin-bottom: 40px;
}

.center__title span {
    position: relative;
}

.center__text {
    font-size: 1.375rem;
    line-height: 1.545;
    position: relative;
}

.center__join {
    margin-left: 44px;
    position: relative;
}

.center__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center__img {
    width: 59%;
    position: relative;
    display: block;
    -webkit-border-radius: 140px;
    border-radius: 140px;
    margin-right: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.center__img:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 170%;
}

.center__stats-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.center__stats-item {
    margin-bottom: 21px;
    position: relative;
}

.center__stats-item:last-of-type {
    margin-bottom: 0;
}

.center__stats-num {
    font-family: var(--superhumans--font-family-secondary);
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 2.813rem;
}

.center__stats-text {
    color: #000000;
}

.center__facts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.center__facts-col:nth-of-type(1) {
    width: 64%;
}

.center__facts-col:nth-of-type(2) {
    width: 30%;
}

.center__facts-carousel-wrapper {
    position: relative;
    padding-right: 58px;
}

.center__facts-carousel:not(.slick-initialized) .center__facts-carousel-item {
    display: none;
}

.center__facts-carousel:not(.slick-initialized) .center__facts-carousel-item:first-of-type {
    display: block;
}

.center__facts-carousel-item {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.center__facts-carousel-inner {
    position: relative;
    width: 100%;
    display: block;
    -webkit-border-radius: 138px;
    border-radius: 138px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.center__facts-carousel-inner:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 43.82%;
}

.center__facts-carousel-inner-text {
    position: absolute;
    bottom: 15px;
    left: 105px;
    width: calc(100% - 210px);
}

.center__facts-carousel-inner-text p {
    color: var(--superhumans--color-secondary);
}

.center__facts-carousel-inner-text p:nth-of-type(1) {
    font-family: var(--superhumans--font-family-secondary);
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.545;
}

.center__facts-carousel-inner-text p:nth-of-type(2) {
    line-height: 1.375;
}

.center__facts-carousel-inner-text hr {
    width: 43px;
    height: 1px;
    border: none;
    display: block;
    margin: 5px 0 13px;
    background: var(--superhumans--color-secondary);
}

.center__facts-btn {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 116px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}

.center__facts-btn svg {
    width: 100%;
    height: auto;
    display: block;
}

.center__facts-btn svg ellipse {
    -webkit-transition: var(--superhumans--transition);
    -o-transition: var(--superhumans--transition);
    transition: var(--superhumans--transition);
    fill: var(--superhumans--color-tertiary);
}

.center__facts-btn:hover svg ellipse {
    fill: var(--superhumans--color-fifth);
}

.center__facts-text-slider-wrapper {
    position: relative;
    margin-top: 60px;
}

.center__facts-text-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.center__facts-text-slider:not(.slick-initialized) .center__facts-text {
    display: none;
}

.center__facts-text-slider:not(.slick-initialized) .center__facts-text:first-of-type {
    display: block;
}

.center__facts-text-slider .slick-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.center__facts-text-slider .slick-dots {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 21px;
}

.center__facts-text-slider .slick-dots li {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--superhumans--font-family-secondary);
    color: var(--superhumans--color-primary);
}

.center__facts-text-slider .slick-dots li:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 43px;
    margin: 0 5px;
    background: var(--superhumans--color-primary);
}

.center__facts-text-slider .slick-dots li:last-of-type:after {
    display: none;
}

.center__facts-text-slider .slick-dots li.slick-active button {
    font-weight: 900;
}

.center__facts-text-slider .slick-dots li button {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: var(--superhumans--color-primary) !important;
}

.center__facts-text-slider .slick-dots li button:before {
    content: "0";
}

.center__facts-text-slider .slick-dots li:nth-child(n + 10) button:before {
    display: none;
}

.center__facts-text {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.center__facts-text p {
    line-height: 1.375;
}

@media (max-width: 992px) {
    .center__row {
        display: block;
    }

    .center__col:nth-of-type(1) {
        width: 100%;
    }

    .center__col:nth-of-type(2) {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .center__stats {
        margin-top: 30px;
    }

    .center__facts-row {
        display: block;
        margin-top: 40px;
    }

    .center__facts-col:nth-of-type(1) {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
    }

    .center__facts-col:nth-of-type(2) {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .center__facts-text-slider-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .center__section {
        padding-top: 40px;
    }

    .center__col:nth-of-type(2) {
        width: 100%;
    }

    .center__title {
        font-size: 2.5rem;
        display: block;
        margin-bottom: 20px;
        position: relative;
        padding-right: 93px;
    }

    .center__join {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 12px;
    }

    .center__text {
        font-size: 1.125rem;
    }

    .center__stats {
        margin-top: 25px;
    }

    .center__img {
        margin-right: 38px;
        width: 180px;
    }

    .center__stats-item {
        margin-bottom: 15px;
    }

    .center__stats-item:last-of-type {
        margin-bottom: 0;
    }

    .center__stats-num {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .center__stats-text {
        font-size: 0.875rem;
    }

    .center__facts-col:nth-of-type(1) {
        width: 100%;
    }

    .center__facts-col:nth-of-type(2) {
        width: 100%;
    }

    .center__facts-carousel-wrapper {
        padding-right: 0;
    }

    .center__facts-btn {
        height: 79px;
        width: 79px;
    }

    .center__facts-carousel-inner-text {
        left: 33px;
        bottom: 26px;
        width: calc(100% - 66px);
    }
}

@media (max-width: 380px) {
    .center__title {
        font-size: 2.2rem;
    }

    .center__facts-carousel-inner-text p:nth-of-type(1) {
        font-size: 1.25rem;
    }

    .center__facts-carousel-inner-text p:nth-of-type(2) {
        font-size: 0.875rem;
    }
}

@media (max-width: 320px) {
    .center__title {
        font-size: 2rem;
    }
}
