#app .page-serviceSupport-wrapper .contact-wrapper {
    display: flex;
    width: 100%;
    height: 468px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../../img/serviceSupport/contact_bg.jpg");
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

#app .page-serviceSupport-wrapper .contact-wrapper .content {
    max-width: 1200px;
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

#app .page-serviceSupport-wrapper .contact-wrapper .content .card-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 212px;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
}

#app .page-serviceSupport-wrapper .contact-wrapper .content .card-wrapper .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

#app .page-serviceSupport-wrapper .contact-wrapper .content .card-wrapper .card img {
    height: 32px;
    width: 32px;
    margin-right: 23px;
}

#app .page-serviceSupport-wrapper .contact-wrapper .content .card-wrapper .card .label {
    font-weight: bold;
    font-size: 40px;
    color: #1F5BEE;
}

#app .page-serviceSupport-wrapper .contact-wrapper .content .card-wrapper .card .small-label {
    font-weight: 400;
    font-size: 30px;
    color: #666666;
}
