.__call__global {
  gap: var(--gap-primary);
  margin-bottom: 80px;
  z-index: 100;
}
.__call_content {
  gap: 0;
}
.__call__header {
  gap: var(--gap-secondary);
}
.__call_title {
  line-height: 60px;
   
}
.__call_description {
  color: #5a6475;
}
.__call__info {
  gap: 24px;
}
.__call-item {
  flex: 1;
  padding: 18px;
  border-radius: var(--radius-xl);
  gap: var(--gap-third);
  background-color: #ffffff;
  box-shadow: 0px 50px 200px -40px #0000000f;
}
.__call-item__content {
  gap: 4px;
}
.__call-item__title {
  font-size: var(--text-sm);
  line-height: var(--leading-medium);
  letter-spacing: 0%;
  color: #0f1416;
}
.__call-item__description {
  font-size: 16px;
  line-height: var(--leading-sm);
  letter-spacing: 0%;
  color: #344054;
}
.__call__form {
  gap: var(--gap-primary);
  border-radius: var(--radius-xl);
  border: 2px solid #0086c9;
  padding: 24px;
  background: #ffffff;
  z-index: 3;
}
.__call__form_img {
  width: 40%;
}

.__call__form_img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
}

.__call__form_content {
  width: 60%;
}
.__call__form_content .__contact_form {
  margin: 0;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .__call__global {
    margin-bottom: 32px;
  }
  .__call_content {
    gap: var(--gap-third);
  }
  .__call_title {
    line-height: var(--leading-xlg);
     
  }
  
  .__call__btn {
  }
  .__call__info {
    margin: 32px 0;
    flex-direction: column;
    gap: var(--gap-third);
  }
  .__call-item {
    width: 100%;
  }

  /* .__call-item__title {
    font-size: var(--text-sm);
    line-height: var(--leading-medium);
    letter-spacing: 0%;
  } */

  .__call__form {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .__call__form_img {
    width: 100%;
  }
  .__call__form_content {
    width: 100%;
  }
  .__call__form_img img {
    height: 356px;
  }
}
