.section-content-with-image{
  padding-top: 60px;
  padding-bottom: 50px;
}

.margin-bottom{
  padding-bottom: 0;
  margin-bottom: -50px;
  z-index: 10;
}

.content-with-image_title{
  padding-bottom: 37px;
}

.content-with-image_title h2{
  font-weight: 400;
}

.content-with-image__{
  display: flex;
  gap: 16px;
}

.content-with-image_text{
  width: 50%;
  padding-top: 26px;
}

.content-with-image_text a{
  color: #28A2F0;
  font-weight: 700;
  text-decoration-line: underline;
  transition: color .3s ease-in-out;
}

.content-with-image_text a:hover{
  color: #000;
}

.content-with-image_picture{
  width: 50%;
}

.content-with-image_picture img{
  border-radius: 0 40px 40px 40px;
}

@media only screen and (max-width: 991px) {
  .content-with-image__{
    flex-direction: column;
  }

  .content-with-image_text{
    width: 100%;
    padding-bottom: 0;
  }

  .content-with-image_picture{
    width: 100%;
    text-align: center;
  }

  .margin-bottom{
    margin-bottom: 0px;
    padding-bottom: 50px;
  }
}