.half-image-text-icon-pullouts {
    position: relative;
    overflow: hidden;
}

.half-image-text-icon-pullouts .row {
    align-items: center;
}

.half-image-text-icon-pullouts__text {
    color: #333333;
}

.half-image-text-icon-pullouts__text h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.half-image-text-icon-pullouts__text p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 16px;
}

.pullouts-image-col {
    position: relative;
    padding-top: 28px;
}

.pullouts-image-graphics {
    display: none;
}

.pullouts-image {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 826px;
    margin: 0 auto;
}

.pullouts-image picture,
.pullouts-image img {
    display: block;
}

.pullouts-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.half-image-text-icon__list {
    margin-top: 20px;
    z-index: 15;
}

.half-image-text-icon__list--accessible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.list-icon {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.20);
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.list-icon i {
    border-radius: 50%;
    background: #d4af37;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .pullouts-image-col {
        padding-top: 18px;
    }

    .pullouts-image {
        width: 100%;
        margin-left: 0;
    }
}

@media(min-width: 768px) {
    .half-image-text-icon-pullouts__text h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .half-image-text-icon-pullouts__text p {
        font-size: 16px;
    }

    .pullouts-image {
        width: min(100%, 826px);
    }
}

@media(min-width: 1200px) {
    .pullouts-image-col {
        padding-top: 0;
        padding-left: 0;
    }

    .pullouts-image {
        width: min(49vw, 826px);
        max-width: 826px;
        margin: 0 0 0 auto;
        transform: translateX(4%);
    }
}
