.what-bi {
  padding: 56px 32px;
}

.what-bi__container {
  max-width: 1376px;
  margin: 0 auto;
}

/* TOP */

.what-bi__top {
  margin-bottom: 48px;
}

.what-bi__title {
  font-size: 32px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 16px;
}

.what-bi__description {
  font-size: 18px;
  color: #696969;
  max-width: 900px;
}

/* WRAPPER */

.what-bi__risks {
  background: #F6F6F6;
  border-radius: 32px;
  padding: 32px;
}

.what-bi__scheme {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 331px 1fr;
  align-items: center;
  gap: 62px;
  background: #fff;
  border-radius: 24px;
  padding: 72px 53px;
}

.what-bi__risks {
  position: relative;
}
.what-bi__risks-title__mobile{
  display: none;
}
.what-bi__risks-circle {
  width: 331px;
  height: 331px;
  left: 490px;
  top: 120px;

  background: #F8FBFF;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.what-bi__risks-circle::before {
  content: '';
  position: absolute;

  width: 299px;
  height: 299px;

  background: #EDF5FF;
  border-radius: 50%;
}

.what-bi__risks-circle::after {
  content: '';
  position: absolute;

  width: 255px;
  height: 255px;

  background: #164786;
  border-radius: 50%;
}

.what-bi__risks-title {
  position: relative;
  z-index: 2;

  max-width: 215px;


  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  text-align: center;

  color: #F6F6F6;
}
/* LIST */

.what-bi__left-list,
.what-bi__right-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.what-bi__left-list-row, .what-bi__left-list-row {
  position: relative;
}
/* Left side */
.what-bi__left-list-row::after {
  content: '';
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.what-bi__left-list-row:first-child::after {
  width: 62px;
  height: 118px;
  top: 50%;
  transform: translateY(0);
  background-image: url('data:image/svg+xml,<svg width="69" height="121" viewBox="0 0 69 121" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M66 120.5V26.5C66 13.2452 55.2548 2.5 42 2.5H0" stroke="%236992C7" stroke-width="5"/></svg>');
}
.what-bi__left-list-row:last-child::after {
  width: 62px;
  height: 118px;
  top: 50%;
  transform: translateY(-100%);
  background-image: url('data:image/svg+xml,<svg width="65" height="120" viewBox="0 0 65 120" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M62 0V93C62 106.255 51.2548 117 38 117H0" stroke="%236992C7" stroke-width="5"/></svg>');
}
.what-bi__left-list-row:not(:first-child):not(:last-child)::after {
  width: 61px;
  height: 164px;
  background-image: url('data:image/svg+xml,<svg width="62" height="164" viewBox="0 0 62 164" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M62 83.5H0" stroke="%236992C7" stroke-width="5"/><path d="M59.5 164V0" stroke="%236992C7" stroke-width="5"/></svg>');
}
/* Right side */
.what-bi__right-list-row::before {
  content: '';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.what-bi__right-list-row:first-child::before {
  width: 62px;
  height: 118px;
  top: 50%;
  transform: translateY(0);
  background-image: url('data:image/svg+xml,<svg width="69" height="121" viewBox="0 0 69 121" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 120.5V26.5C2.5 13.2452 13.2452 2.5 26.5 2.5H68.5" stroke="%236992C7" stroke-width="5"/></svg>');
}
.what-bi__right-list-row:last-child::before {
  width: 62px;
  height: 118px;
  top: 50%;
  transform: translateY(-100%);
  background-image: url('data:image/svg+xml,<svg width="65" height="120" viewBox="0 0 65 120" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 0V93C2.5 106.255 13.2452 117 26.5 117H64.5" stroke="%236992C7" stroke-width="5"/></svg>');
}
.what-bi__right-list-row:not(:first-child):not(:last-child)::before {
  width: 61px;
  height: 164px;
  background-image: url('data:image/svg+xml,<svg width="62" height="164" viewBox="0 0 62 164" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 83.5H62" stroke="%236992C7" stroke-width="5"/><path d="M2.5 164V0" stroke="%236992C7" stroke-width="5"/></svg>');
}
/* CARD */

.what-bi__left-list-row,
.what-bi__right-list-row {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #DDECFF;
  border-radius: 100px;
  padding: 14px 20px;
  position: relative;
}

.what-bi__list-icon {
  flex: 0 0 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.what-bi__list-icon img {
  width: 100%;
  height: 100%;
}

.what-bi__list-title {
  font-size: 20px;
  font-weight: 600;
  color: #164786;
}


/* ===================== */
/* MOBILE */
/* ===================== */
@media (max-width: 1200px){
  .what-bi__risks-circle::before{
    display: none;
  }
  .what-bi__risks-circle{
    width: 255px;
    height: 255px;
    margin: 0 auto;
  }
  .what-bi__scheme{
    gap: 25px;
  }

}
@media (max-width: 1100px){
  .what-bi__left-list-row::after,   .what-bi__right-list-row::before{
    display: none;
  }
  .what-bi__scheme{
    grid-template-columns: 1fr 255px 1fr;
    gap: 10px;
  }
}
@media (max-width: 992px){
  .what-bi__scheme{
    padding: 16px 12px;
  }
  .what-bi__list-title{
    font-size: 12px;
  }
  .what-bi__risks-title{
    font-size: 20px;
  }
  .what-bi__risks-circle, .what-bi__risks-circle::after{
    width: 200px;
    height: 200px;
  }
  .what-bi__scheme{
    grid-template-columns: 1fr 200px 1fr;
  }

}
@media (max-width: 768px) {
  .what-bi__risks{
    border-radius: 18px;
    padding: 16px;
  }
  .what-bi {
    padding: 32px 16px;
  }
  .what-bi__list-icon{
    flex: 0 0 50px;
    height: 50px;
  }
  .what-bi__left-list-row, .what-bi__right-list-row{
    padding: 7px 9px;
  }
  .what-bi__risks-circle{
    display: none;
  }
  .what-bi__scheme{
    grid-template-columns: 1fr 1fr;
  }
  .what-bi__risks-title__mobile{
    display: block;
    color: #282828;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 24px;

  }
  .what-bi__bottom{
    padding: 16px 12px;
    background: #fff;
    border-radius: 24px;
  }
  .what-bi__scheme{
    padding: 0;
    border-radius: 0;
  }
  .what-bi__left-list, .what-bi__right-list{
    gap: 16px;
  }
  .what-bi__list-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

@media (max-width: 600px){
  .what-bi__scheme{
    grid-template-columns: 1fr;
  }
  .what-bi__left-list-row, .what-bi__right-list-row{
    padding: 4px 4px;
    gap: 8px;
  }
  .what-bi__list-icon {
    flex: 0 0 24px;
    height: 24px;
  }
  .what-bi__left-list, .what-bi__right-list {
    gap: 8px;
  }
}