@media screen and (max-width: 768px) {

  .d-mb {
      display: block !important;
  }
  .d-pc {
      display: none !important;
}


  .agent-content {
    width: 100% !important;
    margin: 5px auto !important;
  }

  .agent-content img {
    width: 100% !important;
    height: auto;
  }

  .footer-endorser {
    align-items: center;
    color: #006719;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px 0px;
  }
  
  .footer-endorser h5 {
    font-size: 4vw;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
  }
  
  .endorser-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .endorser-tilte {
    color: #006719;
  }
  
  .endorser-img {
    align-items: center;
    display: flex;
    gap: 3vw;
    justify-content: flex-start;
  }
  
  .endorser-img img {
    display: block;
    height: 11vw;
  }
  
  .hr {
    background: #006719;
    height: 13vw;
    margin: 5px 0;
    width: 1px;
  }
  
  .footer-logos {
    padding-bottom: 5px;
  }
  
  .footer-logos > * {
    padding: 10px;
  }
  
  .footer-col-2 {
    display: flex;
  }
  
  .footer-col-2 > * {
    flex: 1;
  }
  
  .footer-title {
    color: #000;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  
  .footer-giayphep img {
    display: block;
  }
  
  .footer-giayphep img:first-of-type {
    margin-bottom: 12px;
  }
  
  .footer-baove img {
    display: block;
    height: 4.65vw;
  }
  
  .footer-baove img:first-of-type {
    margin-bottom: 12px;
  }
  
  .sns-list {
    display: flex;
    gap: 20px;
  }
  
  .sns-list img {
    display: block;
  }
  
  .choi-list {
    display: flex;
    gap: 20px;
  }
  
  .choi-list img {
    display: block;
  }

  .footer-brand {
    width: 50%;
    max-width: 150px;
    padding: 0px 0px 10px;
    margin-top: 0px !important;
  }

  .footer-brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0;
    margin: 0;
  }

  .footer-endorser .footer-content {
    width: 100%;
    padding: 0;
    margin: 0;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .footer-endorser .footer-content p {
    margin: 0;
    padding: 0;
    color: #717171;
    text-align: justify;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sns-list img,
  .choi-list img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0;
    margin: 0;
    max-width: 30px;
  }
}
