<section class="elvo">
  <div class="container clearfix">
    <div class="elvo__section">
      <img class="elvo__img" src="https://picallow.com/wp-content/uploads/2022/07/OIG.PCGIuyrzhpozFgd_-270x250.jpeg" alt="" />
      <div class="elvo__window">
        <p class="elvo__title">Компания elvo</p>
        <p class="elvo__input">Лучшая компания</p>
        <p class="elvo__text">Строительная компания ELVO является проектной организацией, которая отвечает за подготовку всего проекта, в соответствии с договором или контрактом.</p>
      </div>
    </div>
  </div>
</section>
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.elvo__section {
  margin-top: 40px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.elvo__img {
  width: 270px;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.elvo__window {
  background-color: #f1f1f1;
  position: relative;
  width: auto;
  margin-top: 20px;
  margin-right: -20px;
  z-index: 2;
  padding: 50px 30px;
}
.elvo__window p {
  margin-top: 0;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.