.banner {
  position: relative; }
  .banner img {
    width: 100%;
    height: 23.9583333333vw;
    display: block;
    object-fit: cover; }
  .banner .text {
    position: absolute;
    left: 0;
    padding: 0 8.3333333333vw;
    top: 10.625vw;
    color: white; }
    .banner .text .t {
      line-height: 1.2;
      margin-bottom: 1.0416666667vw;
      text-transform: capitalize; }
    .banner .text .des {
      width: 40.625vw;
      font-weight: 300;
      line-height: 1.5; }
  .banner.hasLink .text {
    top: 7.2916666667vw; }
    .banner.hasLink .text .links {
      margin-bottom: 2.0833333333vw;
      display: flex;
      flex-wrap: wrap;
      color: white;
      gap: 0.2604166667vw; }
      .banner.hasLink .text .links a:hover {
        text-decoration: underline; }

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px; }
    .banner img {
      height: 300px; }
    .banner .text {
      padding: 0 5%;
      top: 50% !important;
      transform: translateY(-50%) !important; }
      .banner .text .t {
        margin-bottom: 10px;
        font-size: 24px; }
      .banner .text .des {
        width: 100%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden; }
    .banner.hasLink .text .links {
      margin-bottom: 20px;
      gap: 5px; } }

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