.support {
   padding: 80px 0;
   position: relative;
}
.support__main {
   width: 50%;
   position: relative;
   z-index: 1;
}
.support__h2 {
   font-size: 48px;
   font-weight: 500;
   margin-bottom: 40px;
}
.support__desc {
   font-size: 28px;
   font-weight: 500;
}
.support__anim {
   min-height: 100px;
   padding-top: 20px;
   font-size: 28px;
   font-weight: 500;
   color: #0099ff;
   display: flex;
   align-items: center;
}
.support__quote {
   width: 100%;
   background: rgb(255, 251, 235);
   border-radius: 14px;
   font-style: italic;
   padding: 24px;
   color: #565656;
}
.support__bg {
   position: absolute;
   left: 30%;
   top: 0;
   bottom: 0;
   right: 0;
   background-image: url('/img/bg/support.jpg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   z-index: 0;
}
.support__bg::after {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   background: rgba(255, 255, 255, 0.4);
   z-index: 0;
}
.support__anim-span {
   display: flex;
   width:36px;
   margin-left: 5px;
   align-items: center;
   justify-content: center;
   height: 36px;
   border-radius: 50%;
   background-color: #3daa54;
}
.support__anim-text{
   display: none;
   align-items: center;
}
.support__anim .green{
   color: #3daa54;
   align-items: center;
}
.support__anim .purple{
   color:#8f30da;
   align-items: center;
}
.support__anim .blue{
   color:#2c7aff;
   align-items: center;
}
.support__anim .orange{
   color: #ff6a1e;
   align-items: center;
}
.support__anim .red{
   color: #fd2a2a;
   align-items: center;
}
.support__anim .green .support__anim-span{
   background-color: rgba(61, 170, 84, 0.14);
}
.support__anim .purple .support__anim-span{
   background-color:rgba(143, 48, 218, 0.14);
}
.support__anim .blue .support__anim-span{
   background-color:rgba(44, 122, 255, 0.14);
}
.support__anim .orange .support__anim-span{
   background-color: rgba(255, 106, 30, 0.14);
}
.support__anim .red .support__anim-span{
   background-color: rgba(253, 42, 42, 0.14);
}
.support__anim .green  i{
   color: #3daa54;
}
.support__anim .purple  i{
   color:#8f30da;
}
.support__anim .blue i{
   color:#2c7aff;
}
.support__anim .orange i{
   color: #ff6a1e;
}
.support__anim .red i{
   color: #fd2a2a;
}


@media (max-width: 1000px) {
   .support {
      padding: 40px 0;
      position: static;
   }
   .support__main {
      width: 80%;
      margin: 0 auto;
      position: static;
      margin-bottom: 50px;
   }
   .support__h2 {
      font-size: 32px;
      margin-bottom: 10px;
      text-align: center;
   }
   .support__desc {
      font-size: 24px;
      text-align: center;
   }
   .support__anim {
      font-size: 24px;
      text-align: center;
      margin-bottom: 30px;
   }
   .support__bg {
      height: 400px;
      position: relative;
      background-position: center;
   }
}

@media (max-width: 500px) {
   .support {
      padding: 30px 0;
   }
   .support__main {
      width: 100%;
      margin: 0;
      margin-bottom: 30px;
   }
   .support__h2 {
      font-size: 28px;
   }
   .support__desc {
      font-size: 18px;
   }
   .support__anim {
      font-size: 18px;
      margin-bottom: 24px;
   }
   .support__quote {
      border-radius: 10px;
      padding: 18px;
   }
   .support__bg {
      height: 250px;
   }
}