.text_float_img {
  min-height: 350px;
}
.text_float_img p {
  color: var(--Black, #222);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.text_float_img p strong {
  font-weight: 500;
}
.text_float_img img {
  margin-left: 30px;
  margin-bottom: 29px;
  max-width: 516px;
  max-height: 373px;
  float: right;
  width: auto;
}
@media(max-width : 850px) {
    .text_float_img img {
        display: none;
    }
}
@media(max-width : 550px) {
    .text_float_img p {
       font-size: 14px;
    }
}