@media only screen and (max-width: 800px) {
    .ost_ambassadors_page {
        padding-top: 0px;
    }
    .ambassadors_page_landing {
        height: auto;
    }
    .ost_ambassadors_page_news_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 40px;
        background-color: #FFE8BB;
        border-radius: 10px;
        margin-top: 0px;
    }
    .ost_ambassadors_page_country_container {
        width: 90%;

        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        background-color: white;
        border-radius: 30px;
        margin-bottom: 60px;
        filter: drop-shadow(5px 5px 5px #666666);
    }
    .ost_ambassadors_page_country_ambassador_block {
        width: 90%;
        height: auto;

        background-color: #FFE8BB;
        display: flex;

        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding-left: 0px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .ost_ambassadors_page_country_ambassador_details_container {
        padding-left: 0px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .ost_ambassadors_page_country_ambassador_image {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: #FCBC2D solid 3px;
        background-color: white;
        padding: 0px;
        margin-bottom: 10px;
    }

    .ost_ambassadors_page_country_ambassador_links_container {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding-bottom: 10px;
    }
    .ost_ambassadors_page_country_ambassador_links_block {
        background-color: white;
        width: 260px;
        height: 60px;
        border-radius: 10px;
        padding-left: 0px;
        margin: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .ost_ambassadors_page_town_ambassador_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
        filter: drop-shadow(5px 5px 5px #666666);
        width: 100%;
    }
    .ost_ambassadors_page_town_ambassador_block {
        width: 90%;
        height: auto;
        background-color: #C1E8FB;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        border-radius: 10px;
        margin: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .ost_town_ambassador_container {
        flex-direction: column;
    }
    
    .ost_ambassadors_page_town_ambassador_main_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding-bottom: 20px;
        
    }
    .ost_ambassadors_page_town_ambassador_image {
        margin-bottom: 10px;
    }
    .ost_ambassadors_page_town_ambassador_details_container {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .ost_ambassadors_page_town_ambassador_links_container {
        padding-left: 0px;
    }
    .ost_ambassadors_page_town_ambassador_links_block {
        background-color: white;
        width: 260px;
        height: 60px;
        border-radius: 10px;
        padding-left: 0px;
        margin: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
}