.callout_icon {
    width: 40px;
    margin-bottom: 22px;
}

.callout_btn {
    text-align: center;
    /*width: 30%;*/
    padding: 30px 47px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.4);
    background-color: #fff;
    box-shadow: 0 20px 20px 6px rgba(0, 0, 0, 0.3);
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #004f71;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
}

.callout-grid.callout_btns_wrapper {
    max-width: 1400px;
    width: 90%;
    margin: 5em auto 3em auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem;
    grid-auto-rows: 1fr;
}

a.callout_btn {
    text-decoration: none;
    color: #000;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

a.callout_btn:hover {
    color: #e31c79;
}


a.callout_btn > div {
    width: 100%;
    line-height: 1.3;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 175px;
    padding: 66px 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}

.step-block {
    position: relative;
    padding: 25px;
    background-color: #90adb9;
}

.acf-block-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    margin: 6em auto;

}

.acf-block-steps .step-block {
    height: 100%;
    width: 100%;
    padding-top: 1em;
}

.acf-block-steps .step-block p {
    padding: 0 1em;
    color: #1d1d1d;
    font-weight: 600;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.bold-white-text.acf-block-steps .step-block p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.2;
    text-align: center;
}

.acf-block-steps .step-block .div-block {
    height: 100%;
    justify-content: flex-start;
}


.bold-white-text.acf-block-steps .step-block .div-block {
    justify-content: center;
}

.number-circle {
    position: absolute;
    left: 0%;
    top: -16%;
    right: 0%;
    bottom: auto;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px;
    border-radius: 50%;
    background-color: #012331;
    box-shadow: 1px 9px 16px 3px rgba(0, 0, 0, .23);
}

.number {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1080px) {

    .acf-block-steps {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5rem;
        margin: 6em auto;

    }
}
@media (max-width: 767px) {

    .callout-grid.callout_btns_wrapper {
        width: 100%;
    }

    .bold-white-text.acf-block-steps .step-block p {
        font-size: 1.2em;
        line-height: 1.2;
        text-align: center;
    }
}
