#customerVoices{
    background-color: #F2F2F2;
}

#customerVoices .midasi2 {
    margin-bottom: 0.5em; 
}

#customerVoices .card {
    border:2px solid #000000;
    border-radius: 0.125em;
    padding: 1.5em;
    font: 16px Arimo;
    flex: 1;
    color: #000000;
    position: relative;
}

#customerVoices .card::before {
    content: "\275D";
    font-size: 3em;
    position: absolute;
    top: -0.3em;
    left: -0.2em;
    line-height: 1;
    color: red;
    background: #F2F2F2;
    padding: 0em 0.1em;
    display: block;
    height: 0.7em;
    overflow: hidden;
}

#customerVoices .card::after {
    content: "\275E";
    font-size: 3em;
    color: red;
    position: absolute;
    bottom: -0.5em;
    right: -0.2em;
    background: #F2F2F2;
    line-height: 1;
}

#customerVoices .card .discription {
    color: #333;
    font-size: 18px;
    margin-bottom: 0.5em;
}

#customerVoices .card b {
    font-family: "Sora";
    font-size: 18px;
}

#customerVoices img {
    width: 100%;
    height: auto; 
    object-fit: cover;
    border-radius: 0.125em;
    margin-top: 1.5em;
}