.box01 {
  position: relative;
  background: url(../img/support/bg_support_02.png), url(../img/support/bg_support_02.png), url(../img/support/bg_support_03.png), url(../img/support/bg_support_03.png), url(../img/support/bg_support_01.png);
  background-position: 15% 35%, 95% 90%, 27% 45%, 100% 95%, center;
  background-size: auto, auto, auto, auto, cover;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-color: #fff;
  padding: 20px 0 100px;
  overflow: hidden;
}

.link-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
  margin: 95px 0 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .link-btns {
    gap: 30px 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.link-card {
  color: #0041A7;
  display: block;
  width: 260px;
  height: 330px;
  background: #0041A7;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 10px 3px rgba(0, 64, 137, 0.5019607843);
          box-shadow: 6px 6px 10px 3px rgba(0, 64, 137, 0.5019607843);
  text-align: center;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .link-card {
    width: 295px;
    height: 85px;
    padding: 10px;
  }
}
.link-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 25px rgba(0, 64, 137, 0.5);
          box-shadow: 0 5px 25px rgba(0, 64, 137, 0.5);
}
.link-card__inner {
  background: #fff;
  border-radius: 10px;
  padding-top: 40px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-card__inner {
    padding-top: 0px;
  }
}
.link-card__title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .link-card__title {
    font-size: 20px;
    margin-top: -60px;
  }
}
.link-card__subtitle {
  font-size: 18px;
}
.link-card__subtitle span {
  display: block;
}
@media screen and (max-width: 767px) {
  .link-card__subtitle {
    font-size: 10px;
  }
}
.link-card__icon {
  margin: 0 auto;
}

.box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 80px;
  }
}
.box02__inner {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(121, 159, 216, 0.8980392157);
          box-shadow: 4px 4px 16px 0px rgba(121, 159, 216, 0.8980392157);
  width: 75%;
  padding: 130px 310px 100px 100px;;
  z-index: -1;
  margin: 15px 10px;
}
@media screen and (max-width: 767px) {
  .box02__inner {
    padding: 20px;
    width: 100%;
  }
}
.box02__inner h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 60px;
  color: #0041A7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.box02__inner h2::before {
  content: "";
  display: inline-block;
  width: 118px;
  height: 118px;
  background: url(../img/support/bg_support_04.png) center/cover no-repeat;
  position: absolute;
  left: -43px;
  top: -25px;
  z-index: -1;
}
.box02__inner h2 span {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 767px) {
  .box02__inner h2 {
    font-size: 35px;
  }
  .box02__inner h2::before {
    width: 60px;
    height: 60px;
    left: -15px;
    top: -10px;
  }
  .box02__inner h2 span {
    font-size: 16px;
  }
}
.box02__inner--main {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .box02__inner--main {
    margin-top: 20px;
  }
}
.box02__inner--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.box02__img {
  margin-left: -300px;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(121, 159, 216, 0.8980392157);
          box-shadow: 4px 4px 16px 0px rgba(121, 159, 216, 0.8980392157);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .box02__img {
    margin-left: 0;
  }
}
.box02__img img{
  border-radius: 20px;
}

.box02:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.box02:nth-of-type(2n) .box02__inner {
  padding: 112px 60px 112px 392px;
}
.box02:nth-of-type(2n) .box02__img {
  margin-right: -330px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .box02:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .box02:nth-of-type(2n) .box02__inner {
    padding: 20px;
  }
  .box02:nth-of-type(2n) .box02__img {
    margin-right: 0;
    z-index: 1;
  }
}