.wordpress-info {
  margin: -750px auto 0px auto;
  display: flex;
  flex-direction: row;
  gap: 70px;
}

.wordpress-info p {
  max-width: 650px;
}

.wordpress-info img {
  align-self: end;
  width: 44% !important;
  margin-bottom: 65px;
}

.wordpress-info .blog-title {
  text-align: left;
  margin: 0;
}

.section-tech-container {
  margin-top: -70px;
}

.description-large {
  font-size: 24px;
  letter-spacing: normal;
  line-height: 44px;
  margin: 60px 0;
  font-weight: normal;
  color: var(--color-black);
}

.hosting-grid {
  display: grid;
  grid-template-columns: 18% repeat(2, 22%);
  gap: 40px;
  align-items: flex-end;
  justify-content: center;
}

.old-price {
  display: flex;
}

.old-price sup {
  top: 0.5em;
}

.offer-row {
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: -685px;
  padding-left: 835px;
}

.text-container {
  display: flex;
  flex-direction: column;
}

.step-box h6 {
  text-align: center !important;
}

@media (max-width: 1600px) {
  .offer-row {
    top: -240px;
    justify-content: center;
    margin-bottom: 540px;
    padding-left: 0px;
  }

  .wordpress-info {
    margin-right: 8%;
    margin-left: 8%;
  }
}

@media (max-width: 1200px) {
  .wordpress-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto 8%;
    margin-top: -750px;
    gap: 0;
  }
  .wordpress-info p {
    max-width: none;
  }

  .wordpress-info .blog-title {
    text-align: center;
  }

  .wordpress-info img {
    width: 90% !important;
    align-self: center;
  }

  .description-large {
    font-size: 22px;
  }
}

@media (max-width: 900px) {
  .description-large {
    font-size: 20px;
    line-height: 40px;
  }

  .main-baner-container---wordpress {
    justify-content: center;
  }

  .main-baner-content {
    margin-bottom: 350px;
  }

  .offer-row {
    top: -160px;
  }

  .section-tech-container {
    margin-top: -50px;
  }
}

@media (max-width: 520px) {
  .swipe-dots {
    bottom: 170px;
  }
}
