.main-baner-content p {
  margin: 40px 0px;
  font-size: 24px;
  width: auto;
  word-wrap: break-word;
}

.offer-box-wide {
  width: 550px;
  justify-content: space-between;
}

.offer-box-wide span {
  max-width: 480px;
}

.offer-box-wide img {
  max-height: 110px;
}

.text-and-image-section {
  margin: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.text-and-image-section .blog-title {
  margin-left: 0;
  margin-bottom: 0;
  text-align: left;
}

.text-and-image-section .text-container {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.text-and-image-section img {
  align-self: center;
  width: 36%;
  margin-top: 45px;
}

.map_contact-container {
  padding-top: 110px;
}

@media (max-width: 1600px) {
  .text-and-image-section {
    margin-right: 8%;
    margin-left: 8%;
  }
}

@media (max-width: 990px) {
  .main-baner-content p {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .text-and-image-section {
    flex-direction: column;
    gap: 0;
    margin: -50px 10% auto 10%;
  }

  .description-large {
    align-self: flex-start;
    width: 100%;
  }

  .text-and-image-section .text-container {
    width: 100%;
  }

  .text-and-image-section img {
    width: 100%;
    margin-top: 0;
  }

  .map_contact-container .title-contact {
    width: 100%;
  }
}
