.contact_info-box h2 {
  font-size: 40px !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .contact_info-box h2 {
    font-size: 32px !important;
  }
  .contact_info-wrapper {
    flex-direction: column-reverse !important;
  } 
   
  .image-box {
    width: 100% !important;
  }

  .contact_info-box {
    width: 100% !important;
  }
}
.contact_info-wrapper {
    display: flex;
    align-items: center;
    gap: 48px;
}

.contact_info-boxes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact_info-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact_info-text p {
    margin: 0px;
}

.contact_info-icon svg {
    height: 20px;
}

.contact_info-icon span {
    height: 20px;
    width: 20px;
    margin: 0px;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_info-icon {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background: #B5F8C2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}


.image-box {
    width: 45%;
}

.contact_info-box {
    width: 55%;
}

.image-box img {
    border-radius: 24px !important;
    width: 100%;
}

.contact_info-box .subtitle (
  color: #667085 !important;
}
