@media screen and (max-width: 574px) {
  html,
  body {
    overflow-x: hidden;
  }
  .banner,
  .blog-item,
  .footer-menu ul {
    flex-direction: column;
  }
  body,
  html {
    width: 95vw;
    /* overflow-x: hidden; */
  }
  * {
    margin: 0;
    padding: 0;
  }
  .hide {
    display: none;
  }

  /* banner */
  .banner {
    display: flex;
    border-radius: 30px;
    background: rgb(22, 22, 22);
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 95vw;
    /* height: 560px; */
  }
  .banner-text {
    padding-left: 0px;
  }
  .banner-title {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    /* width: 228px; */
    width: 300px;
    align-items: center;
    justify-self: center;
  }
  .banner-dis {
    color: rgba(255, 255, 255, 0.8);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    text-align: center;
  }
  .banner-btn {
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: 400;
    justify-self: center;
    display: block;
    text-align: center;
    background: rgb(221, 0, 0);
    margin-top: 30px;
    border: none;
    /* width: 187px;
    height: 56px; */
  }
  /* banner-img */
  .banner-img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 95vw;
    margin-left: 0px;
    margin-top: 21px;
    justify-content: center;
    align-items: center;
    justify-self: center;
    display: block;
  }
  .banner-img img {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    flex: 1;
    padding: 0px 30px 0px 30px;
  }
  /* button-card */
  .blog-item {
    margin-top: 50px;
    display: flex;
  }
  .button-blog {
    width: 100%;
    border-radius: 10px;
    background: white;
    align-items: center;
    display: block;
    text-align: center;
    justify-content: center;
    /* width: 312px; */
    height: 312px;
  }
  .blog-btn:first-child {
    background-color: white;
    color: rgb(22, 22, 22);
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    /* line-height: 30px; */
    letter-spacing: 0%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 10px;
    width: 500px;
  }
  .blog-btn:nth-child(3n + 2) {
    background-color: white;
    color: rgb(22, 22, 22);
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    /* line-height: 30px; */
    letter-spacing: 0%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 10px;
    width: 500px;
  }

  /* card */
  .cards {
    margin-left: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
    grid-column-gap: 50px;
    width: 95vw;
    margin: 20px;
  }
  .card {
    gap: 55px;
    width: 100%;
    /* height: 362px; */
    /* border: 1px solid; */
    box-sizing: border-box;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 10px;
  }
  .card-img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }

  .card-btn {
    flex-direction: column;
    display: block;
  }
  .time {
    margin-left: 44px;
    color: rgba(22, 22, 22, 0.8);
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
  }
  .time-2 {
    color: rgba(22, 22, 22, 0.8);
    font-family: Poppins;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
  }
  .h {
    padding: 8px;
  }
  .card-dis {
    color: rgb(22, 22, 22);
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .card-btn {
    color: rgb(22, 22, 22);
    font-family: Poppins;
    font-size: 36px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    width: 200px;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    margin-top: 24px;
  }
}
