/* Responsive Home wyn  */

@media (min-width: 320px) and (max-width: 480px) {
  nav.container-fluid {
  }
}

@media (min-width: 481px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 1024px) {
}

@media (min-width: 1025px) and (max-width: 1279px) {
  #myImage {
    /* width: 100px !important; */
  }

  h1.our-services {
    font-family: "GothamMedium", sans-serif;
    font-size: 100px !important;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    justify-content: center;
  }

  h1.our-clients {
    font-size: 120px;
  }

  h1.outline-text {
    font-size: 90px !important;
  }

  .margin-why {
    margin-left: 222px;
  }

  .box-text-why {
    /* margin-top: 20px; */
  }
  .services-custom-border {
    border: none;
  }
}

@media (min-width: 1280px) and (max-width: 1920px) {
  /* section one wyn */
  #myImage {
    /* width: 100px; */
  }

  h1.our-clients {
    font-size: 120px;
  }

  .margin-why {
    margin-left: 222px;
  }

  .box-text-why {
    /* margin-top: 20px; */
  }
}
/* สำหรับหน้าจอที่มีขนาด ≥ 1420px */
@media (min-width: 1420px) {
  .services-custom-border {
    border-right: 3px solid rgb(218, 218, 218);
  }

  .border-last {
    border-right: none;
  }
}

/* สำหรับหน้าจอที่มีขนาด ≤ 1420px */
@media (max-width: 1420px) {
  .services-custom-border {
    border-right: 3px solid rgb(218, 218, 218);
  }

  .border-four {
    border-left: none;
  }

  .border-three,
  .border-last {
    border-right: none;
  }
}
@media (min-width: 1024px) and (max-width: 1420px) {
  .services-custom-border {
    padding: 2rem !important;
  }
}
/* สำหรับหน้าจอที่มีขนาด ≤ 768px */
@media (max-width: 768px) {
  .services-custom-border {
    border: none;
  }
  .border-one,
  .border-three,
  .border-five {
    border-right: 3px solid rgb(218, 218, 218);
  }
}
@media (max-width: 480px) {
  .services-custom-border {
    /* border: none; */
  }
}
