.contactBg {
  width: 100%;
  height: 719px;
  background: url('../images/contact_bg.png') center/cover no-repeat;
}

.contactUse {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  padding-top: 70px;
  padding-bottom: 80px;
  background: #3b8ba7;
}

.contactUseContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactUseInfo {
  /* width: 716px; */
  /* height: 364px; */
  padding: 0px 42px 37px;
  border-radius: 20px;
  background: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}

.contactUseStro {
  margin-top: 37px;
  font-weight: 600;
}

.contactUseText {
  width: 580px;
  margin-right: 40px;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}
.contactUseTitle {
  margin-bottom: 30px;
   color: #ffffff;
   font-weight: 800;
   font-size: 32px;
   line-height: 40px;
}