.content-image-block {
  background: #fff;
  position: relative;
}
.content-image-block .container {
  padding: 40px 15px;
  display: flex;
  flex-direction: column-reverse;
}
.content-image-block .image {
  max-height: 350px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  margin-bottom: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.content-image-block .main-content h3 {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #646464;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  letter-spacing: 1px;
}
.content-image-block .main-content h2 {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2B2B2B;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.content-image-block .main-content .content {
  line-height: 22px;
  margin-top: 10px;
}
.content-image-block .main-content .button-link {
  color: #2B2B2B;
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid #2B2B2B;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  box-sizing: border-box;
}
.content-image-block .main-content .button-link:hover {
  background: #307E84;
  border-color: #307E84;
  color: #fff;
}

@media (min-width: 768px) {
  .content-image-block .main-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  .content-image-block .container {
    flex-direction: row;
    padding: 90px 15px;
    justify-content: space-between;
  }
  .content-image-block .image {
    max-width: 465px;
    margin: 0 0 0 70px;
    border-radius: 0 50px 0 50px;
  }
  .content-image-block .main-content .content {
    margin-top: 30px;
  }
  .content-image-block .main-content .button-link {
    margin-top: 35px;
  }
}
@media (min-width: 1280px) {
  .content-image-block .image {
    margin: 0 0 0 90px;
  }
}