﻿.container {
    width: 1200px;
    margin: auto;
}
#head {
    background: #25313B;
}
.master-nav a{
    color:#fff;
}
.gdpr-title {
    width: 356px;
    height: 34px;
    border-radius: 2px;
    border: 1px dashed #D1D1D1;
    color: #03BBD6;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    margin: 50px auto 0;
}
.contact-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-list > div {
    width: 31%;
    float: left;
    margin: 0 1%;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    min-height: 256px;
    margin-bottom: 16px;
}
.contact-item-title {
    margin: 10px 5px;
    color: #25313B;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    padding-left: 10px;
    border: 2px;
    border: 1px dashed #D1D1D1;
}
.contact-item-con img {
    width: 22px;
    border-radius: 4px;
    height: 22px;
    margin-left: 5px;
    vertical-align: top;
    margin-right: 10px;
}
.contact-item-con span, .contact-item-con a {
    display: inline-block;
    line-height: 22px;
}
.contact-item-con {
    margin:20px 5px;
    display: flex;
}
.contact-item-con a {
    color: #03BBD6;
    text-decoration:underline;
    cursor:pointer;
}
.gdpr-des{
    text-align: center;
    padding: 20px 0;
    color: #8C8C8C;
    font-size: 12px;
}