@media (max-width: 1366px) and (max-height: 768px) {
    .workshop {
      & .header-workshop h2,
      .header-workshop h3 {
        font-size: 120px;
      }
      & .info .card-info:nth-child(3) {
        display: grid;
        grid-template-columns: 40% 60%;
      }
    }
  }
  @media (max-width: 999px) {
    .price {
      & .info-price {
        display: flex !important;
        flex-direction: column;
      }
    }
    .about {
      & .item-mob {
        display: none;
      }
      & .info .card-info:nth-child(1),
      .info .card-info:nth-child(2) {
        display: flex !important;
        flex-direction: column;
        align-items: center;
      }
    }
  }
  @media (max-width: 768px) {
    .description-workshop p,
    .card-info div p,
    .card-info p,
    .text-price p {
      font-size: 16px !important;
    }
    .workshop {
      & .header-workshop h2,
      .header-workshop h3 {
        font-size: 120px;
      }
      & .header-workshop p {
        font-size: 14px !important;
      }
      & .info-workshop {
        display: flex;
        flex-direction: column;
      }
    }
    .about {
      & .info .card-info:nth-child(2) {
        margin-top: 40px;
      }
  
      & .font-title-workshop {
        text-align: center !important;
        margin: auto;
      }
    }
    .footer {
      & .item-footer-mob {
        display: none;
      }
  
      & .img-mob {
        display: flex !important;
      }
    }
  }
  
  @media (max-width: 500px) {
    .workshop {
      & .header-workshop h2,
      .header-workshop h3 {
        font-size: 80px !important;
      }
      & .header-workshop p {
        width: 100% !important;
      }
    }
    .about {
      padding: 0px !important;
      & .about h2 {
        text-align: center;
      }
    }
    .footer {
      height: 100%;
      padding: 20px;
  
      & div {
        flex-direction: column-reverse;
      }
    }
  }
  
  @media (max-width: 400px) {
    .description-workshop p,
    .card-info div p,
    .card-info p,
    .text-price p {
      font-size: 14px !important;
    }
    .about {
      & .card-info img {
        max-width: 300px;
        height: auto;
      }
    }
    .price {
      & .header-card {
        width: 360px !important;
      }
      & .card-price {
        background-color: #141414;
        max-width: 400px;
        width: 340px;
        padding: 50px;
      }
    }
  }