.page-about .main-carousel {
    /*margin-bottom: 6rem;*/
    /*height: auto;*/
    position: relative;
}
.page-about .main-carousel__container {
    /*height: 30rem;*/
}
.page-about .main-carousel__inner {
    /*height: 10rem;*/
}

.slider__text {
    position: absolute;
    top: 10rem;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.slider__text h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.375rem;
    margin-bottom: .875rem;
}

.slider__text p {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 320px) {
    .slider__text {
        top: 2rem;
        max-width: 10%;
        margin: 0 auto;
        padding: 0 1.25rem;
    }

    .slider__text h2 {
        color: #ffffff;
        font-weight: 700;
        font-size: 0.9rem;
        line-height: 1.2;
        margin-bottom: .875rem;
    }

    .slider__text p {
        color: #ffffff;
        font-size: .8rem;
        line-height: 1.1;
    }
}
@media (max-width: 991px){
    .main-carousel {
        height: auto;
        margin-bottom: 110px;
    }
}
@media (min-width: 1000px) {
    .page-about .main-carousel {
        margin-bottom: 6.875rem;
        height: 40rem;
    }

    .page-about .main-carousel__container {
        height: 40rem;
    }

    .page-about .main-carousel__inner {
        height: 40rem;
    }

    .slider__text {
        top: 10rem;
        max-width: 50%;
        margin: 0 auto;
        padding: 0 1.25rem;
    }

    .slider__text h2 {

        font-size: 2.5rem;
        line-height: 3.375rem;
        letter-spacing: .45px;
        width: 50rem;
        margin-bottom: 1.0625rem;
    }
    .slider__text p {
        font-size: 1.25rem;
        line-height: 2.125rem;
        width: 50rem;
    }
}