/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* X-Small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap
   ========================================================================== */

/* XX-Large devices (larger desktops, 1400px and up)
   ========================================================================== */
@media (min-width: 1400px) {
}

/* X-Large devices (large desktops, 1200px and up)
   ========================================================================== */
@media (max-width: 1200px) {
}

/* Navigation styles for larger screens
   ========================================================================== */
@media (min-width: 1200px) {
  #main-nav-mobile {
    display: none;
    visibility: hidden;
    background: #fff;
  }

  #main_nav {
    display: flex;
    visibility: visible;
  }
}

/* Touch device specific styles
   ========================================================================== */
@media (hover: none) and (pointer: coarse) {
  *:focus-visible {
    outline: none;
  }
}

/* Main Menu Mobile Styles - Large screens
   ========================================================================== */
@media (max-width: 1610px) {
  /* Search functionality */
  #main_nav .nav.nav-pills.search-expanded {
    display: none;
    visibility: hidden;
  }

  .search_form_menu {
    width: 80%;
  }

  .search-form-input-container {
    width: 100%;
  }

  .search_form_menu .search-field {
    width: 90%;
  }
}

@media (max-width: 1400px) {
  .fixed-top .nav-scroller .container-xl {
    padding-left: 5px;
    padding-right: 0;
    max-width: 1390px;
  }

  .right-image-fixed-text-content{

  }
}

/* Main Menu Mobile Styles - Medium screens
   ========================================================================== */
