.boa-section-list .boa-flex-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-inline: 4rem;
}
.boa-flex-list .boa-flex-item {
  margin-bottom: 30px;
}
.boa-flex-list .boa-flex-item:last-child {
  margin-bottom: unset;
}
.boa-flex-list .boa-flex-item {
  --ICON-CLOSE: url("//mycospring.com/cdn/shop/t/5/assets/icon-close.svg?v=155697338019802090801737448846");

  .column__inner {
    display: flex;
    border: solid 0.6px black;
  }
  .boa-row-image {
    min-width: 290px;
    height: 290px;
    padding: 22.5px;
    margin-bottom: 0;
    border-left: solid 0.6px black;
  }
  .column__content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .boa-content-text {
    margin: 0 43px 0 20px;
  }
  .boa-content-text.blured-text {
    filter: blur(2px);
  }
  .boa-content-text .column__heading {
    margin: 46px 0 17px;
    font-size: 24px;
    font-weight: 700;
  }
  .column__text {
    max-width: 750px;
  }
  .column__text p,
  .boa-content-buttons a {
    font-size: 16px;
    font-weight: 300;
  }
  .boa-content-buttons {
    display: flex;
    border-top: solid 0.6px black;
  }
  .boa-content-buttons .column__btn {
    height: 45px;
    width: 30%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .boa-content-buttons .column__btn.full-border {
    border: solid 0.6px black;
  }
  .boa-content-buttons .column__btn:has(a.btn.btn--primary) {
    width: 40%;
    padding: 7px 20px;
  }
  .boa-content-buttons .column__btn:nth-child(2) {
    border-left: solid 0.6px black;
    border-right: solid 0.6px black;
  }
  .boa-content-buttons .column__btn a.btn {
    padding: unset;
  }

  .boa-content-buttons .column__btn a.btn.btn--primary {
    padding: 4px 20px;
    width: 100%;
  }
  .btn--arrow {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
  }
  .btn--arrow .btn--arrow-span {
    background-image: var(--ICON-SELECT);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    text-overflow: unset;
    cursor: pointer;
  }
  .btn--arrow .btn--arrow-span.closed-arrow {
    background-image: var(--ICON-CLOSE);
  }
  .boa-icons-list-wrap {
    position: absolute;
    width: 100%;
    bottom: 46px;
    right: -100%;
    background-color: white;
    overflow-y: scroll;
    transition: all 0.3s linear;
  }
  .boa-icons-list-wrap::-webkit-scrollbar {
  display: none;
  }
  .boa-icons-list-wrap {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }
  .boa-icons-list-wrap.opened {
    right: 0%;
  }
  .boa-icons-list-wrap .boa-icons-list {
    display: flex;
    justify-content: flex-start;
    border-top: solid 0.6px black;
    width: fit-content;
  }
  .boa-icons-list .boa-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: solid 0.6px black;
    padding: 12px;
    width: 140px;
    text-align: center;
  }
  .boa-icon .block__icon__text {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 989px) {
  .boa-section-list .boa-flex-list {
    margin-inline: 22px;
  }
  .boa-flex-list .boa-flex-item {
    .column__inner {
      flex-direction: column;
    }
    .boa-row-image {
      width: 100%;
      height: auto;
      padding: 30px 21px;
      border-bottom: solid 0.6px black;
      border-left: unset;
    }
    .boa-content-text {
      margin: 18px 21px 42px;
    }
    .boa-content-text .column__heading {
      margin: unset;
    }
    .boa-content-buttons {
      flex-wrap: wrap;
    }
    .boa-content-buttons .column__btn {
      width: 50%;
    }
    .boa-content-buttons .column__btn:has(a.btn.btn--primary) {
      width: 100%;
      border-top: solid 0.6px black;
      padding: 12px 6px;
      height: 55px;
    }
    .boa-content-buttons .column__btn:nth-child(2) {
      border-left: unset;
    }
    .boa-icons-list-wrap {
      bottom: 101px;
    }
    .boa-icons-list .boa-icon {
      width: 30%;
      min-width: 109px;
      padding: 8px;
    }
  }
}
