/* Importaciones  */
@import url('https://fonts.googleapis.com/css2?family=Chonburi&family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

/* Base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

/* Header styles */
.header {
  width: 100%;
  padding: 30px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #C0E3E9;
  color: #323232;

}
.header-logo{
  display: flex;
  gap: 20px;
}
.logo{
  width: 60px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.therapist-name {
  max-width: 300px;
  font-family: "Chonburi", serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

.navigation {
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 26px;
}

.nav-link {
  color: inherit;
  text-decoration: none;
  font-family: "Chonburi", serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

.contact-button {
  border-radius: 30px;
  border: 1px solid rgba(50, 50, 50, 1);
  padding: 10px 20px;
  color: #323232;
  white-space: nowrap;
}

@media (width <=1200px) {
  .contact-button {
    display: none;
  }

  .header {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .therapist-name {
    text-align: center;
    font-size: 32px;
  }

  .navigation {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .nav-link {
    font-size: 14px;
  }

}

/* MAIN  */
main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* HERO*/
.hero-section {
  overflow: hidden;
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 46px;
  background-color: #C0E3E9;
  color: #323232;
}

.hero-heading {
  letter-spacing: -5.76px;
  text-align: center;
  font-family: "Chonburi", serif;
  font-size: 64px;
  font-weight: 400;
  font-style: normal;
}

.subheading {
  font-size: 32px;
  text-align: center;
  max-width: 468px;
}

.cta-button {
  width: max-content;
  border-radius: 100px;
  background-color: #323232;
  border: none;
  padding: 15px 60px;
  font-size: 20px;
  color: #D4E1E7;
  font-family: "Chonburi", serif;
  cursor: pointer;
}

/* Responsive styles */
@media (width <=1200px) {
  .hero-section {
    gap: 20px;
    padding: 0 20px;
  }
}

@media (width <480px) {
  .hero-heading {
    font-size: 36px;
  }

  .subheading {
    font-size: 24px;
  }

  .cta-button {
    font-size: 14px;
  }
}

/* ABOUT ME  */
.psychologist-header {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 65px 53px;
  align-items: center;
  color: rgba(50, 50, 50, 1);
  font-weight: 400;
  text-align: right;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.therapist-img {
  width: 380px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}

.services-description {
  text-align: center;
  font-size: 32px;
  font-family:
    Cormorant,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  margin-top: auto;
  margin-bottom: auto;
  width: 317px;
}

.psychologist-name {
  width: 390px;
  font-size: 72px;
  font-family:
    Chonburi,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  letter-spacing: -6.48px;
  margin-top: auto;
  margin-bottom: auto;
}

@media (width <=1200px) {
  .psychologist-header {
   
     flex-direction: column;
      align-items: center;
      justify-content: center;
    width: 100%;
    padding: 30px;
    gap: 40px 68px;
  }

  .therapist-img {
    position: relative;
    width: 100%;
    max-width: 300px;
    top: 0;
    left: 0;
  }

  .services-description {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .psychologist-name {
    width: 100%;
    max-width: max-content;
    text-align: center;
    font-size: 48px;
  }
}


/* .ANXIETY THERAPY SECTION  */

.anxiety-therapy-section {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* THERAPY CONTAINTER  */
.therapy-container {
  position: relative;
  background-color: #E7DEC4;
  width: 100%;
  padding: 176px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.decorative-rectangle {
  width: 472px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: rgba(216, 239, 250, 1);
  z-index: 1;
}

.therapy-title {
  text-align: center;
  font-family: "Chonburi", serif;
  font-size: 72px;
  color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -6.48px;
  z-index: 2;
}

.therapy-image {
  max-width: 1000px;
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: contain;
  object-position: center;
  border-radius: 55px;
  margin-top: 85px;
  z-index: 2;
}

@media (width <=1200px) {
  .therapy-title {
    max-width: 100%;
    font-size: 40px;
  }

  .therapy-image {
    max-width: 100%;
    padding: 0 30px;
    margin-top: 40px;
  }

  .decorative-rectangle {
    width: 200px;
  }
}

.purpose-target-container {
  padding: 110px 61px;
  color: rgba(50, 50, 50, 1);
}

.purpose-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.purpose-content {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.section-title {
  font-size: 48px;
  font-family:
    Chonburi,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  letter-spacing: -6.48px;
  font-weight: 400;
  margin: 0;
}

.section-text {
  font-size: 24px;
  font-family:
    Cormorant,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  margin-top: 30px;
  font-weight: 400;
}

.purpose-image {
  aspect-ratio: 0.66;
  object-fit: contain;
  object-position: center;
  width: 180px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.target-section {
  display: flex;
  margin-top: 100px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 40px;
}

.target-image {
  aspect-ratio: 1.5;
  object-fit: contain;
  object-position: center;
  width: 453px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
}

.target-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.target-text {
  text-align: right;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .purpose-target-container {
    max-width: 100%;
    padding: 100px 40px;
  }

  .purpose-section {
    max-width: 100%;
    gap: 40px;
  }

  .purpose-content {
    max-width: 440px;
  }

  .section-title {
    max-width: 100%;
    font-size: 40px;
  }

  .section-text {
    max-width: 100%;
    margin-top: 40px;
  }

  .target-section {
    max-width: 100%;
    margin-top: 40px;
    justify-content: end;
  }

  .target-image {
    max-width: 100%;
    align-self: self-end;
  }

  .target-content {
    max-width: 100%;
  }

  .target-text {
    margin-top: 40px;
  }
}
/* FEATURES SECTION  */
.features-section {
  width: 100%;
  padding: 141px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 66px;
  background-color: rgba(231, 222, 196, 1);
  color: rgba(50, 50, 50, 1);
}

.features-title {
  font-family: "Chonburi", serif;
  letter-spacing: -6.48px;
  font-size: 64px;
  font-weight: 400;
  font-style: normal;
}

.features-cards {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 45px 30px;
}

.feature-card {
  min-width: 240px;
  max-width: 320px;
  height: 500px;
  padding: 38px 24px ;
  border-radius: 32px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-image {
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.feature-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-heading {
  font-family: "Chonburi", serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

.feature-description {
  font-size: 20px;
}

@media (max-width: 991px) {
  .features-section {
    max-width: 100%;
    padding: 100px 20px;
  }

  .features-title {
    max-width: 100%;
    font-size: 32px;
  }

  .features-cards {
    max-width: 100%;
    margin-top: 40px;
  }

  .feature-card {
    padding: 38px 20px 9px;
    height: max-content;
  }
}
/* Modality section  */
.modality-section {
  padding: 155px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #323232;
}

.modality-card {
  max-width: 1067px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 50px;
  border-radius: 30px;
  box-shadow: 5px 4px 31px rgba(0, 0, 0, 0.25);
  padding: 40px 45px;
}

.modality-image {
  aspect-ratio: 0.87;
  object-fit: contain;
  object-position: center;
  max-width: 320px;
  border-radius: 15px;
  min-width: 240px;
}

.modality-content {
  min-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.modality-header {
  width: 100%;
}

.modality-title {
  font-family: "Chonburi", serif;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
}
.paypal-logo{
  height: 80px;
}
.modality-details {
  font-size: 24px;
  margin-top: 20px;
}

.modality-cta {
  margin-top: 43px;
  align-self: flex-start;
  border-radius: 100px;
  border: 1px solid rgba(50, 50, 50, 1);
  padding: 15px 53px;
  background-color: transparent;
  color: rgba(50, 50, 50, 1);
  font-family: "Chonburi", serif;
  font-style: normal;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .modality-section {
    max-width: 100%;
    padding: 100px 0px;
  }

  .modality-card {
    width: 100%;
    padding: 70px 20px;
  }
  .modality-image{
    width: 100%;
    min-width: none;
  }
  .modality-content {
    max-width: 100%;
  }

  .modality-header {
    max-width: 100%;
  }

  .modality-title {
    max-width: 100%;
    font-size: 40px;
    text-align: center;
  }

  .modality-details {
    max-width: 100%;
  }

  .modality-cta {
    padding: 15px 20px;
    margin-top: 40px;
  }
  
}
@media (max-width: 750px){
  .modality-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modality-details{
    text-align: center;
  }
  .modality-content a{
    display: flex;
    flex-direction: column;
  }
  .modality-cta{
    align-self: center;
  }
  .paypal-logo{
    aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
    width: 100%;
  }
}

/* CTA SECTION  */
.cta-section {
  width: 100%;
  padding: 73px 86px;
  display: flex;
  justify-content: space-between;
  background-color: #C0E3E9;
  gap: 80px;
}

.cta-content {
  min-width: 240px;
  max-width: 793px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  color: rgba(50, 50, 50, 1);
}

.cta-heading {
  font-family: "Chonburi", serif;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
}

.cta-description {
  font-size: 32px;
}

.cta-section .cta-button {
  border-radius: 60px;
  background-color: #323232;
  margin: auto 0;
  padding: 17px 50px;
  font-family: "Chonburi", serif;
  font-style: normal;
  font-size: 36px;
  color: rgba(192, 227, 233, 1);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1200px){
  .cta-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 73px 20px;
    gap: 40px;
  }

  .cta-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 500px;
  }

  .cta-heading {
    max-width: 100%;
    font-size: 40px;
  }

  .cta-description {
    max-width: 100%;
  }

  .cta-section .cta-button {
    font-size: 20px;
    padding: 17px 20px;
    white-space: initial;
  }
}

/* REVIEWS  */
.testimonials-section {
  padding: 0 80px;
  padding-top: 97px;
  padding-bottom: 46px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.testimonials-header {
  max-width: 755px;
  align-self: self-start;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #323232;
}

.testimonials-title {
  font-size: 48px;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 991px) {
  .testimonials-section{
    padding: 0 20px;
    padding-top: 97px;
  padding-bottom: 46px;
  }
  .testimonials-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.testimonials-subtitle {
  font-size: 24px;
  margin-top: 29px;
}

@media (max-width: 991px) {
  .testimonials-subtitle {
    max-width: 100%;
  }
}

.divider {
  aspect-ratio: 62.5;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 29px;
}

.testimonials-grid {
  display: flex;
  margin-top: 63px;
  width: 100%;
  gap: 40px 51px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .testimonials-grid {
    max-width: 100%;
    margin-top: 40px;
  }
}

.testimonial-card {
  min-width: 240px;
  padding: 25px 20px;
  max-width: 297px;
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 11px;
}

.avatar-initial {
  border-radius: 50px;
  min-height: 54px;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-orange {
  background-color: rgba(255, 127, 29, 1);
}

.avatar-brown {
  background-color: rgba(195, 166, 143, 1);
}

.avatar-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 54px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .avatar-initial {
    white-space: initial;
  }
}

.user-name {
  color: rgba(50, 50, 50, 1);
  font-size: 20px;
  font-family: "Chonburi", cursive;
}

.review-date {
  color: rgba(112, 112, 112, 1);
  font-size: 15px;
  font-family: "Cormorant", serif;
}

.rating {
  aspect-ratio: 5.1;
  object-fit: contain;
  object-position: center;
  width: 112px;
  margin-top: 7px;
  max-width: 100%;
}

.testimonial-text {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  margin-top: 23px;
}

.footer-icon {
  aspect-ratio: 4.26;
  object-fit: contain;
  object-position: center;
  width: 52px;
  margin-top: 63px;
}

@media (max-width: 991px) {
  
  .footer-icon {
    margin-top: 40px;
  }
  
}

/* FORM  */
.consultation-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  color: #323232;
  flex-wrap: wrap;
}

.consultation-header {
  width: 600px;
  min-width: 330px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: start;
  padding-top: 20px;
}
.consultation-header-background-mobile{
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
  z-index: 0;
}
.consultation-header-background {

  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.consultation-header-content {
  z-index: 1;
  position: relative;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.58);
  display: flex;
  width: 500px;
  max-width: 100%;
  padding: 11px 18px;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.consultation-header-title {
  font-size: 48px;
  font-family: "Chonburi", serif;
  font-weight: 400;
}

.consultation-header-description {
  font-size: 24px;
  font-family: "Cormorant", serif;
  font-weight: 600;
  margin-top: 29px;
}

.form-section {
  z-index: 1;
  min-width: 390px;
  padding: 40px 20px;
  height: 100%;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 72px;
}

.form-container {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  max-width: 531px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.contact-form {
  width: 100%;
min-width: 320px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.38);
  display: flex;
  max-width: 450px;
  padding: 30px 28px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 400;
  justify-content: start;
}

.form-heading {
  font-size: 24px;
  font-weight: 600;
}

.form-group {
  margin-top: 14px;
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

.form-input {
  width: 475px;
  height: 30px;
  border: none;
  border-bottom: 2px solid #C0E3E9;
  border-radius: 14px;
  margin-top: 9px;
  padding: 20px;
  outline: none;
  max-width: 100%;
  background-color: #C0E3E9;
  color: #323232;
  font-size: 32px;
}
.form-group label{
  font-size: 24px;
}
.form-textarea {
  border-radius: 14px;
  width: 100%;
  height: 151px;
  border: 2px solid #C0E3E9;
  margin-top: 9px;
  outline: none;
  resize: none;
  padding: 20px;
  background-color: #C0E3E9;
  color: #3232322f;
  font-size: 32px;
}

.submit-button {
  align-self: center;
  border-radius: 100px;
  background-color: rgba(50, 50, 50, 1);
  border-color: rgba(212, 225, 231, 1);
  border-style: solid;
  border-width: 1px;
  margin-top: 28px;
  padding: 15px 53px;
  gap: 10px;
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: rgba(212, 225, 231, 1);
  white-space: nowrap;
  cursor: pointer;
}

.contact-info {
  text-align: center;
  align-self: center;
  display: flex;
  margin-top: 58px;
  width: 451px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  justify-content: start;
}

.whatsapp-info {
  margin-top: 20px;
}

.schedule-info {
  margin-top: 20px;
}

.whatsapp-button-container {
  align-self: stretch;
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  gap: 16px;
  color: rgba(10, 155, 32, 1);
  font-weight: 600;
  justify-content: center;
}

.whatsapp-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 52px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.whatsapp-button {
  align-self: stretch;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(96, 214, 105, 1);
  border-style: solid;
  border-width: 2px;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 15px 49px;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 720px) {
  .consultation-header-background-mobile{
    display: block;
  }
  .consultation-header-background{
    display: none;
  }
  .consultation-container{
    flex-direction: column;
  }
  .form-section{
    width: 100%;
    min-width: 140px;
  }
}
@media (max-width: 1200px) {

  .consultation-container {
    max-width: 100%;
  }
  .consultation-header {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }
  .consultation-header-title {
    max-width: 100%;
    font-size: 40px;
  }
  .consultation-header-description {
    max-width: 100%;
  }

  .form-heading {
    max-width: 100%;
  }
  .form-group {
    max-width: 100%;
    white-space: initial;
  }
  .form-input {
    max-width: 100%;
  }
  .form-textarea {
    max-width: 100%;
  }
  .submit-button {
    padding: 15px 20px;
    white-space: initial;
  }
  .contact-info {
    margin-top: 40px;
  }
  .location-info {
    max-width: 100%;
  }
  .whatsapp-button-container {
    max-width: 100%;
  }
  .whatsapp-button {
    min-width: 70px;
    padding: 15px 20px;
  }
}

/* FOOTER ¨ */
footer {
  background-color: rgba(192, 227, 233, 1);
  z-index: 0;
  display: flex;
  min-height: 193px;
  width: 100%;
  padding: 43px 56px;
  align-items: center;
  gap: 40px 100px;
  color: rgba(50, 50, 50, 1);
  font-weight: 400;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  footer{
    padding: 53px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.therapist-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 
  20px;
}
.contact-name {
  text-align: left;
  max-width: 380px;
  font-family: "Chonburi", serif;
  font-size: 28px;
  font-style: normal;
  align-self: stretch;
  margin: auto 0;
  font-weight: 400;
}

.contact-list {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: flex-end;
  font-size: 24px;
  white-space: nowrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

@media (max-width: 991px) {
  .contact-name{
    max-width: none;
    text-align: center;
  }
  .contact-list {
    width: 100%;
    align-self: self-end;
    white-space: initial;
  }
  .contact-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.contact-item:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .contact-item {
    white-space: initial;
  }
}

.contact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  flex-shrink: 0;
}

.contact-icon-small {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

.contact-icon-medium {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 26px;
  align-self: stretch;
  margin: auto 0;
  flex-shrink: 0;
}

a:-webkit-any-link {
  color: #323232;
  text-decoration: none;
}

.contact-text {
  text-decoration: none;
  align-self: stretch;
  margin: auto 0;
}

.form-textarea {
  color: #323232;
}