
.concept-container {
    text-align: center;
   
    margin: 0 auto;
    padding: 20px;
    margin: 30px;
    border-radius: 10px;
   
}

.concept-section h1 {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #F9ECB4;
}

.concept-section p {
    font-family: 'Garamond', serif;
    margin: 30px auto;
    text-align: left;
    width: 25%;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.concept-including{
    margin: 0 auto;
    font-family: 'Garamond' serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.4rem;
    width: 45%;
}
#concept-collaboration{
    margin: 20px auto;
    font-family: 'Garamond' serif;
    text-align: left;
    font-weight: 400;
    font-size: 1.4rem;
    width: 45%;
}

.concept-images {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    
    gap: 13vh;
}

.concept-images img {
    width: 33vh;
    height: auto;
}

.concept-explore {
    font-family: 'Garamond', serif;
    font-weight: 400;
    margin-top: 3%;
   
    line-height: 1.6;
}

.pdf-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin: 0 auto;
}

.pdf-button 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: 20%;
    
}
.pdf-button button:hover{
    background-color: #F9ECB4;
    color: #2A3B4C;
}

.concept-collaboration {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #D1C4B0;
}

@media only screen and (max-width: 480px) {
    .concept-container{
        margin: 20px;
    }
    .concept-section h1 {
        font-size: 1.8rem;
    }

    .concept-section p {
        width: 95%;
        font-size: 1rem;
        margin: 20px auto;
    }

    .concept-including, 
    #concept-collaboration {
        margin: 10px auto;
        width: 100%;
        font-size: 1.07em;
    }

    .concept-images {
        flex-direction: row;
       
        gap: 2vh;
    }

    .concept-images img {
        width: 33%;
        height: auto;
    }

    .pdf-button button {
        width: 70%;
        font-size: 1rem;
    }
    .pdf-button img{
        width: 35%;
    }
}


