.block-seo {
  margin: 200px 0;
  position: relative;
}
.block-seo .title-section {
  color: #6a7f7f;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.block-seo .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  background-color: #e6f7fc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-seo .box .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 40px;
}
.block-seo .box .btn {
  margin: 32px auto 0;
  height: 69px;
}
.block-seo .box-text {
  padding: 40px;
  width: 100%;
  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;
}
.block-seo .box-text .wp-text img {
  width: 100%;
  margin: 17px 0;
}
.block-seo .box-text .wp-text h2 {
  color: #333333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 24px 0;
}
.block-seo .box-text .wp-text h2.custom-title-list {
  padding-left: 24px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: -16px;
}
.block-seo .box-text .wp-text h2:first-child {
  margin-top: 0;
}
.block-seo .box-text .wp-text h2:last-child {
  margin-bottom: 0;
}
.block-seo .box-text .wp-text h3 {
  color: #333333;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 24px 0;
}
.block-seo .box-text .wp-text h3.custom-title-list {
  padding-left: 24px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: -16px;
}
.block-seo .box-text .wp-text h3:first-child {
  margin-top: 0;
}
.block-seo .box-text .wp-text h3:last-child {
  margin-bottom: 0;
}
.block-seo .box-text .wp-text h4 {
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  margin: 22px 0 16px;
}
.block-seo .box-text .wp-text h4.custom-title-list {
  padding-left: 24px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: -16px;
}
.block-seo .box-text .wp-text h4:first-child {
  margin-top: 0;
}
.block-seo .box-text .wp-text h4:last-child {
  margin-bottom: 0;
}
.block-seo .box-text .wp-text p {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
  margin: 15px 0;
}
.block-seo .box-text .wp-text p:first-child {
  margin-top: 0;
}
.block-seo .box-text .wp-text p:last-child {
  margin-bottom: 0;
}
.block-seo .box-text .wp-text ul {
  margin: 32px 0;
}
.block-seo .box-text .wp-text ul:first-child {
  margin-top: 0;
}
.block-seo .box-text .wp-text ul:last-child {
  margin-bottom: 0;
}
.block-seo .box-text .wp-text ul li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
}
.block-seo .box-text .wp-text ul:not(.custom-big-list) {
  list-style: none;
  padding-left: 48px;
}
.block-seo .box-text .wp-text ul:not(.custom-big-list) li {
  position: relative;
  padding-left: 24px;
}
.block-seo .box-text .wp-text ul:not(.custom-big-list) li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-seo .box-text .wp-text ol {
  margin: 32px 0;
}
.block-seo .box-text .wp-text ol:first-child {
  margin-top: 0;
}
.block-seo .box-text .wp-text ol:last-child {
  margin-bottom: 0;
}
.block-seo .box-text .wp-text ol li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
}
.block-seo .box-text .wp-text.text-hide {
  display: none;
  margin-top: 20px;
}
.block-seo .box-text .btn-read-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 16px;
  color: var(--Black-Black, #333);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  margin-top: 20px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.block-seo .box-text .btn-read-more:hover svg.hover {
  opacity: 1;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.block-seo .box-text .btn-read-more span {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.block-seo .box-text .btn-read-more .svg-block {
  position: relative;
  width: 40px;
  height: 40px;
}
.block-seo .box-text .btn-read-more svg {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.block-seo .box-text .btn-read-more svg.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.block-seo .box-text .btn-read-more.active svg {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.block-seo .box-text .btn-read-more.active svg.static {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-seo .box-text .btn-read-more.active svg.hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.block-seo .box-image {
  width: 23.68%;
  min-width: 341px;
  height: 100%;
  border-radius: 24px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  position: sticky;
  top: 89px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-seo .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
@media only screen and (max-width: 1024px) {
  .block-seo {
    margin: 80px 0;
  }
  .block-seo .box .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 30px 30px;
  }
  .block-seo .box-text {
    width: 100%;
  }
  .block-seo .box-text .btn-read-more {
    font-size: 20px;
    margin-top: 15px;
  }
  .block-seo .box-text .btn-read-more .svg-block {
    width: 30px;
    height: 30px;
  }
  .block-seo .box-text .btn-read-more .svg-block svg {
    width: 100%;
    height: 100%;
  }
  .block-seo .box-text .wp-text.text-hide {
    margin-bottom: 15px;
  }
  .block-seo .box-image {
    width: 100%;
    height: 300px;
    position: static;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-seo {
    margin: 72px 0;
  }
  .block-seo .title-section {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
  }
  .block-seo .box .wrapper {
    padding: 0 16px 16px;
  }
  .block-seo .box-text {
    padding: 16px 0;
  }
  .block-seo .box-text .btn-read-more {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .block-seo .box-text .wp-text.text-hide {
    margin-top: 10px;
  }
  .block-seo .box-text .wp-text p {
    font-size: 14px;
    margin: 12px 0;
  }
  .block-seo .box-text .wp-text ul {
    margin: 12px 0;
  }
  .block-seo .box-text .wp-text ul li {
    font-size: 14px;
  }
  .block-seo .box-text .wp-text ol {
    margin: 12px 0;
  }
  .block-seo .box-text .wp-text ol li {
    font-size: 14px;
  }
}
