.customer__kv {
    width: 100%;
    height: 386px;
    background: url(../../assets/images/customer/bg-customer.jpg);
    background-size: cover;
    background-position: center;
}
.customer__kv__inner {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.customer__kv__inner__title {
    color: #FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 14.4px;
    margin-bottom: 10px;
}
.customer__kv__inner__subtitle {
    color: #FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    font-family: "BIZ UDPGothic";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3.6px;
}
@media screen and (max-width: 1200px) {
    .customer__kv {
        height: 300px;
    }
    .customer__kv__inner {
        padding: 30px;
        box-sizing: border-box;
    }
    .customer__kv__inner__title {
        font-size: 36px;
    }
    .customer__kv__inner__subtitle {
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    .customer__kv {
        height: 250px;
    }
    .customer__kv__inner__title {
        font-size: 24px;
    }
    .customer__kv__inner__subtitle {
        font-size: 16px;
    }
}