.background {
  display: flex;
  justify-content: center;
  width: 100%;
  background: url('../../../uploads/2021/09/section3-v2-bg.jpg') no-repeat;
  background-position: bottom;
  background-size: contain;
}
.cont {
  display: flex;
  width: 100%;
  padding: 120px;
  padding-top: 100px;
  justify-content: center;
  padding-bottom: 500px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1240px) {
  .cont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 250px;
  }
}
.cont .image-wrapper {
  width: 100%;
}
@media (max-width: 1024px) {
  .cont .image-wrapper {
    width: 100vw;
  }
}
.cont .image-wrapper img {
  width: 100%;
  object-fit: contain;
}
.cont .return-button {
  cursor: pointer;
  position: absolute;
  top: 32px;
  left: 0;
  align-self: start;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #727da3;
  display: flex;
  align-items: center;
  width: fit-content;
}
.cont .return-button .return-button_text {
  margin-left: 8px;
  color: #727da3;
}
@media (max-width: 1240px) {
  .cont .return-button {
    left: 20px;
  }
}
.cont .right-cont {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  color: #27284a;
}
@media (max-width: 1240px) {
  .cont .right-cont {
    margin: 0;
  }
}
.cont .right-cont .text-cont {
  width: 790px;
  font-size: 18px;
  line-height: 25px;
  font-family: 'myriad-pro';
}

.cont .right-cont .text-cont > div {
  font-family: 'myriad-pro';
}

@media (max-width: 1024px) {
  .cont .right-cont .text-cont {
    width: 100%;
    padding: 20px;
  }
}
.cont .right-cont .text-cont .text-cont_date {
  font-size: 16px;
  margin: 18px 0;
}
.cont .right-cont .text-cont .text-cont_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #1B204C;
  text-transform: uppercase;
}
.cont .right-cont .text-cont .text-cont_category {
  background-color: #727da3;
  width: fit-content;
  padding: 10px 35px;
  border-radius: 0px 15px 15px 0px;
  color: white;
  font-size: 16px;
  margin-top: 13px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .cont .right-cont .text-cont .text-cont_category {
    margin-left: -20px;
  }
  .cont .right-cont {
    width: 100%;
  }
  .cont {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 250px;
  }
  .wp-caption {
    width: 100%;
  }
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.cont .right-cont .text-cont .text-cont_paragraph {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
  color: #27284A !important;
}
.cont .right-cont .text-cont .text-cont_paragraph p {
  color: #27284A;
}

.cont .right-cont .bottom-cont {
  font-family: "Myriad-Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #27284a;
  padding: 10px;
  padding-right: 45px;
  width: fit-content;
  background-color: #f1f2f7;
  border-radius: 0px 25px 25px 0px;
  margin: 35px 0;
}
@media (max-width: 768px) {
  .cont .right-cont .bottom-cont {
    width: 100%;
  }
}
