/* 預留用CSS檔案 */

.contact-container {
    padding: 30px 0;
}

.contact-container .contact-item {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
}

.contact-container .contact-item .text-title {
    font-size: 1.5rem;
    text-align: center;
    color: #006DB8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.contact-container .contact-item .text-title::after {
    content: '';
    display: block;
    border-radius: 2px;
    background-color: #006DB8;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
}

.contact-container .contact-item a {
    display: block;
    font-size: 1.125rem;
}




@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}