   h2 {
     font-family: 'Playfair Display';
     font-weight: 500;
     font-size: 24px;
     line-height: 1.5;
     letter-spacing: 0.015em;
     color: rgba(33, 37, 41, 1);

   }

   p,
   li {
     font-family: 'Playfair Display';
     font-weight: 400;
     font-size: 16px;
     line-height: 1.7;
     letter-spacing: 0.015em;
     color: rgba(33, 37, 41, 1);
     text-align: justify;
   }

   strong {
     font-family: 'Playfair Display';
     font-weight: bold;
     font-size: 16px;
     line-height: 1.7;
     letter-spacing: 0.015em;
     color: rgba(33, 37, 41, 1);

   }

   /* Base style - default for large desktops and above */
   

   /* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  
}

/* Small devices (landscape phones, small tablets, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
 
  }

