body {
    color: #EAD9A1;
  
}

.main-content {
    padding: 50px;
}

h1 {
    margin: 0 auto;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 5vh;
    width: 60%;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-block {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}


.text-left {
    font-family: 'Garamond', serif;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.9;
    width: 35%;
    display: flex;
    
    margin: 0;
    margin-bottom: 7vh;
   
}

.text-right {
    font-family: 'Garamond', serif;
    font-weight: 400;
    line-height: 1.6;
    width: 45%;
    text-align: right;
    margin: 0;
    justify-content: end;
}
.text-right p{
    font-size: 1.3em;
    margin: 0;
}

.image-right, .image-left {
    width: 77vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-right{
    margin-left: 6%;
}

.image-right img, .image-left img {
    max-width: 100%;
    height: auto;
}

.text-right h2 {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 1.5em;
    width: 100%;
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .content-block {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .image-left {
        order: -1; 
        width: 80%;
    }


    .text-left, .text-right {
        width: 100%;
        text-align: center;
    }

    .image-right, .image-left {
        width: 80%;
    }

    .image-right img, .image-left img {
        width: 100%;
    }

    .text-right {
        text-align: center;
        align-items: center;
    }

    

    
}

@media only screen and (max-width: 480px) {
    .main-content {
        padding: 10px;
    }

    h1 {
        font-size: 1.5em;
        width: 90%;
    }

    .main-wrapper {
        gap: 1vh;
    }

    .content-block {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .text-left, .text-right {
        width: 95%;
        line-height: 1.5;
        text-align: center;
    }

    .image-right, .image-left {
        width: 100%;
        margin-left: 0px;
    }

    .image-right img, .image-left img {
        width: 95%;
        margin: 0px;
        margin-bottom: 10px;
    }

    .text-right {
        align-items: center;
        text-align: center;
        text-align: left;
        
    }
    .text-left p{
        margin: 0;
        text-align: left;
        font-size: 1em;
    }
    .text-left{
        margin-bottom: 0px;
    }
    .text-right h2 {
        font-size: 1em;
        text-align: left;
        margin: 0;
    }

    .text-right p {
       font-size: 1em;
        width: 90%;
    }
}
