.body {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-text {
  color: #000;
  text-align: center;
  padding: 0 10px 10px;
  font-size: 16px;
  line-height: 135%;
}

.green-span {
  color: #4ea534;
  font-weight: 600;
}

.card-link_item {
  background-color: #fff0;
  border: 1px #dfdfdf;
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.card-link_item:hover {
  transform: translate(0, -10px);
}

.life-logo {
  margin-top: 0;
}

.logo {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.life-link-box {
  width: 100px;
}

.top-box {
  height: auto;
  position: relative;
  overflow: hidden;
}

.preamm-sec {
  padding-bottom: 100px;
}

.pream-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.pream-text.nogaps {
  margin-bottom: 0;
}

.espec-box {
  margin-bottom: 40px;
}

.head_of_cards {
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.fin-sec {
  background-color: #53a330;
}

.date-text {
  color: #fff;
  text-align: right;
  font-size: 20px;
}

.ep-link {
  width: 88px;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.incards-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  object-fit: cover;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cloud-box {
  background-color: #5db12e;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 56px;
}

.add-text {
  text-align: center;
}

.fin-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.cards-text-title {
  color: #000;
  text-align: center;
  height: 50px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.main-title {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 5%;
}

.heading {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 48px;
}

.link {
  color: #fceb2f;
  font-weight: 700;
}

.cards-item {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  box-shadow: 0 2px 5px #0003;
}

.main-pic {
  margin-top: 2%;
  margin-left: 15%;
  margin-right: 15%;
}

.sp-text {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.subtitle-text {
  padding-left: 20px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.sp-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.lasting-text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .logo {
    padding-top: 5px;
  }

  .heading {
    font-size: 64px;
  }

  .subtitle-text {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    padding-top: 10px;
  }

  .life-link-box {
    width: 128px;
  }

  .ep-link {
    width: 108px;
  }

  .cloud-box {
    margin-top: 60px;
  }

  .main-title {
    justify-content: center;
    align-items: center;
    bottom: 3%;
  }

  .heading {
    font-size: 68px;
  }

  .main-pic {
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .life-link-box {
    width: 180px;
  }

  .ep-link {
    width: 160px;
  }

  .heading {
    font-size: 88px;
  }

  .subtitle-text {
    font-size: 42px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    position: static;
  }

  .top-box {
    height: auto;
  }

  .pream-text, .pream-text.nogaps {
    font-size: 16px;
  }

  .head_of_cards {
    padding-left: 0;
    padding-right: 0;
  }

  .date-text {
    font-size: 16px;
  }

  .cont {
    max-width: 640px;
  }

  .incards-box {
    grid-template-columns: 1fr 1fr;
  }

  .cloud-box {
    padding: 24px;
  }

  .main-title {
    margin-top: 0%;
    padding-top: 0;
    position: static;
  }

  .heading {
    font-size: 40px;
  }

  .main-pic {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .sp-text {
    font-size: 16px;
  }

  .subtitle-text {
    padding-left: 10px;
    font-size: 18px;
  }

  .sp-date-box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .head_of_cards {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .cards-text-title {
    height: 50px;
  }

  .main-title {
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    padding-left: 0;
    font-size: 30px;
  }

  .main-pic {
    margin-top: 0%;
  }

  .subtitle-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .head_of_cards {
    padding-left: 0;
    padding-right: 0;
  }

  .cloud-box {
    margin-top: 40px;
  }

  .cards-text-title {
    height: 45px;
    font-size: 14px;
  }

  .main-title {
    flex-flow: column;
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: static;
  }

  .heading {
    text-align: center;
    font-size: 28px;
  }

  .subtitle-text {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 135%;
  }

  .lasting-text {
    font-size: 16px;
  }
}


