

.info-strip {
  background: #0E2541;
}
.info-strip .main {
  display: flex;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .info-strip .main {
    align-items: center;
    justify-content: space-between;
    max-width: 1330px;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .info-strip .main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.info-strip .content {
  padding: 20px;
}
.info-strip .head {
  display: inline-flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .info-strip .head {
    align-items: flex-end;
    gap: 20px;
  }
}
.info-strip .head svg {
  width: 200px;
}
@media screen and (min-width: 1025px) {
  .info-strip .head svg {
    margin-bottom: 10px;
  }
}
.info-strip .head .star-logo {
  height: 72px;
}
.info-strip .body h2 {
  font-weight: 600;
  font-size: clamp(30px, 3dvw, 44px);
  line-height: 1;
  color: #FFFFFF;
}
.info-strip .body a {
  padding: 0 25px !important;
}
.info-strip .banner-text {
  color: #FFFFFF;
  max-width: 500px;
}
.info-strip .figure {
  border-radius: 12px;
}
.info-strip .figure img {
  height: 100%;
  border-radius: inherit;
}
@media screen and (max-width: 800px) {
  .info-strip .text-center-sm {
    text-align: center;
  }
}
.info-strip .padding-block-20 {
  padding: 20px 0;
}

