.why-us {
  min-height: 90vh;
  /* background-color: rgba(250, 249, 246, 1); */
}

.why-us .wrap-text {
  padding-top: 4rem;
  border-bottom: 4px solid rgba(74, 101, 124, 1);
}
.why-us .title {
  font-family: "Adobe Garamond Pro", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: rgba(74, 101, 124, 1);
  text-align: center;
  margin-top: 2rem;
}
.why-us .desc-2 {
  font-size: 16px;
  text-align: center;
  color: rgba(74, 101, 124, 0.8);
  width: 80%;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 4rem;
  line-height: 24px;
  margin-bottom: 2rem;
}
.why-us .wrap-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  height: 360px;
  border-bottom: 1px solid rgba(74, 101, 124, 1);
  cursor: pointer;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.wrap-content img {
  width: 60px;
  height: 60px;
}
.wrap-content h2 {
  font-family: "Adobe Garamond Pro", sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.wrap-content .title-content {
  font-size: 28px;
}
.wrap-content .desc-3 {
  font-size: 22px;
  line-height: 32px;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .why-us {
    background-image: url(../../img/about/bg-light.png);
    object-fit: cover;
    background-size: cover;
    min-height: 90vh;
  }
  .why-us .title {
    font-size: 48px;
  }
  .why-us .desc-2 {
    font-size: 20px;
  }
  .why-us .wrap-text {
    width: 100%;
  }
  .why-us .wrap {
    display: flex;
  }
  .why-us .wrap .wrap-content {
    /* padding: 2rem; */
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0rem;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100% / 3);
    height: 400px;
    border-bottom: none;
  }
  .why-us .wrap .wrap-content:nth-child(1),
  .why-us .wrap .wrap-content:nth-child(2),
  .why-us .wrap .wrap-content:nth-child(3),
  .why-us .wrap .wrap-content:nth-child(4) {
    border-right: 1px solid #4a657c;
  }
  .wrap-content .title-content {
    font-size: 24px;
  }
  .why-us .wrap .wrap-content p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .why-us .wrap-content:hover {
    width: calc(100% / 2.5);
    background-color: rgba(74, 101, 124, 0.1);
  }
}
