.contact_support_page {
    width: 100%;
    font-family: 'Poppins';
    margin-top: 0px;
    background-image: linear-gradient(#FFE8BB, white);
}
.contact_support_page_landing {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-bottom: 80px;
}
.contact_support_page_landing img {
    width: 100px;
    padding-top: 80px;
}
.contact_support_page_landing_title {
    font-size: 40px;
    font-weight: 600;
    padding-top: 40px;
    text-align: center;
}
.contact_support_page_landing_paragraph {
    width: 70%;
    font-size: 20px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    line-height: 26px;
}
.contact_support_page_landing_button {
    width: 420px;
    height: 70px;
    background-color: black;
    color: white;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    border-style: none;
    margin-left: 10px;
    border-radius: 3px;
}
.contact_support_page_landing_button:hover {
    background-color: white;
    color: black;
}
.contact_support_page_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-bottom: 100px;
}
.contact_support_page_main_block {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.contact_support_page_main_container {
    width: 420px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    background-color: #3F3F3F;
    color: white;
    padding: 10px;
    margin: 20px;
}
.contact_support_page_main_container img {
    width: 80px;
    padding-top: 30px;
}
.contact_support_page_main_container_title {
    font-size: 28px;
    font-weight: 600;
    padding-top: 30px;
}
.contact_support_page_main_container_paragraph {
    font-size: 18px;
    padding-top: 30px;
    width: 60%;
    text-align: center;
    line-height: 22px;
}
.contact_support_page_main_container_link {
    font-size: 18px;
    color: #FFE8BB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact_support_page_main_container:hover {
    background-color: #6F6F6F;
    color: white;
}
.contact_support_page_main_container_link {
    font-size: 18px;
    color: #FFE8BB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact_support_page_town {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.contact_support_page_town_block {
    width: 80%;
    background-color: #FFE8BB;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.contact_support_page_town_block_title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.contact_support_page_town_block_paragraph {
    font-size: 18px;
    font-size: 500;
    padding: 20px;
    text-align: center;
    line-height: 24px;
}
.contact_support_page_town_block_button {
    width: 420px;
    height: 70px;
    background-color: #000000;
    color: white;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    border-style: none;
    margin-left: 10px;
    border-radius: 3px;
}
.contact_support_page_town_block_button:hover {
    background-color: white;
    color: black;
}