.banner-cartoon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-cartoon .container {
  padding: 0 30px;
}
.banner-cartoon__die {
  margin: 0 0 50px;
  padding: 30px 50px;
  width: 100%;
  background: #E8F0FC;
  border-radius: 20px;
  font-family: "Grandis";
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-cartoon__die_telefly {
  height: 60px;
  margin: -15px 30px 0 15px;
}
@media (max-width: 1260px) {
  .banner-cartoon__die_telefly {
    display: none;
  }
}
.banner-cartoon__die_cartoon {
  max-height: 60px;
  margin-top: -8%;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .banner-cartoon__die_cartoon {
    max-height: 60px;
    margin-top: -10%;
    margin-right: 15px;
    position: absolute;
    right: 0;
    width: 20%;
  }
}
.banner-cartoon__die_cartoon img {
  width: 100%;
}
.banner-cartoon__die.blue {
  color: #3F8EF8;
}
.banner-cartoon__die_left {
  display: flex;
  align-items: center;
}
.banner-cartoon__die_left .head2, .banner-cartoon__die_left h2 {
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: -0.9px;
  color: #3f8ef8;
  margin: 0 15px 0 20px;
  text-wrap: wrap;
  text-align: left;
}
.banner-cartoon__die_center {
  font-size: 15px;
  line-height: 16.5px;
  color: #5B637C;
  letter-spacing: -0.01rem;
  text-align: left;
  font-weight: 400;
  position: relative;
  top: 3px;
  max-width: 330px;
}
.banner-cartoon__die_right a {
  font-size: 15px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3F8EF8;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  background: #3F8EF8;
  width: max-content;
}

@media (max-width: 1024px) {
  .banner-cartoon .container {
    padding: 20px 25px;
  }
  .banner-cartoon__die {
    padding: 20px 25px 0;
    flex-direction: column;
    margin-bottom: 0;
  }
  .banner-cartoon__die_left {
    width: 100%;
    padding-right: 20%;
  }
  .banner-cartoon__die_left .head2, .banner-cartoon__die_left h2 {
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 10px;
    font-size: 18px;
  }
  .banner-cartoon__die_left svg {
    width: 30px;
    max-height: 30px;
    margin-bottom: 20px;
  }
  .banner-cartoon__die_center {
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 20%;
  }
  .banner-cartoon__die_right {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-cartoon__die_right a {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
