section.image-block-centered{
    --primary-font: "Butler Ultra Light",serif;
    --secondary-font: "Neue Haas Unica Pro",sans-serif;
    max-width: 1050px;
    background-size: 100% 558px;
    background-repeat: no-repeat;
    padding-top: 286px;
    margin:auto;
    position:relative;
}

.image-block-centered__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 558px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-block-centered__box{
    max-width: 720px;
    margin: auto;
    background: #F5F5F3;
    padding: 66px;
    z-index: 9;
    position: relative;
}

.image-block-centered__box .section-subtitle{
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    display:block;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 27px 0;
}

.image-block-centered__box .section-title{
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 50.4px;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 27px 0;
}

.image-block-centered__box .section-description{
    font-family:var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    margin: 0 0 49px 0;
}

.image-block-centered__box .featured-section{
    border: 1px solid #DDDDDB;
    position: relative;
    padding: 35px;
    text-align: center;
}

.image-block-centered__box .featured-section .double-border{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5px;
    top: -5px;
    border: 1px solid #DDDDDB;
}

.image-block-centered__box .featured-section .featured-section__subtitle{
    font-family:var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    display:block;
    margin-bottom: 7px;
}

.image-block-centered__box .featured-section .featured-section__description{
    font-family:var(--secondary-font);
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #655E5E;
}

.image-block-centered__box .featured-section__divider{
    max-width: 202px;
    margin:25px auto;
    height: 1.5px;
    border-bottom: 1.5px dotted #918D8C;
    opacity: 0.3;
}

.featured-section > div:last-child .featured-section__divider{
    display:none;
}

.image-block-centered__box .bullet_points{
    margin-bottom: 33px;
    list-style-type: disc;
    margin-left: 17px;
}

.image-block-centered__box .bullet_points li{
    font-family:var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #655E5E;
}

.image-block-centered__subsections > div{
    margin-bottom: 55px;
}

.image-block-centered__subsections > div:last-child{
    margin-bottom: 0;
}

.image-block-centered__subsections .cta_button{
    font-family:var(--secondary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-align: center;
    display:inline-block;
    margin: auto;
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    padding: 13px 20px;
}

.image-block-centered__subsections .cta_button:hover{
    background: #FFFFFF;
    color: #000000;
}

@media screen and (max-width: 758px){
    .image-block-centered__box{
        max-width: 90%;
    }

    .image-block-centered__image{
        height: 345px;
    }

    .image-block-centered__box{
        padding: 38px;
    }
}