#partial-header-1 .phone__number {
    padding: 8px 13px;
    background: #62b5e4;
    text-align: center;
    line-height: 1.5rem;
    margin: 10px 0;
    border-radius: 20px;
    border: 2px solid #fff;
}
.services .featuredblocks-grid-d .featuredblock__image {
    background-size: cover;
    border-radius: 2px 2px 0 0;
    width: 100%;
    height: 220px;
}

.services .featuredblocks-grid-d .featuredblock__wrap a.d-block, .services  .featuredblocks-grid-d .featuredblock__wrap span.d-block {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    box-shadow: 1px 2px 18px 3px rgba(0,0,0,.1);
}

@media (min-width: 1200px){
.container {
    max-width: 1400px;
}
}

.partial-header-1 .d-flex {
    justify-content: center;
}


.partial-header-a .logo-a__image img{
    max-height: 130px !important;
    min-height: 80px !important;
}

.orangebg:before {
    background-color: #FE8D21 !important;
}