.contact {
  width: 100%;
  height: 100%;
  padding: 0%;
  margin: 0%;
  overflow: hidden;
}

.phone-contact {
  border: 2px solid #ccc;
  padding: 20px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.phone-contact-content {
  padding-left: 2.5rem;
}

.contact-banner {
  height: 960px;
  background: url("/v3/assest/image/img/rh_contact_banner.svg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.contact-banner::before,
.contact-banner::after {
  content: "";
  position: absolute;
}

.contact-banner::before {
  background: linear-gradient(180deg, rgba(244, 254, 255, 0.9) 12.09%, rgba(244, 254, 255, 0) 68.43%);
  width: 100%;
  height: 380px;
  left: 0;
  top: 0;
}

.contact-banner::after {
  background: linear-gradient(180deg, rgba(244, 254, 255, 0.9) 12.09%, rgba(244, 254, 255, 0) 68.43%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 380px;
  transform: rotate(-180deg);

}

.contact-form {
  background-image: url('/v3/assest/image/img/rh_contact_bg_form.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.contact-mailing {
  border-radius: 40px;
  padding: 30px;
}

.contact-mailing-title__img {
  border: 2px solid #ffffff;
  border-radius: 100%;
  max-width: 100%;
  object-fit: cover;
}

.contact-mailing-title__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact-mailing-title__content h1 {
  color: #ffffff;

}

.contact-subcribe button {
  border-radius: 0px 34px 34px 0px;
  display: inline-block;
  line-height: 40px;

}

.contact-info {
  justify-content: center;
  align-items: center;

  padding: 32px 0;
  background-color: #e6f9fd;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-info-banner {
  width: 90vw;
}

.contact-info-items {
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
}

.contact-info-1 {
  background-color: #38A8F4;
}

.contact-info-2 {
  background-color: #CBE2FF;
}

.contact-info-3 {
  background-color: #6FB3EF;
}

.contact-info-text__main-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}

.contact-info-1-text {
  margin: 40px;
}

.contact-info-2-text {
  margin: 40px;
  width: 100%;
}

.contact-info-2-text__content {
  display: flex;
  justify-content: space-between;
}

.contact-info-3-text {
  margin: 40px;
}

.contact-info-1-text>p,
.contact-info-3-text__content>li,
.contact-info-2-text__content>ul>li {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
}

@media screen and (max-width: 425px) {
  .contact-mailing {
    padding: 10px;
  }

  .contact-mailing-title__content h1 {
    color: #373839;
  }

  .contact-subcribe input {
    border-radius: 34px 0px 0px 34px;
    font-size: 12px;
  }

  .contact-subcribe button {
    font-size: 12px;
  }

  .contact-form form input {
    height: 46px;
  }
}

@media screen and (max-width: 600px) {
  .contact-info-text__main-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
  }
}

@media screen and (max-width: 1025px) {
  .contact-info-2-text__content {
    display: block;
  }

  .contact-info-items {
    flex-direction: column;
  }
}