.image-with-text-wrapper .container {
    padding: 30px 20px 20px;
}

.image-with-text {
    display: flex;
    flex-direction: column;
}

.image-with-text__image-wrapper {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.image-with-text__image-wrapper img {
    position: absolute;
    display: block;
    height: 100%!important;
    width: 100%;
    object-fit: cover;
}

.image-with-text__text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.image-with-text-wrapper--v2.container {
    padding-left: 20px;
    padding-right: 20px;
}

.image-with-text-wrapper--v2 .image-with-text__image-wrapper {
    margin-bottom: 0;
    border-radius: 0;
}

.image-with-text__title {
    margin-bottom: 17px;
    font: 300 34px/1.23 'Pluto Sans DPD', sans-serif;
}

.image-with-text__description {
    font: 300 12px/1.5 'Pluto Sans DPD', sans-serif;
}

.image-with-text__description p {
    margin-top: 0;
}

.image-with-text__description ul,
.image-with-text__description ol {
    margin-block-start: 0;
    margin-block-end: .9rem;
}

.image-with-text__quote {
    margin-bottom: 15px;
    font: 400 38px/1.15 'Pluto Sans DPD', sans-serif;
}

.image-with-text__author,
.image-with-text__position {
    font: 500 16px/1.5 'Pluto Sans DPD', sans-serif;
}

.image-with-text__position {
    margin-bottom: 20px;
}

.image-with-text__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 18px;
}

.image-with-text__button {
    display: inline-block;
    width: 100%;
    padding: 12px 26px;
    margin-top: 0;
    font: 400 14px/1.42 'Pluto Sans DPD', sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.2s ease;
}

.image-with-text__button:hover {
    opacity: 0.9;
}

.image-with-text__button + .image-with-text__button {
    margin-top: 16px;
}

.image-with-text-block {
    margin-bottom: 25px;
}

.image-with-text-block, .image-with-text-block__button {
    width: 100%;
}

.image-with-text-block__title {
    margin-bottom: 10px;
    font: 300 26px/1 'Pluto Sans DPD', sans-serif;
    letter-spacing: -0.01em;
    color: #DC0032;
}

.image-with-text-block__text,
.image-with-text-block__description {
    font-family: 'Pluto Sans DPD', sans-serif;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #414042;
}

.image-with-text-block__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 45px;
    margin-top: 15px;
    padding: 0 10px;
    font: 400 12px/20px 'Pluto Sans DPD', sans-serif;
    color: #414042;
    border: 1px solid #414042;
    border-radius: 4px;
    transition: all 0.2s ease;
}

@media screen and (max-width: 1023px) {
    .image-with-text-wrapper--v2 .image-with-text__text-wrapper {
        padding: 30px 20px;
    }
}

@media screen and (min-width: 480px) {
    .image-with-text-block, .image-with-text-block__button {
        width: auto;
    }

    .image-with-text__buttons {
        flex-direction: row;
    }

    .image-with-text__button {
        width: auto;
    }

    .image-with-text__button + .image-with-text__button {
        margin-left: 16px;
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .image-with-text-wrapper .container {
        padding: 35px 0;
        margin: 0 auto;
    }

    .image-with-text {
        flex-direction: row;
        padding: 0 20px;
    }

    .image-with-text-wrapper--v2 .image-with-text {
        padding: 0;
    }

    .image-with-text-wrapper--v2 .image-with-text__text-wrapper {
        max-width: 600px;
    }

    .image-with-text-wrapper--v2 .image-with-text.image-with-text-reversed .image-with-text__text-wrapper {
        padding-left: 20px;
    }

    .image-with-text-wrapper--v2 .image-with-text:not(.image-with-text-reversed) .image-with-text__text-wrapper {
        padding-right: 20px;
    }

    .image-with-text.image-with-text-reversed {
        flex-direction: row-reverse;
    }

    .image-with-text__image-wrapper {
        margin-bottom: 0;
        width: 50%;
        padding-bottom: 50%;
    }

    .image-with-text__text-wrapper {
        width: 50%;
        padding-left: 60px;
        padding-right: 0;
    }

    .image-with-text.image-with-text-reversed .image-with-text__text-wrapper {
        padding-left: 0;
        padding-right: 60px;
    }

    .image-with-text-wrapper:not(.image-with-text-wrapper--v2) {
        column-gap: 30px;
    }

    .image-with-text__quote {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 1.425;
    }

    .image-with-text__position {
        margin-bottom: 30px;
    }

    .image-with-text__buttons {
        margin-top: 7px;
    }
}