	.contact-info h2 {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #e41e31;
  width: fit-content;
  margin: auto;
}
.contact-icon i {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #e41e31 28.63%, rgba(255, 204, 204, 0.7) 135.22%);
}
.contact-item {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px dashed #e41e31;
}
.contact-text p {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-text p span {
  font-weight: 700;
}
.contact {
  max-width: 1100px;
  margin: 60px auto;
  background: #fff;
  padding: 12px;
}
.contact-info {
  padding: 50px;
  border-radius: 12px;
  background: #fff2f2;
}
#frm-action-102728 .bp_form_field,
#frm-action-102728 .bp_form_field input,
#frm-action-102728 textarea {
  width: 100%;
}
#frm-action-102728 .bp_form_field:nth-child(1),
#frm-action-102728 .bp_form_field:nth-child(2) {
  width: 49%;
}
#frm-action-102728 .bp_form_field input,
#frm-action-102728 textarea {
  border-radius: 5px;
  border: 1px solid #dedede;
  padding: 10px;
  margin-bottom: 15px;
}
#frm-action-102728 .bp_form_field input:placeholder {
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#frm-action-102728 .bp-btn-send {
  border-radius: 30px;
  background: linear-gradient(0deg, #e84545 0%, #f65d5d 100%);
  color: #fff;
  width: fit-content !important;
  padding: 10px 30px;
  border: none;
}
@media screen and (max-width:992px) {
    .about-title {
        margin-top: 30px;
    }
  
}
@media screen and (max-width:768px) {
      .contact-icon {
        display: none;
    }
}
