.container-section__wrapper {
  position: relative;
  height: 359px;
  transition: 0.5s ease;
}
.container-section__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-height: 779px;
}
.container-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .container-section__wrapper {
    position: relative;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .container-section__wrapper {
    position: relative;
    height: 65px;
  }
}
