.contact-form-block {
  padding-top: 59px;
  margin-bottom: 80px;
  position: relative;
}
/* .contact-form-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 132px;
  height: 190px;
  left: 100px;
  top: -95px;
  background-image: url(before-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.contact-form-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 136px;
  height: 140px;
  right: 5%;
  top: 82px;
  background-image: url(after-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */
.contact-form-content {
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  background-position: left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
}
.contact-form-img {
  width: 388px;
  margin: auto;
}
.contact-form-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  display: block;
  border-radius: 25px;
}
.contact-form-right {
  width: 56%;
  padding: 37px 68px 42px 20px;
}
.contact-form-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: black;
  opacity: 0.5;
}
.contact-form-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
  color: black;
  margin-bottom: 4px;
}
.contact-form-form {
  margin-top: 35px;
}

.contact-form-block p {
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .contact-form-block:after {
    right: -2%;
  }
  .contact-form-block:before {
    left: -1%;
  }
}
@media screen and (max-width: 1199px) {
  .contact-form-right {
    padding: 30px 0;
    padding-right: 50px;
    width: 60%;
  }

  .contact-form-img {
    width: 337px;
    margin-left: 19px;
  }
  .contact-form-policy {
  }
}
@media screen and (max-width: 991px) {
  .contact-form-block {
    padding-top: 0;
  }
  .contact-form-right {
    width: 100%;
    padding-left: 50px;
  }
  .contact-form-img {
    display: none;
  }
  .contact-form-block:after {
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-block:after,
  .contact-form-block:before {
    display: none;
    background: none;
  }
  .contact-form-policy,
  .contact-form-policy div {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-form-title {
    font-size: 30px;
  }

  .contact-form-policy {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .contact-form-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-form-title {
    font-size: 26px;
  }
  .contact-form-policy,
  .contact-form-policy div {
    font-size: 12px;
  }
}
