.section--dark .phone__container .phone__wrapper .col-sm-12 > span.phone__number:before {
    position: unset;
    font-family: "unset";
    content: "Fax:";
}
.section--dark .phone__container .phone__wrapper .col-sm-12 {
    display: flex;
    flex-direction: column;
}
.section--dark .phone__container .phone__wrapper .col-sm-12 span {
    font-size: 16px;
}
h4.component__title.phone__title {
    font-size: 20px;
}
.section--dark .navigation-a .navigation__item--link {
    font-size: 16px !important;
}
.section__bg--dark-2::before {
    background-color: #415a66;
}
svg path {
    d: path("M 100.1 4.7 C 53.7 -9.4 38.6 13.9 0 0 l 0 5.2 h 100.1")!important;
}
.section.ellipse svg {
    margin-bottom: -55px;
}
img.logo-a__img {
    width: 95px!Important;
}
.section--light .blog-post__title {
    color: #000!important;
}
p.logo-a__title.component__title {
    font-size: 34px !important;
    line-height: 2rem !important;
}
@media (min-width: 992px) {
    .banner-text__wrapper .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-banner .banner-text__wrapper .text-center {
        text-align: right !important;
    }
}
@media (min-width: 991.98px) {
    .section--dark .banner .banner-group-4 .component__title {
        text-align: right;
    }
}






/* conditions treated */
.conditions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.conditions-list li {
    flex-basis: calc(50% - 15px);
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

@media (max-width: 767.98px) {
    .conditions-list li {
        flex-basis: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
/* end of conditions treated */