  .rugby-container {
      max-width: 1150px;
      margin: 0 auto;
      padding: 40px 15px;
      text-align: center;
    }
    .rugby-title {
      font-style: normal;
      line-height: 70px;
      color: #000;
      padding: 20px 0 35px;
      max-width: 644px;
      margin: 0 auto;
      font-family: Manrope;
      font-weight: 700;
      font-size: 60px;
      letter-spacing: -0.32px;
      text-align: center;
      text-transform: inherit;
    }
    .rugby-subtext {
      letter-spacing: 2px;
      padding: 0;
      white-space: normal;
      font-style: normal;
      color: #000;
      margin: 0;
      border: 0;
      /* border-bottom: 1px solid #E1E3EB; */
      font-family: "Manrope", sans-serif;
      font-weight: 700;
      font-size: 20px;
      text-transform: uppercase;
    }
    .fixture {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #e4f8fd;
      color: #000;
      margin: 15px 0;
      padding:40px 15px;
      border-radius: 8px;
    }
    .team {
      flex: 1;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
      text-transform: uppercase;
    }
    .vs {
      flex: 0.5;
      font-size: 3.3rem;
      font-weight: bold;
    }
    .details {
      flex-basis: 100%;
      text-align: center;
      font-size: 1.6rem;
      margin-top: 5px;
      color: #ffffff;
    }
    .fixture-box {
      width: 100%;
      background: #00a1c6;
      padding-bottom: 20px;
      margin: 70px 0 50px;
      border-radius: 40px;
    }
    .team img {
      width: 120px;
      height: 120px;
      display: block;
      margin: 0 auto 8px;
    }

@media (max-width: 1200px) {
    .rugby-title {
      line-height: 62px;
      font-size: 50px;
    }
}
@media (max-width: 991px) {
    .rugby-title {
      line-height: 52px;
      font-size: 42px;
    }
      .rugby-subtext {
      font-size: 18px;
      line-height: 26px;
    }
}
@media (max-width: 767px) {
    .rugby-title {
      line-height: 40px;
      font-size: 32px;
     padding: 10px 0 20px;
    }
    .rugby-subtext {
      font-size: 16px;
      line-height: 26px;
    }
    .rugby-container {
      padding: 25px 15px 140px;
    }
    .team img {
      width: 60px;
      height: 60px;
    }
  .team {
    padding: 15px 0;
}
.fixture-box {
    margin: 30px 0 30px;
}
}