.banner {
  margin: 30px 0;
  border: 1px solid #454545;
  border-radius: 16px;
  padding: 20px 12px;
}
.banner__body {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .banner__body {
    flex-direction: column;
  }
}
.banner__col-01 {
  width: 40%;
}
@media (max-width: 767px) {
  .banner__col-01 {
    width: 100%;
  }
}
.banner__col-01 img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__col-02 {
  width: 60%;
}
@media (max-width: 767px) {
  .banner__col-02 {
    width: 100%;
  }
}
.banner__text {
  margin: 24px 0;
  font-size: 16px;
  line-height: normal;
}
.banner__btn {
  border: none;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background-image: linear-gradient(45deg, #016888 0%, #f5c265 50%, #016888 100%);
  box-shadow: 0 6px 12px 0 rgba(0, 40, 120, 0.35);
  background-position: 100% 0;
  background-size: 200% 200%;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}/*# sourceMappingURL=custom-cta.css.map */