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

.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: 40px;
}

.pullouts-image-graphics {
    position: absolute;
    left: -66px;
    top: -70px;
    width: 510px;
    z-index: -1;
}

.pullouts-image {
    width: 532px;
    margin-left: -22px;
    z-index: 10;
}

.pullouts-image img {
    height: 194px;
}

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

    .pullouts-image-graphics {
        left: 50%;
        top: -40px;
        width: 100%;
        max-width: 510px;
        transform: translate(-50%, 0);
    }

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

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

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

.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(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-graphics {
        left: 50%;
        top: -70px;
        width: 706px;
        transform: translate(-50%, 0);
    }

    .pullouts-image {
        width: 800px;
        margin: 0 auto;
    }

    .pullouts-image img {
        margin-left: -60px;
        height: 291px;
    }

    .half-image-text-icon__list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px 10px;
    }

    .list-icon {
        margin-top: 0;
        font-size: 16px;
        padding: 8px 14px;
    }
}

@media(min-width: 980px) {
    .pullouts-image img {
        margin-left: 0px;
    }
}

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

    .pullouts-image-graphics {
        left: auto;
        top: -170px;
        width: 706px;
        transform: none;
        right: -125px;
    }

    .pullouts-image {
        width: 100%;
        max-width: 1072px;
        margin: 0 ;
        position: absolute;
        left: calc(50% + 231px);
        top:  90px;
    }

    .pullouts-image img {
        margin-left:0;
        height: 391px;
    }

    .half-image-text-icon__list {
        margin-top: 0;
        display: block;
        position: relative;
    }

    .list-icon {
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .list-icon--1 {
        left: 112px;
    }

    .list-icon--2 {
        left: 36px;
        top: 80px;
    }

    .list-icon--3 {
        top: 160px;
    }

    .list-icon--4 {
        left: 28px;
        top: 240px;
    }

    .list-icon--5 {
        left: 80px;
        top: 320px;
    }
}



















