@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.interactive-banners-box h6 {
  max-width: 910px;
  margin: 0 auto 30px;
}

.interactive-banners-box h6 + span {
  max-width: 900px;
  margin: 0 auto;
}

.interactive-banners-box h6 + span + a {
  margin-top: 40px;
}

.grid-cstm-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.grid-cstm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  font-weight: 600;
  font-size: 14px;
  line-height: 1.4em;
  color: #262B35;
  text-align: center;
  text-transform: uppercase;
}

.grid-cstm-item__icon-wr {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-cstm-item__icon-wr svg {
  display: block;
}

.cstm__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
}

.cstm__img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
}

.cstm__title {
  font-size: 30px;
  color: #232323;
  margin: 0 0 1.4em 0;
}

.cstm__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  list-style: none;
}

.cstm__list-item {
  display: flex;
  gap: 10px;

  font-size: 15px;
  line-height: 1.4em;
  color: #828282;
}

.cstm__list-item svg {
  flex-shrink: 0;
  display: block;
}

#turnaroundconsulting .bg-fast-blue {
  font-size: 16px;
  line-height: 1.5em;

  padding: 42px 24px 48px;
}

#turnaroundconsulting img {
  min-height: 626px;
  display: block;
  object-fit: cover;
}

.list-style-02 i.text-large {
  font-size: 22px;
}

.list-style-02 li {
  margin-bottom: 16px;
}

.feature-box .feature-box-move-bottom-top {
  padding: 2.5rem;
}

.cstm-pdng .feature-box .feature-box-move-bottom-top {
  padding: 2rem;
}

header .phones .phone:hover,
header .phones .phone:focus {
  color: white;
}

header.sticky.header-appear .phones .phone:hover,
header.sticky.header-appear .phones .phone:focus {
  color: black;
}

h1 {
  font-weight: 600;
  line-height: 1.4em !important;

  margin-bottom: 0 !important;
}

.btn.btn-fancy.btn-large {
  font-weight: 600;
  font-size: 12px;
}

section.big-section {
  padding: 100px 0;
}

#down-section .btn-link,
#down-section .btn-link:hover {
  font-weight: 600;
  font-size: 12px;
  color: #10508D;
}

.alt-font.font-weight-700.text-white.text-uppercase.margin-5px-bottom {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.alt-font.font-weight-700.text-white.text-uppercase.margin-5px-bottom + a {
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
}

.alt-font.font-weight-700.text-white.text-uppercase.margin-5px-bottom + span + a {
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
}

.alt-font.font-weight-700.text-white.text-uppercase.margin-5px-bottom + span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4em;
}

.navbar .navbar-nav .nav-link {
  font-size: 12px;
  line-height: 1.4em;
}

#down-section .container_small {
  max-width: 820px;
}

#turnaroundconsulting .btn-fancy {
  font-weight: 600;
  font-size: 10px;
}

footer div.last-paragraph-no-margin {
  line-height: 1.4em;
}

#down-section .feature-box,
#down-section .feature-box > div {
  height: 100%;
}

.lang-switcher {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

.lang-switcher .text-white {
  color: rgba(0, 0, 0, 1) !important;
}

.lang-switcher .line {
  background: rgba(0, 0, 0, 1) !important;
}

.lang-switcher .line {
  width: 1px;
  height: 30px;
  background: white;
  display: block;
}

@media (min-width: 576px) {
  .grid-cstm-container {
    grid-template-columns: 1fr 1fr;
  }

  .grid-cstm-item {
    gap: 22px;
  }

  h1 {
    font-size: 41px !important;
  }

  .alt-font.font-weight-700.text-white.text-uppercase.margin-5px-bottom {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .alt-font.font-weight-700.text-white.text-uppercase.margin-5px-bottom + span {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .cstm__img {
    min-height: 425px;
  }

  .cstm__title {
    font-size: 39px;
  }

  .alt-font.font-weight-700.text-white.text-uppercase.margin-5px-bottom {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .grid-cstm-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-cstm-item {
    gap: 22px;
  }

  .cstm__content {
    grid-template-columns: 1fr 1fr;
  }

  .navbar .navbar-nav .nav-link {
    margin: 0 5px;
  }

  .navbar.navbar-boxed {
    padding-top: 10px;
  }

  .lang-switcher .text-white {
    color: white !important;
  }

  .lang-switcher .line {
    background: white !important;
  }
}

@media (min-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    margin: 0 18px;
  }
}

@media (max-width: 1100px) {
  #down-section {
    background-size: 120px;
  }
}

@media (max-width: 991px) {
  .interactive-banners-text-content {
    padding-right: 15px;
    padding-bottom: 1rem !important;
    padding-left: 15px;
  }

  .interactive-banners-box h6 {
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
  #down-section {
    background: none !important;
  }
}
