.solutions {
  margin-top: 186px;
  background-image: url("../img/border-center.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 134px;
}
@media (max-width: 767px) {
  .solutions {
    margin-top: 68px;
    background-size: 350% auto;
    padding-bottom: 84px;
  }
}
.solutions-inner {
  
}
.driven-with-border {
  background-image: url("../img/border-center.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 134px;
}
@media (max-width: 767px) {
  .driven-with-border {
    background-size: 350% auto;
    padding-bottom: 84px;
  }
}
.solutions .tag {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .solutions .tag {
    margin-bottom: 20px;
  }
}
.solutions h2 {
  text-align: center;
  padding: 0 200px;
}
@media (max-width: 1350px) {
  .solutions h2 {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .solutions h2 {
    font-size: 20px;
    padding: 0;
  }
}
.solutions .solution {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 110px;
  gap: 126px;
}
@media (max-width: 1350px) {
  .solutions .solution {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .solutions .solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .solutions .solution {
    margin-top: 24px;
    gap: 40px;
  }
  .solutions .solution + .solution {
    margin-top: 37px;
  }
}
.solutions .solution.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .solutions .solution.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solutions .solution .sol-img {
  max-width: 50%;
}
@media (max-width: 991px) {
  .solutions .solution .sol-img {
    max-width: unset;
    text-align: center;
  }
  .solutions .solution .sol-img img {
    margin: 0 auto;
  }
}
.solutions .solution .text {
  max-width: 40%;
}
@media (max-width: 991px) {
  .solutions .solution .text {
    max-width: unset;
  }
}
.solutions .solution .text h3 {
  margin-bottom: 31px;
  line-height: 1.3;
}
.solutions .solution .text h3:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .solutions .solution .text h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .solutions .solution .text h3:not(:first-child) {
    margin-top: 24px;
  }
}
.solutions .solution .text p {
  line-height: 24px;
  margin-top: 24px;
}

.solutions .solution .location-flag {
  width: 160px;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .solutions .solution .location-flag {
    width: 120px;
  }
}

.locations-hero-more {
  margin-top: 20px;
  line-height: 24px;
}
.locations-hero-advantages {
  margin-top: 28px;
}
.locations-hero-advantages li {
  margin-top: 14px;
}
.locations-hero-advantages li:first-child {
  margin-top: 0;
}

/* Сітка локацій: 3 колонки в один ряд */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .locations-grid {
    margin-top: 32px;
    gap: 32px;
  }
}
.location-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 32px 24px;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.location-card-flag {
  margin-bottom: 24px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.location-card .location-flag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.location-card h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.location-card p {
  line-height: 22px;
  margin: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .location-card-flag {
    width: 100px;
    height: 100px;
  }
  .location-card h3 {
    font-size: 18px;
  }
}