.experience-layouts-prsoles-bulletListWithImageBackground {
    margin-bottom: 0 !important;
}

.bullet-list-img-bg {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: var(--margin_bottom_desktop);
}

@media screen and (max-width: 600px) {
    .bullet-list-img-bg {
        margin-bottom: var(--margin_bottom_mobile);
    }
}

.bullet-list-img-bg-background-desktop,
.bullet-list-img-bg-background-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bullet-list-img-bg-background-desktop img,
.bullet-list-img-bg-background-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--focal-point-x) var(--focal-point-y);
}

@media screen and (max-width: 767px) {
    .bullet-list-img-bg-background-desktop {
        display: none;
    }
}

.bullet-list-img-bg-background-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .bullet-list-img-bg-background-mobile {
        display: block;
    }
}

.bullet-list-img-bg-inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto !important;
}

@media screen and (max-width: 1520px) {
    .bullet-list-img-bg-inner {
        padding-left: max(3%, 15px);
        padding-right: max(3%, 15px);
    }
}

.bullet-list-img-bg-text-container {
    text-align: center;
}

.bullet-list-img-bg-heading {
    color: var(--heading_color);
    font-size: 51px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .bullet-list-img-bg-heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 500px) {
    .bullet-list-img-bg-heading {
        font-size: 32px;
    }
}

.bullet-list-img-bg-subheading {
    color: var(--subheading_color);
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .bullet-list-img-bg-subheading {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .bullet-list-img-bg-subheading {
        font-size: 18px;
    }
}

.bullet-list-img-bg-bullets-container {
    margin-top: 40px;
    text-align: center;
}

.bullet-list-img-bg-individual-bullet {
    font-size: 19px;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .bullet-list-img-bg-individual-bullet {
        margin-top: 15px;
    }
}

.bullet-list-img-bg-bullet {
    margin: 0 auto 10px auto;
    font-weight: 400;
    color: var(--bullet_color);
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid var(--bullet_color);
    border-radius: 50%;
}

.bullet-list-img-bg-bullet-text {
    color: var(--text_color);
    line-height: 1.1;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .bullet-list-img-bg-bullet-text {
        font-size: 16px;
    }
}
