@media (max-width: 1024px) {
    .special-offer-text p:nth-child(2),
    .special-offer-text p:nth-child(3) {
      font-size: 35px !important;
    }
  
    .special-offer-text p:nth-child(4),
    .special-offer-text p:nth-child(5) {
      font-weight: 250;
    }

    .special-offer-text1 p:nth-child(2),
    .special-offer-text1 p:nth-child(3),
    .special-offer-text1 p:nth-child(4) {
      font-size: 40px;
    }
  }
  
  @media (max-width: 992px) {
    .special-offer-text p:nth-child(2),
    .special-offer-text p:nth-child(3) {
      font-size: 30px !important;
    }

      .vision-image img {
        height: 400px;
        align-items: center;
      }

      .team-part {
        width: 48%;
        margin-bottom: 30px;
      }
      
      .team-image img {
        height: 350px;
      }
      
      .shop-text-2 p:nth-child(2),
      .shop-text-2 p:nth-child(3) {
        font-size: 40px;
      }
  }
  
  @media (max-width: 768px) {
  
  
    .special-offer-main {
      flex-direction: column;
      gap: 20px;
    }
  
    .special-offer-image,
    .special-offer-text-alignment {
      width: 100%;
    }
  
    .special-offer-image {
      border-radius: 200px 200px 0 0;
    }
  
    .special-offer-image img {
      border-radius: 200px 200px 0 0;
    }
  
    .special-offer-text p:nth-child(2),
    .special-offer-text p:nth-child(3) {
      font-size: 36px;
      text-align: center;
    }
  
    .special-offer-text p:nth-child(1) {
      text-align: center;
    }
  
    .special-offer {
      padding-top: 50px;
    }

    .review-container {
      gap: 15px;
    }
    
    .revivew-part {
      min-width: 150px;
      padding: 15px;
    }
    
    .revivew-part .count {
      font-size: 35px;
    }
    
    .revivew-part p:last-child {
      font-size: 14px;
    }

    .vision {
      padding: 30px 15px;
      align-items: center;
    }
    
    .vision-text {
      width: 100%;
      margin-bottom: 20px;
    }
    
    .vision-image img {
      height: 300px;
    }
    
    .vision-text-main {
      margin-top: 30px;
    }

    .team-main {
      padding: 0 15px;
    }
    
    .team-image img {
      height: 300px;
    }
    
    .shop-text-2 p:nth-child(2),
    .shop-text-2 p:nth-child(3) {
      font-size: 36px;
      text-align: center;
    }

    .special-offer-main1 {
      flex-direction: column;
      gap: 40px;
    }
  
    .special-offer-image1,
    .special-offer-text-alignment1 {
      width: 100%;
    }
  
    .special-offer-text1 p:nth-child(2),
    .special-offer-text1 p:nth-child(3),
    .special-offer-text1 p:nth-child(4) {
      font-size: 36px;
    }
  
    .special-offer-text1 button {
      left: 30%;
      transform: translateX(-50%);
    }
  }

  
@media (max-width: 576px) {
  .vision-text {
    padding: 20px;
    align-items: center;
  }
  
  .vision-text h2 {
    font-size: 22px;
  }
  
  .vision-image img {
    height: 250px;
    border-radius: 15px;
  }
  
  .vision-text p {
    font-size: 13px;
  }
  .team-part {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .team-image img {
    height: 400px;
  }
  
  .shop-text-2 p:nth-child(2),
  .shop-text-2 p:nth-child(3) {
    font-size: 32px;
  }
  
  .team-text p:nth-child(1) {
    font-size: 22px;
  }

  .special-offer-text1 p:nth-child(2),
  .special-offer-text1 p:nth-child(3),
  .special-offer-text1 p:nth-child(4) {
    font-size: 30px;
  }

  .special-offer-image1 {
    border-radius: 250px 250px 0 0;
  }

  .special-offer-image1 img {
    border-radius: 250px 250px 0 0;
  }
}

  
  @media (max-width: 480px) {
    .special-offer-text p:nth-child(2),
    .special-offer-text p:nth-child(3) {
      font-size: 30px;
    }
  
    .special-offer-text p:nth-child(1) {
      font-size: 18px;
    }
  
    .special-offer-text p:nth-child(4),
    .special-offer-text p:nth-child(5) {
      font-size: 14px;
    }
  
    .special-offer-image,
    .special-offer-image img {
      border-radius: 100px 100px 0 0;
    }
  
    .special-offer-text p:nth-child(4) {
      padding: 15px 0;
    }
  
    .special-offer {
      padding-top: 40px;
    }

    .special-offer-review {
      margin: 40px 0;
      padding: 30px 10px;
    }
    
    .review-container {
      flex-direction: column;
    }
    
    .revivew-part {
      width: 100%;
      padding: 20px 0;
    }
    
    .revivew-part .count {
      font-size: 32px;
    }
    
    .revivew-part:hover {
      transform: none;
    }
    .team-image img {
      height: 250px;
    }
  } 

  
@media screen and (max-width: 425px) {
  .special-offer-text1 p:nth-child(2),
  .special-offer-text1 p:nth-child(3),
  .special-offer-text1 p:nth-child(4) {
    font-size: 24px;
  }

  .special-offer-image1 {
    border-radius: 200px 200px 0 0;
  }

  .special-offer-image1 img {
    border-radius: 200px 200px 0 0;
    height: 300px;
  }

  .special-offer-text1 button {
    padding: 0.8em 1.2em;
    font-size: 1.4rem;
  }
}

  @media (max-width: 400px) {
    .vision-image img {
      height: 200px;
    }
  
  .vision-text{
    padding: 0px;
  }

  .special-offer-image1 img {
    height: 250px;
  }

  .special-offer-text1 p:nth-child(2),
  .special-offer-text1 p:nth-child(3),
  .special-offer-text1 p:nth-child(4) {
    font-size: 22px;
  }
  }

  @media (max-width: 376px)  {
    .team-image img {
      height: 220px;
    }
  
    .team-text {
      text-align: center;
      padding:  0px;
    }
  
    .team-main{
      padding: 0px ;
    }
  
    .team{
      padding:  0px;
    }
  }