@media (max-width: 1000px) {

  .centered {
    width: 80%;
  }

  .first-section::before {
    background-image: none;
  }

  .first-section-mv {
    background-color: #E8AC00 !important;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }

  .first-section {
    padding-top: 0px;
  }

  .first-section-mv article:first-of-type {
    margin-bottom: 0;
  }

  .first-section article:last-of-type {
    margin-top: 60px;
  }

  .logos-list li {
    margin-right: 0;
    margin-bottom: 16px;
    margin-right: 2rem;
  }

  .article-margin {
    margin-top: 0 !important;
  }

  .accordion-two-columns {
    display: flex;
    flex-direction: column;
  }

  .accordion-two-columns .accordion {
    width: 100%
  }

  .accordion-one-column {
    width: 100%;
  }

  .section-accordions {
    width: 90%;
  }

  .benefits-list li {
    margin-right: 0;
    width: 34%;
  }

  .benefits-list li:first-child {
    margin-right: 3rem;
    margin-bottom: 3rem;
  }

  .benefits-list li:nth-child(3) {
    margin-right: 3rem;
  }

  .carousel-inner {
    width: 70%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }

  .carousel-control-next-icon {
    right: calc(100% /20);
  }

  .item-info-text {
    width: 100%;
  }

  .carousel-control-prev-icon {
    left: calc(100% /20);
  }
}

@media (max-width: 700px) {

  p {
    text-align: left;
  }

  h2 {
    text-align: left;
  }

  .logos-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
  }


  .logos-list li {
    margin-right: 0;
    margin-bottom: 16px;
    margin-right: 2rem;
  }


  .benefits-list li {
    width: 28%;
  }

  .benefits-list li:first-child {
    margin-right: 0rem;
    margin-bottom: 3rem;
  }

  .benefits-list li:nth-child(3) {
    margin-right: 0rem;
  }


  .filter-title {
    width: 80%;
    margin: 0 auto;
  }

  .filter-modal {
    left: 40px;
  }

  .testimonials-section {
    background-color: #032654;
  }

  .jobs-section-wrapper::before {
    background-image: none;
  }

  .language-selector {
    position: absolute;
    margin-top: 16px;
    top: 0;
  }

  .header-content {
    width: 90%;
  }

  .benefits-list {
    flex-direction: column;
    align-items: center;
  }

  .benefits-list li {
    width: 80%;
    margin-right: 0;
    margin-bottom: 3rem;

  }

  .benefits-list li p {
    text-align: center;
  }


  .accordion .accordion-header h3 {
    line-height: 1.5rem;
  }

  #filters {
    width: 100%;
    margin: 0 AUTO;
  }

  .benefits-list li:last-child {
    margin-bottom: 0rem;
  }

  footer .links-footer {
    flex-direction: column;
  }

  .video-section {
    background-color: #032654 !important;
  }

  /* TESTIMONIALS CAROUSEL */

  #carousel {
    min-height: 510px;
  }

  .carousel-inner {
    width: 75%;
  }

  .item-info {
    align-items: center;
    flex-direction: column;
  }

  .item-info img {
    margin-bottom: 0rem;
    width: 30%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .item-info-text {
    text-align: center;
  }

  .carousel-control-next-icon {
    right: calc(100% /28);
  }

  .carousel-control-prev-icon {
    left: calc(100% /28);
  }

}