/*-------------- Bechabge Area Start  ------------*/
.bechange-area {
  padding: 3.125rem 0;
}
.bechange-area .bechange__wrapper {
  position: relative;
}
.bechange-area .bechange__wrapper .support_shp {
  position: absolute;
  top: -9rem;
  left: -0.25rem;
  width: 3.688rem;
  z-index: -1;
}
@media (min-width: 100rem) and (max-width: 106.1875rem) {
  .bechange-area .bechange__wrapper .support_shp {
    left: 0;
  }
}
@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .bechange-area .bechange__wrapper .support_shp {
    left: 0;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .bechange-area .bechange__wrapper .support_shp {
    left: 0;
    width: 3.75rem;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .bechange-area .bechange__wrapper .support_shp {
    left: 0;
    width: 3.75rem;
    top: -6.25rem;
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .bechange-area .bechange__wrapper .support_shp {
    left: 0;
    width: 3.125rem;
    top: -6.25rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .bechange-area .bechange__wrapper .support_shp {
    top: -8.4375rem;
    left: 0;
    width: 3.125rem;
  }
}

/*-------------- Bechabge Area End  ------------*/

/*-------------- Support Card Component Start  ---- --------*/
.support__card {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #dfe1e2;
  padding: 1.875rem 1.5625rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(28, 25, 26, 0.04);
  position: relative;
  margin-bottom: 3.125rem;
  transition: 0.2s;
}
@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .support__card {
    padding: 1.5625rem;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .support__card {
    padding: 1.375rem;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .support__card {
    padding: 1.25rem;
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .support__card {
    padding: 1.25rem;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .support__card {
    padding: 0.9375rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .support__card {
    padding: 1.25rem;
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .support__card {
    display: block;
    padding: 1.25rem;
  }
}
.support__card::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 0.25rem solid #0351a3;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.support__card:hover::after {
  opacity: 1;
  visibility: visible;
}
.support__card:hover h3 {
  text-decoration: underline;
}
.support__card:focus::after {
  opacity: 1;
  visibility: visible;
}
.support__card:focus h3 {
  text-decoration: underline;
}
.support__card:active::after {
  opacity: 1;
  visibility: visible;
}
.support__card:active h3 {
  text-decoration: underline;
}
.support__card .support__thumb {
  width: 15.625rem;
  position: relative;
  z-index: 2;
}
.support__card .support__thumb img {
  width: 100%;
  border-radius: 0.625rem;
}
@media (min-width: 100rem) and (max-width: 106.1875rem) {
  .support__card .support__thumb {
    width: 15rem;
  }
}
@media (min-width: 100rem) and (max-width: 106.1875rem) {
  .support__card .support__thumb {
    width: 14.375rem;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .support__card .support__thumb {
    width: 14.375rem;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .support__card .support__thumb {
    width: 13.75rem;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .support__card .support__thumb {
    width: 12.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .support__card .support__thumb {
    width: 11.25rem;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .support__card .support__thumb {
    width: 10rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .support__card .support__thumb {
    width: 11.25rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .support__card .support__thumb {
    width: 100%;
    margin-bottom: 0.9375rem;
  }
}
.support__card .suppport__text {
  width: calc(100% - 15.625rem);
  padding-left: 1.5625rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 100rem) and (max-width: 106.1875rem) {
  .support__card .suppport__text {
    width: calc(100% - 15rem);
  }
}
@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .support__card .suppport__text {
    width: calc(100% - 14.375rem);
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .support__card .suppport__text {
    width: calc(100% - 13.75rem);
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .support__card .suppport__text {
    width: calc(100% - 12.5rem);
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .support__card .suppport__text {
    width: calc(100% - 11.25rem);
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .support__card .suppport__text {
    width: calc(100% - 10rem);
    padding-left: 0.9375rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .support__card .suppport__text {
    width: calc(100% - 11.25rem);
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .support__card .suppport__text {
    width: 100%;
    padding-left: 0;
  }
}
.support__card .suppport__text h3 {
  color: #151112;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 128.571%;
  /*  */
  transition: 0.2s;
}

@media (min-width: 100rem) and (max-width: 106.1875rem) {
  .support__card .suppport__text h3 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .support__card .suppport__text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .support__card .suppport__text h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .support__card .suppport__text h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .support__card .suppport__text h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .support__card .suppport__text h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .support__card .suppport__text h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .support__card .suppport__text h3 {
    font-size: 1.25rem;
  }
}
.support__card .suppport__text p {
  color: #1c191a;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 140%;
  /*  */
}
@media (min-width: 100rem) and (max-width: 106.1875rem) {
  .support__card .suppport__text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .support__card .suppport__text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .support__card .suppport__text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .support__card .suppport__text p {
    font-size: 1rem;
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .support__card .suppport__text p {
    font-size: 1rem;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .support__card .suppport__text p {
    font-size: 1rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .support__card .suppport__text p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .support__card .suppport__text p {
    font-size: 1.125rem;
  }
}
.support__card.support--card--two::after {
  border-color: #ffbf00 !important;
}
.support__card.support--card--three::after {
  border-color: #34ad65 !important;
}
.support__card.support--card--four::after {
  border-color: #ff8c00 !important;
}
