.why-uss-title {
  margin: 50px 0px 40px;
  font-weight: 500;
  font-size: 60px;
  line-height: 64px;
}

.why-us {
  overflow: hidden;
  margin: 20px 0px;
  width: 300px;
  width: 100%;
}

.why-us img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.why-us-details {
  margin-top: 20px;
}

.why-us-title {
  color: #44d2ff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  height: 46px;
}

.why-us-content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #b3b6bb;
  display: -webkit-box;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.why-us-info {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.why-us-button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 500px) {
  .why-uss-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    margin: 30px 0px 20px;
  }
}
