.include_custom_wrap {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  margin: 0 auto;
}

.dark-block {
  background-color: #282828;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.include_custom_content {
  color: #282828;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%; /* 52px */
  text-transform: uppercase;
}

.dark-block .include_custom_content {
  color: #FFF;
}

.include_custom_content p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-transform: none;
  margin-top: 58px;
  margin-bottom: 21px;
}

.write-to-us-btn {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
  display: block;
  width: fit-content;
  line-height: normal;
}

.write-to-us-btn svg {
  height: 18px;
  width: 18px;
}

.write-to-us-btn svg path {
  transition: fill .2s;
}

.write-to-us-btn:hover {
  text-decoration: none;
  color: #282828;
}

.write-to-us-btn:hover path {
  fill: #282828;
}

.dark-block .write-to-us-btn:hover {
  text-decoration: none;
  color: #FFF;
}

.dark-block .write-to-us-btn:hover path {
  fill: #FFF;
}

.include_custom_img {
  position: absolute;
  top: 60px;
  right: 0;
}

.write-to-us-btn-icon {
  font-size: 0;
  line-height: 0;
  margin-left: 13px;
}

@media screen and (max-width: 768px) {
  .include_custom_content {
    font-size: 24px;
  }
  .include_custom_content p {
    font-size: 16px;
    margin-top: 39px;
    margin-bottom: 14px;
  }
  .write-to-us-btn {
    font-size: 18px;
  }
  .include_custom_wrap {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}