.main-section {
    margin-top: 6%;
    padding: 20px 60px;
    text-align: center;
}

.content {
    padding: 40px;
}


.content h1 {
    margin: 0 auto;
    font-family: 'Cinzel', serif;
    width: 70%;
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 20px;
    color: #F9ECB4;
    font-weight: 400;
}

.text-first {
    margin: 0 auto;
    width: 38%;
    text-align: left;
    font-family: 'Garamond', serif;
    font-weight: 400;
    color: #F9ECB4;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.map-image {
    width: 54%;
    height: auto;
    margin-bottom: 20px;
}

.project-content-text {
    margin: 0 auto ;
    width: 50%;
    font-family: 'Garamond', serif;
    font-weight: 400;
    color: #F9ECB4;
    font-size: 22px;
    margin-bottom: 20px;
}

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

.pdf-section 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%;
    background-color: #273D55;
}

.pdf-section button:hover {
    background-color: #F9ECB4;
    color: #2A3B4C;
}
@media only screen and (max-width: 480px) {
    .main-section{
        padding: 0px 0px;
    }
    .content{
        padding: 0 0;
    }
    .content h1 {
        font-size: 21px;
        width: 78%;
    }
    .text-first {
        text-align: left;
        width: 89%;
        font-size: 15px;
    }
    .map-image{
        width: 100%;
    }
    .project-content-text{
        font-size: 15px;
        width: 89%;
        text-align: left;
        line-height: 1.6;
    }
    .pdf-section button {
        width: 80%;
    }
}