 .intro {
     padding: 20px;
     background-image: url('../../../assets/img/bg-quoc-huy.webp');
     background-position: center;
 }

 .intro .elm h2 {
     margin: 48px 0 32px 0;
     text-align: center;
     font-weight: 600;
 }

 .row {
     --bs-gutter-x: 0;
 }

 .intro .elm img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .intro .elm .information {
     width: 100%;
     background-color: var(--white-color);
     padding: 32px;
 }

 .intro .elm .information h2 {
     margin: 0;
     font-size: 24px;
     font-weight: 500;
     text-align: left;
     margin-bottom: 16px;
 }

 .information span {
     color: rgba(78, 92, 113, 1);
 }

 .intro .elm .information .title-box {
     color: rgba(16, 32, 49, 1);
     font-size: 16px;
     font-weight: 500;
     background-color: rgba(247, 244, 242, 1);
     padding: 8px;
     text-align: center;
     margin: 14px 0;
 }

 .intro .elm .information .list-geo {
     display: flex;
     flex-direction: column;
     gap: 4px;
 }

 .intro .elm .information .list-geo .items {
     display: flex;
     gap: 16px;
 }

 .intro .elm .information .list-geo .items .label {
     width: 200px;
     color: rgba(78, 92, 113, 1);
     font-weight: 400;
 }

 .intro .elm .information .list-geo .items .value {
     color: rgba(78, 92, 113, 1);
     font-size: 16px;
     font-weight: 500;
 }

 @media (max-width: 693px) {
     .intro .elm .information .list-geo .items .label {
         min-width: 98px;
         max-width: 98px;
     }
 }

 @media (min-width: 768px) {
     .intro .elm {
         max-width: 800px;
         margin: 0 auto;
     }

     .row {
         --bs-gutter-x: 1.5rem;
     }
 }

 @media (min-width: 991px) {
     .intro .elm .information .list-geo .items .label {
         width: 98px;
     }

     .intro .elm .information .list-geo .items .value {
         max-width: 174px;
     }

     .intro .elm {
         max-width: 1276px;
         margin: 0 auto;
     }
 }