.how-we-started {
  padding-top: 40px;
  padding-bottom: 40px;
}
.how-we-started__header {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.how-we-started--title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 105%;
  text-transform: capitalize;
  color: #1E266D;
  margin-bottom: 30px;
}
.how-we-started--details {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0E2A72;
}
@media (min-width: 576px){
  .how-we-started {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .how-we-started--title {
    font-size: 42px;
  }
}
@media (min-width: 768px){
  .how-we-started__header {
    text-align: left;
  }
  .how-we-started {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px){
  .how-we-started {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .how-we-started__header {
    width: 600px;
    max-width: 30%;
    margin-bottom: 0px;
    padding-top: 70px;
  }
  .how-we-started--title {
    font-size: 48px;
    margin-bottom: 35px;
  }
  .how-we-started--details {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1440px){
  .how-we-started {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
  }
  .how-we-started:before {
    content: "";
    position: absolute;
    background: url(../../../../../wp-content/uploads/2020/11/dots-img3.svg) no-repeat 0 0 transparent;
    background-size: auto;
    width: 270px;
    height: 220px;
    z-index: -1;
    left: -200px;
    top: 248px;
    opacity: 0.6;
    display: none;
  }
  .how-we-started:after {
    content: "";
    background: url(../../static/images/hws-dws.svg) no-repeat left 0px;
    background-size: auto;
    position: absolute;
    z-index: 0;
    width: 1580px;
    height: 450px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
  }
  .how-we-started--title {
    font-size: 50px;
    max-width: 250px;
  }
}
@media (min-width: 1680px){
  .how-we-started .container {
    max-width: 1440px;
  }
  .how-we-started__header {
    width: 600px;
    max-width: 40%;
  }
  .how-we-started {
    padding-bottom: 150px;
  }
  .how-we-started:before {
    left: -170px;
  }
  .how-we-started--title {
    font-size: 60px;
    max-width: 250px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1920px){
  .how-we-started {
    padding-top: 125px;
    padding-bottom: 140px;
  }
  .how-we-started:before {
    left: -6px;
  }
}


/* list */
.how-we-started__list {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.how-we-started__list-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.how-we-started__list-wraper {
  filter: drop-shadow(-40px 30px 40px rgba(20, 48, 158, 0.1));
  border: 1px solid #9CB7FF;
  background-color: #fff;
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px;
  position: relative;
  z-index: 0;
}
.how-we-started__list-wraper:before { 
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(135deg, rgba(156,183,255,1) 0%, rgba(156,183,255,1) 35%, rgba(255,255,255,1) 100%);
  top: 0;
  border-radius: 12px;
  z-index: -1;
}
.how-we-started__list-wraper:after { 
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  border-radius: 12px;
  z-index: -1;
}
.how-we-started__list-item .icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #01BAD2;
  border-radius: 50%;
}
.how-we-started__list-item:nth-of-type(1) .icon {
  background-color: #01BAD2;
}
.how-we-started__list-item:nth-of-type(2) .icon {
  background-color: #FF9CAA;
}
.how-we-started__list-item:nth-of-type(3) .icon {
  background-color: #FFCD55;
}
.how-we-started__list-item:nth-of-type(4) .icon {
  background-color: #E0895B;
}
.how-we-started__list-item:nth-of-type(5) .icon {
  background-color: #5F01D1;
}
.how-we-started__list-item:nth-of-type(6) .icon {
  background-color: #01BAD2;
}
.how-we-started__list-item .title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #1E266D;
}
.how-we-started__list-item .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #0E2A72;
  margin-bottom: 0;
}
@media (min-width: 576px){
  .how-we-started__list-wraper {
    width: 253px;
  }
  .how-we-started__list-item {
    max-width: 50%;
  }
}
@media (min-width: 768px){
  .how-we-started__list-item {
    max-width: 33.33%;
  }
}
@media (min-width: 1200px){
  .how-we-started__list {
    max-width: 70%;
    width: 850px;
  }
}
@media (min-width: 1440px){}
@media (min-width: 1680px){
  .how-we-started__list {
    max-width: 60%;
    width: 850px;
  }
}
@media (min-width: 1920px){
  .how-we-started__list {
    position: relative;
    right: -45px;
  }
}