.custom_item-template-8 {
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--primary_2);
    background-image: url('/image/design/patterns/patern1.png');
    background-size: 1580px;
    background-repeat: no-repeat;
    background-position: left -350px top;
    margin: 0;
    border-radius: var(--border-radius_1);
    box-shadow: var(--box-shadow-1);
    padding: 4rem 7rem var(--margin) var(--margin);
}

.custom_item-template-8 .custom_item_heading {

}

.custom_item_heading img {
    width: 340px;
    position: absolute;
    bottom: 2rem;
    right: 8rem;
}

.custom_item-template-8 .cta-header {
    color: var(--primary_1);
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}

.custom_item-template-8 .cta-description {
    font-size: 16px;
    margin: 0;
    color: var(--text-color-light-1);
}

.custom_item-template-8 .swiper {
    width: 70%;
}
.custom_item-template-8 .swiper img {
    width: 80px !important;
    height: 80px !important;
    padding: 1.4rem;
}

.custom_item-template-8 a {
    font-size: 16px;
    color: #fff !important;
    border-radius: var(--border-radius_2);
    justify-content: center;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}

.custom_item-template-8 a.whatsapp-cta {
    background: #2eb443;
}

.custom_item-template-8 a.tel-cta {
    background: #296ca1;
}

.custom_item-template-8 a svg {
    margin-left: 1rem;
}

.custom_item-template-8 span {
    font-size: 18px;
}

@media (max-width: 992px) {
    .custom_item_heading img {
        width: 223px;
        position: absolute;
        bottom: unset;
        right: calc(50% - 113px);
        top: -74px;
    }
    .custom_item-template-8 {
        padding: 13rem 0 0 0;
        text-align: center;
        border-radius: 0;
    }
}