﻿


.contactus {
    height: 346px;
    background: #0079C8;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
}

.contactus_container_content_title {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #EBEEF2;
    padding-top: 80px;
}

.contactus_container_content_cont {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 16px;
    width: 90%;
    margin: auto;
}

.contactus_container_content_btn {
    padding-top: 24px;
}

.contactus_container_content_btn_word {
    height: 50px;
    width: 206px;
    background: #FFFFFF;
    border-radius: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: "Montserrat",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #00398A;
}

@media screen and (max-width: 959px) {

    .contactus {
        height: 408px;
    }

        .contactus .container {
            max-width: unset;
        }
}

@media screen and (min-width: 960px) and (max-width: 1239px) {

    .contactus {
        height: 358px;
    }

        .contactus .container {
            max-width: unset;
        }

    .contactus_container_content_cont {
        padding-top: 24px;
    }

    .contactus_container_content_btn {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1240px) and (max-width: 1320px) {
    .contactus .container {
        max-width: unset;
    }
}

@media screen and (min-width: 1321px) {
    .contactus .container {
        max-width: unset;
    }
}
