


.spoke-infographics {
  margin: 0 -15px;
}

.spoke-infographics h2 {
  background-color: #ECEEF0;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  padding: 2rem 0rem 1rem 15px;
  color: var(--secondary-color);
  margin: 0;
  margin-top: 3rem;
}

.spoke-infographics .main-block {
  padding-bottom: 15px;
  background-color: #ECEEF0;
}

.spoke-infographics section {
  background-color: #D1D5DB;
  border-radius: 5px;
  padding: 18px 20px;
  position: relative;
  margin: 15px 15px;
}

.spoke-infographics section.first {
  margin-top: 0;
}

.spoke-infographics section.fifth,
.spoke-infographics section.sixth {
  margin: 15px 0px;
}

.spoke-infographics section.fifth .card-spoke,
.spoke-infographics section.sixth .card-spoke {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 400px;
}

.spoke-infographics .second-block section {
  background-color: #eceef0;
}

.spoke-infographics section h3 {
  top: 16px;
  left: 33px;
  font-size: 24px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.card-spoke {
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding: 20px 26px;
  margin: 10px auto;
  border-left-width: 8px;
  border-left-style: solid;
  max-width: 400px;
  transition: 0.2s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0px 3px 6px 0px #00000022;
  -webkit-font-smoothing: subpixel-antialiased
}

.card-spoke a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-spoke:hover {
  transform: scale3d(1.04, 1.04, 1.04);
  box-shadow: 0px 3px 20px 0px #00000009;
}

.wb-1 {
  border-left-color: var(--wb-1)
}

.wb-2 {
  border-left-color: var(--wb-2)
}

.wb-3 {
  border-left-color: var(--wb-3)
}

.wb-4 {
  border-left-color: var(--wb-4)
}

.wb-5 {
  border-left-color: var(--wb-5)
}

.wb-6 {
  border-left-color: var(--wb-6)
}

.wb-7 {
  border-left-color: var(--wb-7)
}

.wb-8 {
  border-left-color: var(--wb-8)
}

.wb-9 {
  border-left-color: var(--wb-9)
}


.card-spoke .category {
  color: var(--darker-blue, var(--secondary-color));
  font-family: Titillium Web;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}


.card-spoke p {
  color: var(--darker-blue, var(--secondary-color));
  font-family: Titillium Web;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
}


/*LAYOUT */

@media (min-width:768px) {
  .spoke-infographics .main-block {
    border-radius: 5px;
  }

  .spoke-infographics section {
    margin: 15px 45px;
  }

  .spoke-infographics h2 {
    padding: 2rem 0rem 1rem 45px;
  }
}

@media (min-width:1200px) {
  .spoke-infographics .main-block {
    position: relative;
    padding: 1rem 5rem 3rem 5rem;
    display: grid;
    grid-gap: 70px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .spoke-infographics section {
    margin: 0px;
  }

  .spoke-infographics .second-block {
    display: grid;
    grid-gap: 70px;
    grid-template-columns: 1fr 1fr;
    margin: 4rem 8rem 3rem 8rem;
  }

  .spoke-infographics .first {
    grid-area: 1 / 1 / span 2 / span 1;
  }

  .spoke-infographics .second {
    grid-area: 1 / 2 / span 2 / span 1;
  }

  .spoke-infographics .third {
    grid-area: 1 / 3 / span 1 / span 1;
  }

  .spoke-infographics .fourth {
    grid-area: 2 / 3 / span 1 / span 1;
  }



  .spoke-infographics section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .spoke-infographics section.first,
  .spoke-infographics section.second {
    padding: 60px 36px 18px;
  }

  .spoke-infographics section,
  .spoke-infographics section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .spoke-infographics section.fifth,
  .spoke-infographics section.sixth {
    padding: 34px 26px;
  }


  .spoke-infographics section h3 {
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    left: 0;
  }

  .spoke-infographics h2 {
    text-align: center;
    font-size: 40px;
    color: var(--secondary-color);
    margin: 0;
    margin-top: 4rem;
  }



  .spoke-infographics .second-block section {
    background-color: #D1D5DB;
    width: 350px;
    margin: 0px auto;
  }

  .card-spoke {
    margin: 10px 0px;
  }

}


/*ARROWS*/

.second-block img,
.main-block img {
  display: none;
  position: absolute;
}

.main-block .first img {
  top: 30%;
  left: calc( 100% + 32px);
  transform: rotate(-90deg) translateY(-50%);
}

.main-block .second .a1 {
  top: 53%;
  right: calc( 100% + 32px);
  transform: rotate(90deg) translateY(-50%);
}
.main-block .second .a2 {
  top: 5%;
  left: calc( 100% + 32px);
  transform: rotate(-90deg) translateY(-50%);
}
.main-block .second .a3 {
  top: 63%;
  left: calc( 100% + 32px);
  transform: rotate(-90deg) translateY(-50%);
}

.main-block .third img {
  top: 55%;
  right: calc( 100% + 32px);
  transform: rotate(90deg) translateY(-50%);
}

.main-block .fourth img {
  top: 55%;
  right: calc( 100% + 32px);
  transform: rotate(90deg) translateY(-50%);
}


.main-block> .a_main_1 {
  bottom: -97px;
  transform: translateY(-50%);
  z-index: 9;
  left: 31%;
}

.main-block> .a_main_2 {
  bottom: -97px;
  transform: translateY(-50%);
  z-index: 9;
  left:73%;
}

.second-block  .fifth .a1 {
  left: 20%;
  top: -60px;
  transform: rotate(180deg) translateX(-50%);
}
.second-block  .fifth .a2 {
  right: calc( 0% + -92px);
  transform: rotate(-90deg) translateY(-50%);
  top: 10%;
}
.second-block  .sixth .a1 {
  left: 20%;
  top: -60px;
  transform: rotate(180deg) translateX(-50%);
}
.second-block  .sixth .a2 {
  left: calc( 0% + -92px);
  transform: rotate(90deg) translateY(-50%);
  top: 50%;
}

@media (min-width:1200px) {
  .second-block img,
  .main-block img {
    display: block;
    position: absolute;
  }
}
