
.text-page .offer-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px 30px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.text-page .offer-container .sec-title {
  line-height: 1.3;
}

.text-page .offer-container li {
  margin-bottom: 15px;
}

.text-page .offer-container strong {
  display: block;
  margin: 2rem 0 1.3rem;
  font-size: 1.2em;
  line-height: 1.3;
}

.text-page .sub-col {
    float: right;
    width: 42.4%;
    margin: 3px 0 32px 0;
}
.text-page  .main-col {
    float: left;
    width: 54%;
    margin-bottom: 32px;
}
.text-page .wr2 {
    margin-top: 24px;
    background-image: url(assets/images/bg-diagram-yellow.png);
}
.text-page .working-relationship {
    clear: both;
    width: 842px;
    height: 252px;
    margin: 0 auto 22px;
    font-style: italic;
    background: url(/marketplace/web/assets/images/bg-diagram-yellow.png) 0 0 no-repeat;
}
.text-page  .wr2 .cell1 {
    padding-top: 52px;
}
.text-page  .wr2 .cell2 {
    padding-top: 44px;
}
.text-page  .working-relationship .cell2 {
    float: right;
    width: 265px;
    padding: 77px 41px 0 0;
}
.text-page  .working-relationship .cell1 {
    float: left;
    width: 330px;
    padding: 68px 0 0 50px;
}

.text-page .text-formatting > p,
.text-page .small-container > p {
  margin: 1em 0;
}

.text-page .text-formatting .title-sm {
  margin: 2rem 0 1rem;
}

.text-page .btn-yellow-border {
  margin: 2rem auto 0;
  display: flex;
  
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .text-page .btn-yellow-border {
    width: max-content;  
  }
  
}

@media screen and (max-width: 992px) {
  .reviews .swp_btn button {
    display: none;
  }  
}

.text-page .clients .special-conditions {
  margin: 2rem 0;
}

.text-page .clients .content-card {
  max-height: none;
  max-width: 100%;
  /* margin: 2rem 0; */
  flex: 1 0 auto;
}

.text-page .text-link {
  text-decoration: underline;
}

.text-page .text-link:hover {
  text-decoration: none;
}

.text-page .text-formatting .small-container {
  max-width: 740px;
}

.text-page .content-card .title-sm:first-of-type {
  margin-top: 0;
}