@import "./animate.css";
@import "./fonts/stylesheet.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #333;
  line-height: 32px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

/* Typography */
.auto__container {
  position: static;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 130px;
  line-height: 1;
  font-weight: 700;
  font-family: "Myriad Pro";
text-shadow:0px 0px 15px rgba(0,0,0,0.3);
}

h2 {
  font-size: 82px;
  line-height: 1;
  font-family: "Myriad Pro";
  font-weight: normal;
}
h2 span {
  font-style: italic;
  font-family: "Adobe Garamond Pro";
}

h3 {
  font-size: 58px;
  line-height: 1;
  font-family: "Myriad Pro";
  font-weight: normal;
}
h3 span {
  font-style: italic;
  font-family: "Adobe Garamond Pro";
}

h4 {
  font-size: 48px;
  font-family: "Myriad Pro";
  line-height: 1;
  font-weight: normal;
  color: #223665;
}

h5 {
  font-style: italic;
  font-family: "Adobe Garamond Pro";
  font-weight: normal;
  font-size: 42px;
  line-height: 1;
}

p.sm {
  font-size: 20px;
  line-height: 28px;
}

.button {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-weight:400;
    background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.download {
  padding: 55px 0;
  background: #1c5693;
}
.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download__inner .button {
  width: 100%;
  max-width: 400px;
}

.footer {
  padding: 100px 0 280px 0;
  background: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.0704656863)), to(rgba(0, 0, 0, 0.7147233894)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0704656863) 0%, rgba(0, 0, 0, 0.7147233894) 100%);
}
.footer__inner {
  position: relative;
}
.footer__inner-logo {
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-text {
  color: #fff;
}
.footer__inner-text p {
  margin-bottom: 50px;
  font-weight: 300;
}
.footer__inner-text p a {
  font-weight: 400;
  color: #fff;
  display: block;
}
.footer__inner-copy {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.footer__inner-copy a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.intro {
  background-color: #223665;
  background: url(../images/intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.intro__logo {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__logo img {
  width: 100%;
}
.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding: 180px 0 480px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.intro__inner-content {
  width: 100%;
  max-width: 830px;
}
.intro__inner-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 70px;
  font-size: 54px;
  line-height: 1;
  font-weight: normal;
  font-style: italic;
  font-family: "Adobe Garamond Pro";
}
.intro__inner-plan span {
  font-family: "Myriad Pro";
  font-style: normal;
}

.grid {
  position: relative;
}
.grid__row {
  height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.grid__col {
  width: 70%;
  height: 100%;
}
.grid__col:nth-child(2) {
  width: 30%;
}
.grid__col:nth-child(2) .gridItem {
  height: 50%;
}
.gridItem {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gridItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.box {
  position: relative;
  margin-bottom: -120px;
  z-index: 2;
}
.box__header {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  color: #fff;
}
.box__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.box__inner-image {
  width: 36.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 100%;
  right: 0;
  height: 650px;
}
.box__inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.box__inner-image h5 {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 35px 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.box__inner-content {
  background: #fff;
  width: 70%;
  top: -150px;
  padding: 75px 100px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box__inner-content::before {
  top: 0;
  width: 2000px;
  right: 99%;
  background: #fff;
  position: absolute;
  content: "";
  height: 100%;
}
.box__inner-content p {
  margin-bottom: 40px;
}
.box__body-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 390px;
}
.box__body-team-item {
  width: calc(50% - 30px);
}
.box__body-team-item p {
  margin: 0 !important;
  font-family: "Adobe Garamond Pro";
  font-style: italic;
}
.box__body-team-item p strong {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
font-style: normal;
  display: block;
}
.box__body-team-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.box__body-team-image img {
  width: 100%;
}

.vision {
  height: 940px;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
}
.vision__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visionItem {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.visionItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.visionItem:nth-child(2) {
  width: 70%;
}
.visionItem:nth-child(2) img {
  -o-object-position: left;
     object-position: left;
}
.visionItem h2 {
  position: absolute;
  left: 30px;
  bottom: 10px;
  color: #fff;
}

.care {
  padding: 130px 0 0 0;
}
.care__inner {
  padding: 0 100px 0 100px;
  position: relative;
  margin-bottom: 60px;
}
.care__inner-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.care__inner-logo img {
  width: 100%;
  max-width: 70%;
}
.care__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.care__inner-row .careItem {
  width: calc(50% - 15px);
  max-width: 535px;
}
.careItem {
  padding-left: 35px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.careItem h4 {
  margin-bottom: 20px;
}
.careItem::before {
  position: absolute;
  content: "";
  top: 14px;
  width: 10px;
  height: 10px;
  background: #c70f89;
  left: 10px;
}
.careItem p {
  margin-bottom: 20px;
}
.careItem p:last-child {
  margin-bottom: 0;
}
.care__illus {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 500px;
}
.care__illus img {
  width: 100%;
}

.chart {
  background: #e2f1fc;
  padding: 80px 0;
}
.chart__image {
  width: 100%;
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.chart__image img {
  width: 100%;
}
.chart #chart1 {
  position: absolute;
  border-radius: 50%;
  width: 39.5%;
  height: 42.25%;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 2.4%;
}
.chart #chart3 {
  position: absolute;
  border-radius: 50%;
  width: 39.5%;
  height: 42.25%;
  left: 10%;
  bottom: 21%;
}
.chart #chart2 {
  position: absolute;
  border-radius: 50%;
  width: 39.5%;
  height: 42.25%;
  right: 11%;
  bottom: 19.3%;
}

.banner {
  position: relative;
  color: #fff;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.banner__inner {
  padding-bottom: 36%;
  position: relative;
}
.banner__inner h2 {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.banner.recovory .banner__inner {
  padding-bottom: 43.3%;
}
.banner.strategic .banner__inner {
  padding-bottom: 27.83%;
}
.banner.people .banner__inner {
  padding-bottom: 61.85%;
}

.strategicItem {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strategicItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.strategic__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recovoryItem {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recovoryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.recovoryItem:nth-child(2) {
  width: 30%;
}
.recovory__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.people__col {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people__col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.people__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  height: 100%;
}
.people__grid-item {
  width: 50%;
  height: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people__grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.people__grid-item:nth-child(3) {
  display: none;
}
.people__grid-item:nth-child(6) {
  display: none;
}
.people__grid-item:nth-child(9) {
  display: none;
}
.people__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1640px) {
  .intro__logo {
    max-width: 320px;
  }
  .intro__inner {
    padding: 100px 0 300px 0;
  }
  .intro__inner-content {
    max-width: 620px;
  }
  .intro__inner-plan {
    font-size: 40px;
  }

  .care {
    padding: 100px 0 0 0;
  }
  .careItem h4 {
    margin-bottom: 10px;
  }
  .careItem p {
    margin-bottom: 10px;
  }

  .footer {
    padding: 100px 0 180px 0;
  }
  .footer__inner-logo {
    max-width: 320px;
  }
  .footer__inner-copy {
    font-size: 16px;
  }

  .box__inner-image {
    width: calc(30% + 60px);
  }

  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 42px;
  }

  h5 {
    font-size: 32px;
  }

  body {
    font-size: 20px;
    line-height: 32px;
  }

  p.sm {
    font-size: 18px;
    line-height: 26px;
  }

  .button {
    font-size: 20px;
    line-height: 1;
  }

  .download__inner .button {
    max-width: 320px;
  }
}
@media (max-width: 1460px) {
  .grid__row {
    height: 500px;
  }

  .box__inner-content {
    padding: 45px 100px;
  }
  .box__inner-content p {
    margin-bottom: 20px;
  }
  .box__inner-image {
    height: 500px;
    width: calc(30% + 30px);
  }
  .box__inner-image h5 {
    padding: 20px 40px;
  }

  .vision {
    height: 650px;
  }
}
@media (max-width: 1340px) {
  .vision {
    top: -300px;
    margin-bottom: -300px;
  }

  .box__inner-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .strategicItem {
    width: 100%;
  }
  .strategicItem:nth-child(2) {
    display: none;
  }

  .recovoryItem {
    width: 100%;
  }
  .recovoryItem:nth-child(2) {
    display: none;
  }

  .people__col {
    width: 40%;
  }
  .people__grid {
    width: 60%;
  }
  .people__grid-item {
    width: 33.3%;
  }
  .people__grid-item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .people__grid-item:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .people__grid-item:nth-child(9) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .banner__inner {
    padding-bottom: 59.82%;
  }
  .banner.recovory .banner__inner {
    padding-bottom: 62.39%;
  }
  .banner.strategic .banner__inner {
    padding-bottom: 62.39%;
  }
  .banner.people .banner__inner {
    padding-bottom: 63.24%;
  }

  .care__inner {
    padding: 0 35px;
  }
  .care__inner-logo {
    width: 100px;
    top: calc(100% - 370px);
    left: -40px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .care__illus {
    max-width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
  }

  .footer {
    padding: 80px 0 120px 0;
  }

  .grid {
    height: unset;
  }
  .grid__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  .grid__col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 375px;
  }
  .grid__col:nth-child(2) {
    display: none;
  }

  .box {
    margin: 0;
  }
  .box__inner-content {
    top: unset;
    width: 100%;
    padding: 35px;
  }
  .box__inner-content::before {
    display: none;
  }
  .box__inner-image {
    position: relative;
    top: unset;
    left: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: unset;
    width: 100%;
    display:none;
  }
  .box__inner-image h5 {
    padding: 75px 40px;
    max-width: 450px;
    margin: 0 auto;
  }

  .vision {
    top: unset;
    margin: unset;
    height: 450px;
  }
  .visionItem {
    display: none;
  }
  .visionItem:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 840px) {
  .intro__inner {
    padding: 60px 0 60% 0;
  }
  .intro__inner-content {
    max-width: 500px;
  }
  .intro__inner-plan {
    margin-left: 30px;
    font-size: 30px;
  }

  .care {
    padding: 80px 0 0 0;
  }
  .care__inner-row .careItem {
    width: 50%;
  }
  .careItem {
    padding-left: 50px;
  }
  .careItem::before {
    width: 8px;
    height: 8px;
    left: 8px;
    top: 10px;
  }

  h1 {
    font-size: 82px !important;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 20px;
  }

  body {
    font-size: 16px;
    line-height: 24px;
  }

  p.sm {
    font-size: 14px;
    line-height: 20px;
  }

  .button {
    font-size: 18px;
    border: 2px solid #fff;
  }

  .download__inner .button {
    max-width: 240px;
  }
}
@media (max-width: 700px) {
  .care__inner {
    padding: 0;
  }

  .chart {
    padding: 50px 0;
  }
}
@media (max-width: 540px) {
  .chart {
    padding: 30px 0;
  }

  .intro__inner {
    padding: 30px 0 60% 0;
  }
  .intro__inner-content {
    max-width: 420px;
  }
  .intro__inner-plan {
    margin-left: 30px;
    font-size: 24px;
  }
  .intro__logo {
    max-width: 240px;
  }

  .care {
    padding: 50px 0 0 0;
  }
  .care__inner-logo {
    width: 80px;
  }
  .care__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .care__inner-row .careItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .careItem::before {
    top: 6px;
  }

  .footer {
    padding: 40px 0 80px 0;
  }
  .footer__inner-logo {
    max-width: 240px;
    margin-bottom: 15px;
  }

  .box__body-team-item {
    width: calc(50% - 5px);
  }

  h1 {
    font-size: 64px !important;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .auto__container {
    padding: 0 20px;
  }

  .intro__inner-plan {
    font-size: 20px;
  }
  .intro__inner-content {
    max-width: 320px;
  }
  .intro__logo {
    max-width: 200px;
    bottom: 15px;
  }

  .care__illus {
    max-width: 100%;
  }
  .care__inner-logo {
    width: 50px;
    left: -10px;
  }

  .grid__col {
    height: 250px;
  }

  .box__inner-content {
    padding: 35px 0;
  }

  .vision {
    height: 250px;
  }
  .visionItem h2 {
    left: 16px;
  }

  h1 {
    font-size: 48px !important;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .auto__container {
    padding: 0 16px;
  }

  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }
}