#header {
    position: relative;
    margin-bottom: 20pt;
    padding: 0;
}

#header img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    margin: 0 auto;
}

#header h1 {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 60pt;
    text-shadow: 2px 1px black;
}

@media (max-width: 768px) {
    #header h1 {
        font-size: 30pt;
        bottom: 5%;
    }
}

#testimonies p {
    font-size: large;
    font-family: "Edu SA Hand", cursive;
    font-weight: 450;
    padding: 0 10pt;
    text-align: justify;
}

@media (max-width: 768px) {
    #testimonies p {
        font-size: 1rem;
    }
}

#testimonies p.text-end {
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#testimonies .row {
    margin: 10pt 0;
    padding: 5pt 0;
}