.header-collage-further-education {
    width: 114px;
    height: 124px;
    margin-top: -16px;
}

.pie-chart {
    width: 90%;
    height: auto;
}

.trainings-carousel {
    margin-bottom: 90px;
}

.trainings-carousel-indicators {
    bottom: -60px;
}

.trainings-carousel-caption {
    color: #001942;
    font-weight: bold;
    top: 65%;
}

.carousel-control-prev, .carousel-control-next {
    width: unset;
}

.benefits-item {
    width: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 32px;
}

.benefits-item.narrow {
    padding-bottom: 16px;
}

.benefits-item.wide {
    padding-bottom: 48px;
}

.benefits-icon {
    font-size: 64px;
}

.benefits-brush {
    position: absolute;
}

.benefits-brush.narrow {
    height: 32px;
    width: 112px;
    top: 64px;
}

.benefits-brush.wide {
    height: 60px;
    width: 148px;
    top: 64px;
}

.benefits-text {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 66px;
}

.questions-headline {
    font-size: 1.75rem;
    font-weight: 700;
}

.how-it-works-carousel-caption {
    color: #001942;
    text-align: left;
    bottom: unset;
    top: 30px;
    right: 11%;
    left: 11%;
    padding-top: 0;
    padding-bottom: 0;
}

.how-it-works-carousel-item {
    width: 96%;
    height: 340px;
}

.how-it-works-heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
    .trainings-carousel {
        margin-bottom: 90px;
    }

    .trainings-carousel-caption {
        top: 70%;
    }
}

@media screen and (min-width: 768px) {
    .header-collage-further-education {
        width: 263px;
        height: 287px;
        margin-top: 0;
    }

    .pie-chart {
        height: 60%;
    }

    .trainings-carousel-caption {
        text-align: center;
        position: absolute;
        top: 70%;
    }

    .trainings-carousel-image {
        width: 90%;
    }

    .benefits-item {
        width: 222px;
        height: 144px
    }

    .benefits-icon {
        margin-bottom: 16px;
    }

    .benefits-text {
        font-size: 1.1667rem;
        top: 80px;
    }

    .benefits-brush.narrow, .benefits-text.narrow {
        top: 96px;
    }

    .benefits-brush.wide {
        height: 64px;
        width: 182px;
        top: 80px;
    }

    .how-it-works-carousel-item {
        width: 100%;
        height: 280px;
    }
}

@media screen and (min-width: 992px) {
    .header-collage-further-education {
        width: 269px;
        height: 294px;
    }

    .pie-chart {
        height: auto;
    }

    .trainings-carousel {
        margin-bottom: 70px;
    }

    .trainings-carousel-image {
        width: 100%;
    }

    .how-it-works-heading-container {
        height: 84px;
        margin-top: 1rem;
    }

    .how-it-works-heading, .card-title {
        font-size: 1.5rem;
    }

    .how-it-works-text-container {
        max-width: 308px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .header-collage-further-education {
        width: 333px;
        height: 364px;
    }

    .trainings-carousel-caption {
        top: 67%;
    }

    .trainings-carousel-image {
        width: 95%;
    }

    .how-it-works-heading-container {
        height: 56px;
    }
}