@media only screen and (max-width:800px) {
    body {
        margin: 0;
        font-family: Roboto;
        background-image: url('./assets/background.png');
        overflow-x: hidden;
        width: 100%;
    }

    .main-content-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .content-container {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }

    hr {
        margin: 0;
    }

    .hr {
        width: 95%;
        margin-top: -20px;
    }

    .first-content-container {
        width: 90%;
        background-color: #ffffff;
        box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        padding: 12px;
        align-items: center;
        margin-top: 50px;
    }

    .content-title {
        color: #207D5E;
        text-align: center;
        font-size: 28px;
    }

    .content-text-container {
        width: 95%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .contact-text-container {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-text {
        font-size: 18px;
    }

    .container {
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        width: 100%;
        height: 20%;
        box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.2);
        justify-content: center;
    }

    .header-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        width: 100%;
        /* background-color: pink; */
    }

    .logo {
        max-height: 210px;
        max-width: 400px;
        height: auto;
        width: auto;
        margin: auto;
    }

    .text-left {
        /* background-color: beige; */
        display: none;
        width: 20%;
        margin: auto;
        padding: 10px;
    }

    .text-right {
        /* background-color: blanchedalmond; */
        display: none;
        margin: auto;
        width: 20%;
        text-align: center;
    }

    .information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .info-line {
        margin-top: 5px;
    }

    .open-menu {
        width: 100%;
        text-align: center;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding-top: 5px;
    }

    .dropdown-button {
        font-size: 16px;
        font-weight: 500;
        background-color: #ffffff;
        border: none;
        height: 55px;
        padding: 20px;
    }

    .menu-button {
        font-size: 16px;
        font-weight: 500;
        background-color: #ffffff;
        border: none;
        height: 55px;
        padding: 20px;
    }

    .menu-button:hover {
        background-color: rgba(32, 125, 94, 0.5);
        color: #ffffff;
    }

    .active-page {
        background-color: #207D5E;
        color: #ffffff;
    }

    .menu-button:focus {
        border: none;
        outline: none;
    }

    .content-image-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        width: 95%;
    }

    .img-responsive {
        max-width: 100%;
        height: auto;
    }

    .img-responsive-lg {
        max-width: 100%;
        height: auto;
    }

    @media only screen and (max-width:1440px) {
        .content-image-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
            width: 95%;
        }
    }

    .content-footer {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta {
        color: #ffffff;
        background-color: #207D5E;
        border: none;
        outline: none;
        margin-top: 15px;
        width: 250px;
        height: 40px;
        border-radius: 20px;
        font-size: 18px;
    }

    .cta:hover {
        color: #ffffff;
        background-color: rgba(32, 125, 94, 0.8);
    }

    .cta:focus {
        border: none;
        outline: none;
    }

    .footer {
        left: 0;
        bottom: 0;
        background-color: #207D5E;
        width: 100%;
        display: flex;
        flex-direction: column;
        color: #ffffff;
        justify-content: space-evenly;
        align-items: center;
        font-size: 16px;
    }

    .footer-program {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-program-text {
        margin-left: 30px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .information:nth-child(2) {
        margin-left: 70px;
    }

    .footer-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-menu a {
        font-size: 14px;
    }

    .footer-bottom {
        text-align: center;
        font-size: 14px;
        color: #ffffff;
    }

    a {
        text-decoration: none;
        color: white;
    }

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .map {
        width: 80%;
        height: 450px;
    }

    table.tableizer-table {
        font-size: 0.9em;
        border: 1px solid #CCC;
        font-family: Roboto;
        background-color: white;
        width: 80%;
        margin-bottom: 50px;
        margin-top: 50px;

    }

    .tableizer-table td {
        padding: 8px;
        margin: 3px;
        border: 1px solid #CCC;
    }

    .tableizer-table th {
        background-color: #207D5E;
        color: #FFF;
        font-weight: bold;
        padding: 8px;
    }

    .my-gallery {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .my-gallery img {
        width: 100%;
        height: auto;
    }

    .my-gallery figure {
        display: block;
        float: left;
        margin: 0 5px 5px 0;
        width: 250px;
    }

    .my-gallery figcaption {
        display: none;
    }

    .question-header {
        width: 100%;
        background-color: #207D5E;
    }

    .question-content {
        width: 100%;
    }

    .question-text {
        font-size: 18px;
        padding: 6px;
        color: white
    }

    .answer-text {
        font-size: 18px;
        padding: 6px;
    }

    .questions {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .faq-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 25px;
        width:100%
    }

    .faq-info-container {
        border: 2px solid #207D5E;
        border-radius: 20px;
        padding: 0.9rem;
    }

    .faq-img-1 {
        width: 100%;
    }

    .faq-img-2 {
        width: 100%;
    }

    .faq-img-3 {
        width: 100%;
    }

    .faq-img-4 {
        width: 100%;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-text {
        font-size: 18px;
    }

    .row {
        display: flex;
        flex-direction: row;
    }

    .img-row {
        display: flex;
        flex-direction: column;
    }

    .center {
        justify-content: center;
        align-items: center;
    }

    .col {
        display: flex;
        flex-direction: column;
    }

    .faq-frecv {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .icon {
        margin-right: 0.5rem;
    }

    .q-body {
        font-size: 18px;
                margin-top:0px;

    }

    .faq-img {
        height: 200px;
        padding: 5px;
    }

    .w-full {
        width: 100%
    }

    .faq-q-container {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .shadow{
        -webkit-box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.33);
        -moz-box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.33);
        box-shadow: 0px 5px 16px -1px rgba(0,0,0,0.33);
    }
    .faq-q-col {
        display: flex;
        flex-direction: column;
        border: 2px solid #207D5E;
        border-radius: 20px;
        padding: 0.9rem;
        width: 50%;
    }

    .faq-text-q {
        font-size: 20px;
        font-weight: 600;
        margin-top: 15px;
    }

    .faq-text-a {
        font-size: 18px;
        margin-left: 1.5rem;
        padding: 5px;
    }

    .faq-text-h{
        text-align: center;
        font-size: 28px;
        font-style:italic;
    }
}