/*=== TUTOR FINDER ===*/
.university .tutor_inner {
  padding: 92px 120px;
  background-image: url(../img/tutor-finder.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .university .tutor_inner {
    padding: 80px 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .university .tutor_inner {
    padding: 50px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner {
    padding: 50px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .university .tutor_inner {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .university .tutor_inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .university .tutor_inner {
    padding: 25px 20px;
  }
}

.university .tutor_inner .d-grid {
  padding-left: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner .d-grid {
    gap: 15px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .university .tutor_inner .d-grid {
    gap: 10px;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .university .tutor_inner .d-grid {
    padding-left: 0px;
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

html[dir=rtl] .university .tutor_inner .d-grid {
  padding-right: 30px;
  padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html[dir=rtl] .university .tutor_inner .d-grid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[dir=rtl] .university .tutor_inner .d-grid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  html[dir=rtl] .university .tutor_inner .d-grid {
    padding-right: 0px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .university .tutor_inner_content {
    padding-right: 30%;
  }
  html[dir=rtl] .university .tutor_inner_content {
    padding-right: 0;
    padding-left: 30%;
  }
}

.university .tutor_inner_content > span {
  margin-bottom: 15px;
  color: var(--frontend-white, #ffffff);
  display: block;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner_content > span {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .university .tutor_inner_content > span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .university .tutor_inner_content > span {
    font-size: 12px;
  }
}

.university .tutor_inner_content h3 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: var(--frontend-white, #ffffff);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .university .tutor_inner_content h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner_content h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .university .tutor_inner_content h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .university .tutor_inner_content h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .university .tutor_inner_content h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .university .tutor_inner_content h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .university .tutor_inner_content h3 {
    margin-bottom: 15px;
  }
}

.university .tutor_inner_content p {
  line-height: 1.875;
  color: var(--frontend-white, #ffffff);
  margin-bottom: 45px;
}

.university .tutor_inner_content a {
  background-color: var(--frontend-white, #ffffff);
  color: var(--frontend-primary, #EE8C1B);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .university .tutor_inner_content a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner_content a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .university .tutor_inner_content a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .university .tutor_inner_content a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.university .tutor_inner_card {
  display: flex;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--frontend-white-50, #F6F9FB);
  background-color: var(--frontend-white, #ffffff);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner_card {
    padding: 10px;
  }
}

.university .tutor_inner_card > div:last-child {
  padding-left: 15px;
}

html[dir=rtl] .university .tutor_inner_card > div:last-child {
  padding-right: 15px;
  padding-left: 0;
}

.university .tutor_inner_card h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .university .tutor_inner_card h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner_card h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .university .tutor_inner_card h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .university .tutor_inner_card p {
    font-size: 14px;
  }
}

.university .tutor_inner_card #icon {
  height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .university .tutor_inner_card #icon {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .university .tutor_inner_card #icon {
    height: 50px;
  }
}

.university .tutor_inner_card #icon img {
  height: 100%;
  box-shadow: 0px 2px 5px rgba(var(--frontend-black, #000000), 0.05);
}
