@charset "UTF-8";

.customer__txt {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
}

.customer__poster {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 40px auto 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}