body {
    
    
    line-height: 1.6;
   
    text-align: center;
    
}
.title {
    font-family: 'Cinzel', serif;
    color: #F9ECB4;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}
.subtitle {
    font-family: 'Cinzel', serif;
    width: 30%;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #F9ECB4;
    margin: 0 auto;
    margin-bottom: 30px;
}
.description {
    font-size: 18.8px;
    text-align: left;
    width: 28%;
    margin: 15px auto;
    font-family: 'Garamond', serif;
    color: #F9ECB4;
}
.top-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    
}
.visual-image {
   
    object-fit: contain;;
    object-position: center;
    display: block;
    width: 45%;
    height: auto;
}
.bottom-image {
    width: 100%;
    
    
}
.explore-section {
   font-family: 'Garamond', serif;
   width: 39%;
   font-weight: 400;
    margin: 0 auto;
    color: #F9ECB4;
    font-size: 22px;
    margin-bottom: 20px;
}
.pdf-sectionn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin: 0 auto;
}

.pdf-sectionn button {
    color: #F9ECB4;
    border: 1px solid #F9ECB4;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 15px 20px;
    border-radius: 25px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 20px;
    width: 60%;
    background-color: #273D55;
}

.pdf-sectionn button:hover {
    background-color: #F9ECB4;
    color: #2A3B4C;
}

@media only screen and (max-width: 480px) {
     
    .title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 22px;
        width: 90%;
    }

    .description {
        font-size: 1.3em;
        width: 95%;
        line-height: 1.5;
        text-align: left;
        font-weight: 400;
        font-family: 'Garamond', serif;
    }

    .visual-image {
        width: 46%; 
    }

    .bottom-image {
        width: 100%;
    }

    .explore-section {
        width: 95%;
        font-size: 20px;
    }

    /* Adjust button size for smaller mobile devices */
    .pdf-sectionn button {
        font-size: 0.9rem;
        padding: 12px 18px;
        width: 85%;
    }
}