.content, .hero {
    width:80vw;
    max-width: 800px;
    margin: 0 auto;
}
.hero {
    margin-bottom: 30px;
    margin-top: 50px;
}
.hero_img {
    height: 300px;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    filter: drop-shadow(0px 10px 20px #ffffff0e) brightness(0.8);
}
h2 {
    margin: 50px 0 15px;
}
h3 {
    margin: 20px 0 -5px;
}
p {
    font-size: 14px;
    margin-top: 15px;
}
table {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
th {
    padding: 10px;
    width: 50%;
    background-color: rgb(var(--beige-01));
    color: rgb(var(--blue-01));
}
td {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 10px;
}
br {
    height: 100px;
    line-height: 100px;
}









.cta {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cta .content {
    max-width: 500px;
    color: white;
}

.cta h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.cta p {
    opacity: 0.8;
    font-size: 16px;
}
.cta button {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 30px;
    background-color: rgb(var(--beige-02));
}






.footer_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    font-size: 12px;
    opacity: 0.7;
}














@media (max-width: 799px) { 
    .table {
        width: 100%;        
        overflow-x: auto;        
    }
    table {
        font-size: 12px;
        min-width: 400px;
    }
    td {
        padding-left: 0;        
    }

}













/* Animation */
/* .content .visible {

} */