#partial-header-1 .phone__number {
    font-size: 16px;
    color: #338cc3;
}
#partial-header-1 .phone__number:before {
    color: #338cc3;
}
.featuredblocks-grid-e.blockTransitionNone .featuredblock__title {
    text-shadow: 1px 1px 2px #000;
}
.section--light .editable__container a {
    color: #338cc3;
}
a.cstm_btn {
    background: #338cc3;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px;
    border: solid #338cc3;
}
.align-items-center {
    justify-content: center;
}
.mobileHeader-logoImg {
    width: auto;
    min-height: 80px;
}





.featuredblock__item {
  position: relative!important;
}

.featuredblock__wrap a.d-block {
  position: absolute!important;
  inset: 0!important;
  z-index: 1!important;
}

.featuredblock__title {
  position: absolute!important;
  bottom: 0!important;
    min-width: 265px!important;
    left: 50% !important;
    transform: translate(-50%, -15px);
    text-align: center;
  /* keep your existing title styles */
}
@media(max-width: 1199px){
    .featuredblocks__container div:nth-child(1) > div.featuredblock__bgImage{
        background-position: center 15%!important;
    }
    .featuredblocks__container div:nth-child(2) > div.featuredblock__bgImage{
        background-position: center 39%!important;
    }
    .featuredblocks__container div:nth-child(2) > div.featuredblock__bgImage{
        background-position: center 47%!important;
    }
}