.why-pet-club {
    background: #FBFAFC;
    text-align: center;
    padding: 96px 0;
}

.why-pet-club-content {
    max-width: 1176px;
    margin: 0 auto;
}

.why-pet-club .quiz-flag{
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  margin: 0;
  text-align: left;
  padding: 4px 18px 4px 9px;
  clip-path: polygon(100% 0,90% 53%,100% 100%,0 100%,0 0);
  width: max-content;
  text-transform: uppercase;
}

.why-pet-club-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-pet-club-title {
    font-family: 'Larsseit';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--primary);
}

.why-pet-club-flag {
    padding-left: 16px;
}

.why-pet-club-description {
    max-width: 811px;
    margin: 0 auto;
    margin-top: 23px;
    font-family: 'Larsseit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--primary);
}

.why-pet-club-benefits {
    margin: 0 auto;
}


.why-pet-club-benefits .together-world-inner{
  flex: 0 0 175px;
}

.why-pet-club-benefits .together-world-main {
    padding-top: 64px;
    justify-content: center;
    column-gap: 79px;
}

.why-pet-club-benefits .together-world-details p {
    font-size: 18px;
    line-height: 24px;
}
.why-pet-club-benefits .together-world-img{
    width: 100%;
    height: 100%;
}
.why-pet-club-benefits .together-world-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media(max-width: 1599px){
  .why-pet-club-benefits .together-world-main {
    column-gap: 32px;
  }
}
@media (max-width: 1399px) {
    .why-pet-club-content {
        max-width: 1019px;
    }

    .why-pet-club-benefits {
        max-width: 936px;
    }
}

@media (max-width: 991px) {
    .join-pets-club-header img {
        height: 480px;
    }

    .why-pet-club-benefits .together-world-inner{
      flex: 0 0 144px;
    }
    .why-pet-club-benefits .together-world-details p {
        font-size: 16px;
        line-height: 26px;
    }

    .why-pet-club-content {
        max-width: 744px;
    }
    .why-pet-club-title{
      font-size: 40px;
      line-height: 44px;
    }

    .why-pet-club-description {
        max-width: 624px;
    }


    .why-pet-club-benefits .together-world-main {
        column-gap: 22px;
    }
}

@media (max-width: 767px) {
    .join-pets-club-header img {
        height: 320px;
    }

    .why-pet-club-heading {
        flex-direction: column;
    }

    .why-pet-club-title {
        order: 1;
        margin-top: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-pet-club-flag {
        order: 0;
        padding-left: 0;
    }

    .why-pet-club-description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-pet-club-benefits {
        max-width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }
    .why-pet-club-benefits .together-world-inner{
      flex: 0 0 128px;
    }

    .why-pet-club-benefits .together-world-main {
        flex-wrap: wrap;
        padding-top: 16px;
        column-gap: 24px;
    }

    .why-pet-club-benefits .together-world-main .together-world-inner {
        margin-bottom: 42px;
    }

    .why-pet-club-benefits .together-world-main .together-world-wrapper {
        margin: 0
    }

    .why-pet-club-benefits .together-world-details p {
        font-size: 16px;
        line-height: 18px;
    }
     .why-pet-club-title{
        font-size: 32px;
        line-height: 36px;
     }
}

@media(max-width: 330px){
  .why-pet-club-benefits .together-world-inner{
      flex: 0 0 120px;
  }
}