.carousel-item img{
    width:100%;
    height:80vh;
}

h1.dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
  }
  p.merriweather-light {
    font-family: "Merriweather", serif;

    font-style: normal;
    font-size: small;
  }
  .right-section {
  
    border: 1px solid green;    /* Light border */
    padding: 12px;             /* Padding around content */
    border-radius: 5px;        /* Rounded corners */
    
    font-weight: bold;         /* Bold text */
    text-align: center;        /* Center text alignment */
}  
/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .card {
        margin: 10px 0; /* Adds vertical spacing between cards on mobile */
    }
}
/* General card styling */
.card {
  margin: 20px; /* Adjust as needed for desktop */
  padding: 10px;
  /* Other styling */
}
.cmo.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: bold;
}