@media (max-width: 1200px) {
  /* Whitepaper Banner */
  .whitepaper-banner-background {
    top: -5%;
    bottom: -5%;
  }

  .whitepaper-banner-elements {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .whitepaper-banner-container {
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 32px 20px;
    justify-content: center;
    height: auto;
  }

  .whitepaper-banner-image {
    width: 104px;
    height: 147px;
    flex-shrink: 0;
    align-self: center;
    margin-bottom: 32px;
  }

  .whitepaper-banner-image img {
    width: 104px;
    height: 147px;
    flex-shrink: 0;
  }

  .whitepaper-banner-title {
    margin-bottom: 32px;
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .whitepaper-banner-desc {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .whitepaper-banner-content {
    align-self: center;
    margin-bottom: 32px;
    padding: 0;
  }

  .whitepaper-banner-button {
    align-self: center;
  }

  /* Whitepaper Box */
  .whitepaper-box {
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    padding: 20px 20px 0 20px;
    background: #fff;
  }

  .whitepaper-box-image-desktop {
    display: none;
  }

  .whitepaper-box-image {
    width: 100%;
    height: auto;
    position: unset;
  }

  .whitepaper-box-image:after {
    content: unset;
    display: none;
    visibility: hidden;
  }

  .whitepaper-box-image-small {
    width: 100%;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
    display: block;
    flex-shrink: 0;
  }

  .whitepaper-box-content {
    display: inline-block;
  }

  /* Layout Components */
  .news-small {
    background-size: cover;
  }

  .right-image-text-content {
    padding: 64px 0 64px 90px;
  }

  .left-image-text-content {
    padding: 64px 90px 64px 0;
  }

  .right-image-fixed-text-content,
  .left-image-fixed-text-content {
    padding: 32px;
  }



  /* Typography */
  h1 {
    font-family: var(--sx-font-family-bold);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  /* Layout Utilities */
  .stretch-on-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .fixed-top .nav-scroller .container-xl,
  .container-xl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-footer-menu .container-xl {
    margin: 0;
    padding: 0;
  }

  .mobile-top-8 {
    margin-top: 8px;
  }

  /* Footer and Social */
  .social-icons {
    padding: 32px 20px;
  }

  .footer-links-area {
    padding-bottom: 0;
  }

  /* Navigation */
  .sub-header {
    display: none;
    visibility: hidden;
  }

  #main_nav {
    display: none;
    visibility: hidden;
    background: #fff;
  }

  .menu-search-container {
    display: none;
    visibility: hidden;
  }

  #main-nav-mobile {
    display: flex;
    visibility: visible;
  }

  #main-nav-mobile .nav.nav-pills {
    flex-direction: column;
    align-self: stretch;
  }

  #main-nav-mobile .nav-item {
    justify-content: flex-start;
    border-top: 1px solid var(--black-25);
    margin: 0;
    padding: 0;
  }

  #main-nav-mobile .nav-link {
    color: var(--primary-100);
    font-family: var(--sx-font-family-semibold);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    padding: 20px;
    flex: auto;
    justify-content: space-between;
  }

  #main-nav-mobile .nav-link:hover::before,
  #main-nav-mobile .nav-item .active::before {
    transform: scaleX(0);
  }

  #main-nav-mobile .dropdown_item .arrow:before,
  #main-nav-mobile .dropdown_item .arrow:after {
    border-bottom: 10px solid #002e4f;
  }

  #main-nav-mobile .nav-link:hover,
  .nav-link:focus {
    color: var(--primary-100);
  }

  #main-nav-mobile .dropdown_item .arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: -6px;
    left: 0;
    transition: 0.4s ease;
    margin-top: 2px;
    text-align: left;
    transform: rotate(-90deg);
    float: right;
  }

  /* Offcanvas Menu */
  .offcanvas-header {
    align-self: stretch;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .offcanvas {
    max-width: 296px;
    display: flex;
    align-items: flex-start;
  }

  .offcanvas-title {
    color: var(--rgb-000, #000);
    font-family: var(--sx-font-family-semibold);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
  }

  .offcanvas-header .btn-close {
    background: no-repeat url("../images/imagebot_2.svg");
    opacity: 1;
    width: 17px;
    height: 17px;
    padding: 5px 5px 5px 0;
    margin: 10px 10px 10px 0;
    background-position: center;
  }

  /* Search and Content */
  .search-content-mobile {
    padding: 20px;
  }

  .overlay-secondary {
    padding-top: 64px;
  }

  /* Carousel */
  .carousel-indicators {
    top: calc(100vh - 29%);
  }

  .carousel-caption {
    position: absolute;
    right: 30px;
    bottom: 2.25rem;
    left: 30px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .carousel {
    position: relative;
  }

  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 72%;
    transform: TranslateY(-50%);
  }

  .carousel-control-prev {
    right: auto;
    left: 68px;
    height: 48px;
  }

  .carousel-control-next {
    left: auto;
    right: 68px;
    height: 48px;
  }

  /* Footer */
  .mobile-footer-menu {
    display: flex;
  }

  .desktop-footer-menu {
    display: none;
  }

  /* Download Cards */
  .download-item-card {
    padding: 20px 4px;
    display: flex;
    flex-direction: column;
  }

  .download-item-card .card-image {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    display: inline-flex;
    flex-shrink: 0;
    aspect-ratio: 1.6 / 1;
  }

  .download-item-card .card-body {
    margin: 20px 0 0 0;
  }

  /* Branch Styles */
  .branch-inverse:after,
  .branch-right:before {
    content: none;
  }

  .branch-inverse .h-tree-item {
    margin-bottom: 24px;
  }

  .branch-inverse .h-tree-item:nth-child(even) {
    border-right: 8px solid var(--primary-100);
    border-left: none;
  }

  .branch-inverse .h-tree-item:nth-child(odd) {
    border-left: 8px solid var(--primary-100);
    border-right: none;
  }

  .branch-inverse .h-tree-item:after {
    content: " ";
    width: 48px;
    border-top: 2px solid var(--primary-100);
    border-radius: 0 8px 0 0;
    position: absolute;
    bottom: 0;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
  }

  .branch-inverse .h-tree-item:first-child:after,
  .branch-inverse .h-tree-item:last-child:after,
  .branch-inverse .h-tree-item:after {
    content: none !important;
  }

  .branch-inverse .h-tree-item:first-child:before,
  .branch-inverse .h-tree-item:last-child:before {
    content: " " !important;
  }

  .branch-inverse .h-tree-item:before,
  .branch-inverse .h-tree-item:last-child:before,
  .branch-inverse .h-tree-item:first-child:before {
    width: calc(50% + 8px);
    height: 24px;
    top: calc(100% - 2px);
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    content: " ";
    position: absolute;
    right: -8px;
  }

  .branch-inverse .h-tree-item:nth-child(odd):before {
    left: -8px;
    border: 2px solid var(--primary-100);
    border-left: none;
    border-bottom: none;
  }

  /* Branch Right Styles */
  .branch-right .h-tree-item {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .branch-right .h-tree-item:nth-child(even) {
    border-left: 8px solid var(--primary-100);
    border-right: none;
  }

  .branch-right .h-tree-item:nth-child(odd) {
    border-right: 8px solid var(--primary-100);
    border-left: none;
  }

  .branch-right .h-tree-item:first-child:after,
  .branch-right .h-tree-item:last-child:after,
  .branch-right .h-tree-item:after {
    content: none !important;
  }

  .branch-right .h-tree-item:first-child:before,
  .branch-right .h-tree-item:last-child:before {
    content: " " !important;
  }

  .branch-right .h-tree-item:before {
    width: calc(50% + 8px);
    height: 24px;
    top: -24px;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-left: none;
    border-top: none;
    border-radius: 0;
    content: " ";
    position: absolute;
    left: -8px;
    right: unset;
  }

  .branch-right .h-tree-item:nth-child(odd):before {
    width: calc(50% + 8px);
    height: 24px;
    top: -24px;
    margin-top: 2px;
    border: 2px solid var(--primary-100);
    border-right: none;
    border-top: none;
    border-radius: 0;
    content: " ";
    position: absolute;
    left: unset;
    right: -8px;
  }
}

/* Large devices (desktops, 992px and up)
   ========================================================================== */
@media (max-width: 992px) {
  /* Mobile CTA */
  .mobile_cta {
    display: flex;
    justify-content: center;
    visibility: visible;
    background: var(--white-100);
    border-top: 1px solid var(--black-10);
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  a.btn-book-menu {
    border: 1px solid var(--primary-100);
    margin-left: 10px;
    flex: 1;
  }

  a.btn-cta-mobile {
    flex: 1;
  }

  /* User Card */
  .user-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }

  .user-card > div {
    margin: 10px 0 0 0 !important;
  }

  .profile-text-container .social-icons {
    padding: 5px;
    align-self: center;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  /* Layout */
  .anchors-section {
    scroll-margin-top: 150px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  /* Typography */
  h1 {
    font-family: var(--sx-font-family-bold);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  /* Hero Sections */
  .hero-container-secondary h1 {
    font-size: 34px;
  }

  .hero-container-secondary p {
    color: var(--sx-white);
    text-align: center;
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* Carousel */
  #carouselHomepage .carousel-inner h1 {
    text-align: center;
    font-family: var(--sx-font-family-bold);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  #carouselHomepage .carousel-item p {
    color: var(--sx-white);
    text-align: center;
    font-family: var(--sx-font-family-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* Mobile Display */
  .show-only-mobile {
    display: none;
    visibility: hidden;
  }

  /* Project Sections */
  .project-description {
    margin-bottom: 0;
    padding-bottom: 64px;
  }

  .small-quote {
    padding: 32px 48px;
    margin: 32px 0;
    background-position: left top, right bottom;
  }

  /* Share Components */
  .share-small-description-2,
  .share-small-image-2,
  .share-small-testimonial {
    /* order: 4; */
  }

  .share-main-content {
    /* order: 2; */
    margin-bottom: 10px;
  }

  .share-small-description-1 {
    /* order: 3; */
  }

  .share-small-image-1 {
    /* order: 1 */
  }

  .share_buttons,
  .sticky-share {
    position: relative !important;
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  .share_buttons.sticky-share {
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px;
  }

  .share_buttons ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    flex-direction: row;
  }

  .share_buttons ul li {
    display: flex;
    justify-content: space-between;
  }

  .share_buttons ul li:nth-child(2) {
    margin: 0 32px;
  }

  .share_buttons ul li.share-text {
    display: flex;
    visibility: visible;
    color: var(--black-50);
  }

  /* News Article */
  .news-article .container-xl {
    /* display: inline-grid; */
  }

  .share_buttons ul li a.linkedin_share {
    margin-bottom: 0;
  }

  /* Search Components */
  .search-field {
    min-width: 172px;
    flex-shrink: 0;
  }

  .filter-search-container {
    display: inline-flex;
    max-width: 90%;
  }

  .clear-input-button {
    display: none;
  }

  .card-body-search {
    margin-bottom: 32px;
  }

  /* Location Components */
  .desktop-locations {
    display: none;
  }

  .mobile-locations {
    display: flex;
    padding-top: 0;
  }

  /* Page Sections */
  .page-section-slanted-white .container {
    padding: 0;
    max-width: 100%;
  }

  .page-section-slanted-white {
    padding-top: 32px;
  }

  .page-section-slanted-white .container .row,
  .page-section-slanted-white .container .row .col-12 {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }

  /* Slanted Content */
  .left-image-slanted .white-content,
  .right-image-slanted .white-content {
    width: 100%;
    background: var(--white-90);
    padding: 32px 20px;
  }

  .left-image-slanted .arrow-box {
    padding: 32px 0 32px 32px;
    background-size: cover;
  }

  .right-image-slanted .arrow-box {
    padding: 32px 32px 32px 0;
    background-size: cover;
  }

  /* Arrow Components */
  .arrow-container {
    display: flex;
    background: var(--white-50);
    width: 22px;
    aspect-ratio: 0.19;
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .left-image-slanted .arrow-container,
  .right-image-slanted .arrow-container {
    background: var(--white-50);
    display: block;
  }

  .arrow-container::before {
    background: none;
  }

  /* Services Tabs */
  .sevices-tabs-container .container-xl {
    padding: 0;
  }

  .services-tabs-elements {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  .services-tabs .nav-pills {
    flex-wrap: nowrap;
    width: auto;
  }

  .services-tabs .nav-pills .nav-link img {
    display: none;
  }

  .services-tabs .nav-pills .nav-link.active::before,
  .services-tabs .nav-pills .nav-link:hover::before {
    display: none;
  }

  .services-tabs .nav-pills .nav-link.active {
    color: var(--secondary-100);
    border-bottom: 4px solid var(--secondary-100);
  }

  .services-tabs .nav-pills .nav-link.active h4 {
    color: var(--secondary-100);
  }

  .services-tabs .nav-pills .nav-link h4 {
    color: var(--primary-100);
    text-align: center;
    font-family: var(--sx-font-family-semibold);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .services-tabs .nav-pills .nav-link {
    padding-bottom: 0;
  }

  .services-icon-mobile {
    padding: 32px;
    display: flex;
  }

  .services-tabs .tab-content-text-item {
    margin: 0;
  }

  /* About Template */
  .about-template .left-image-text-content {
    background: var(--white-90);
    padding: 32px 20px 32px 12px;
  }

  .about-template .arrow-body {
    background: var(--white-90);
    width: 100%;
  }

  .about-template .arrow-point {
    opacity: 0.9;
  }

  .about-template .arrow-left-image {
    width: 36px;
  }

  .about-template .right-image-text-content {
    background: var(--white-90);
    padding: 32px 0 32px 20px;
  }

  .about-template .arrow-right-image {
    width: 36px;
  }

  /* Section Titles and Layout */
  .section_title_separate {
    margin-top: 64px;
    padding: 0;
  }

  .key-numbers {
    margin-top: 0;
    padding-bottom: 0;
  }

  .mobile-locations h2 {
    padding-left: 4px;
  }

  .poles-dactivites {
    padding: 32px 0;
    margin-top: 32px;
  }

  .offre-content {
    padding-top: 32px;
  }

  .bp-section {
    padding: 32px 0;
  }

  .page-section-blue-bg h2.bullets-module-title {
    margin-bottom: 32px;
  }

  .section-container {
    padding: 32px 0;
    margin: 32px 0;
  }

  .section-container h2 {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  h1 {
    /* Common/H2 */
    font-family: var(--sx-font-family-bold);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .hero-container-secondary h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 19px;
  }

  .hero-container-secondary p {
    color: var(--sx-white);
    text-align: center;
    font-family: var(--sx-font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #carouselHomepage .carousel-inner h1 {
    font-size: 32px;
  }

  #carouselHomepage .carousel-item p {
    font-size: 16px;
  }

  .show-only-mobile {
    display: none;
    visibility: hidden;
  }

  .col-six-64 {
    margin-bottom: 64px;
  }

  .col-six-64:last-child {
    margin-bottom: 0;
  }

  h2.six-mb-64 {
    margin-bottom: 32px;
  }

  /*.projects-home{*/
  /*    padding: 64px 0;*/
  /*    margin-top: 32px;*/
  /*    !*.page-section-blue-bg*!*/
  /*}*/
  .left-image-container,
  .right-image-container {
    background-size: cover;
    background-position: center;
    margin-top: 32px;
  }

  .right-image,
  .left-image {
    background: none !important;
    padding: 32px 0;
  }

  .left-image-container-white,
  .right-image-container-white {
    background: none;
    padding: 32px 0;
  }

  .left-image-container .left-arrow,
  .right-image-container .left-arrow {
    background: rgba(255, 255, 255, 0.9);
  }

  .left-image-container .left-arrow::before,
  .right-image-container .left-arrow::before {
    opacity: 0.9;
  }

  .arrow-point-right {
    opacity: 0.9;
  }

  .right-image-container-fixed {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: wrap;
  }

  .left-image-container-fixed {
    display: flex;
    flex-wrap: wrap;
  }

  .right-image-fixed,
  .left-image-fixed {
    display: flex;
    flex-direction: row;
    background-position: center bottom;
  }

  .right-image-fixed .arrow-body,
  .left-image-fixed .arrow-body {
    display: none;
  }

  .right-image-fixed .arrow-image,
  .left-image-fixed .arrow-left-image {
    width: 100%;
    height: 20px;
    display: flex;
    align-self: end;
    justify-content: center;
    margin-bottom: 1px;
  }

  .right-image-fixed .arrow-point-right,
  .left-image-fixed .arrow-point {
    background-image: url(../images/Polygon2.svg);
    background-size: cover;
    content: "";
    display: inline-flex;
    width: 22px;
    height: 34px;
    transform: rotate(90deg);
    align-self: center;
    flex-shrink: 0;
    opacity: 1;
  }

  .projects-cards .btn-text-border {
    width: 100%;
  }

  .project-summary .left-border {
    border-left: none;
  }

  .news-date-desktop {
    display: none;
    visibility: hidden;
  }

  .news-date-mobile {
    padding-bottom: 8px;
    margin-bottom: 0;
    display: block;
    visibility: visible;
  }

  .small-quote {
    padding: 32px 48px;
    margin: 32px 0;
    background-position: left top, right bottom;
  }

  .container-xl.nomargin-container {
    margin: 0;
    padding: 0;
  }

  .card-body-search {
    padding: 16px 20px !important;
  }

  .grey-corner-item {
    margin-bottom: 32px;
  }

  .bullet-grey-container .col-12 {
    margin-top: 0;
  }

  .bullet-grey-container {
    padding-bottom: 32px;
    padding-top: 48px;
  }

  .page-section-white h2 {
    margin-bottom: 32px;
  }

  /*.section_title_separate {*/
  /*    padding: 64px 0 32px 0;*/
  /*}*/
  .key-numbers {
    margin-top: 0;
    padding-bottom: 0;
  }

  .mobile-locations h2 {
    padding-left: 4px;
  }

  .poles-dactivites {
    padding: 32px 0;
    margin-top: 32px;
  }

  .offre-content {
    padding-top: 32px;
  }

  .bp-section {
    padding: 32px 0 32px 0;
  }

  .page-section-blue-bg h2.bullets-module-title {
    margin-bottom: 32px;
  }

  .section-container {
    padding: 32px 0;
    margin: 32px 0;
  }

  .section-container h2 {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .services-tabs .nav-pills {
    width: fit-content;
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
  }

  .intro-home h2,
  .intro-home p {
    text-align: left;
  }

  .services-home h2,
  .services-home p {
    text-align: left;
  }

  .arrow-container {
    display: none;
  }

  .left-image-slanted .arrow-container {
    display: flex;
  }

  .slanted-content .white-content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
  }

  .arrow-box {
    padding: 32px 20px;
  }

  .show-only-mobile {
    display: flex;
    visibility: visible;
  }

  .news-home .container-xl,
  .news-home .row,
  .news-home .row > .col-12,
  .nomargin-container .container-xl,
  .nomargin-container .row,
  .nomargin-container .row > * {
    margin: 0;
    padding: 0;
  }

  .news-home .row.six-mb-64 {
    margin-bottom: 32px;
  }

  .container-xl.nomargin-x-container {
    margin: 0;
    padding: 0;
  }

  .news-home h2,
  h2.mobile-margin-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonials-home {
    padding: 32px 0 56px 0;
  }

  .testimonials-home h2 {
    padding: 16px 0 0 0;
  }

  .page-section-map {
    display: none;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .small-quote {
    padding: 32px 16px;
    margin: 32px 0;
  }

  .card-body-search {
    padding: 16px 20px !important;
  }

  .download-item-card-noimg {
    padding: 20px 4px;
  }
}

@media (max-width: 320px) {
  .references_filters .col-9,
  .references_filters .col-7,
  .references_filters .col-3 {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
    padding: 0 5px;
  }

  .references_filters {
    justify-content: center;
  }

  .services-tabs .nav-pills {
    width: fit-content;
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
  }
}
