#testimonial div div div {
    width: 85%;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 1em 1.2em;
    background-color: #fff;
    border-radius: 15px;
}
#testimonial div div div button {
    font-size: 1.8em;
    height: 1.8em;
    width: 1.8em;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    color: var(--primary);
    box-shadow: 0 0 1em rgba(1, 17, 39, .25);
    cursor: pointer;
    border-radius: 50%;
}
button#btn-testimonial-next {
    right: -.8em;
}
button#btn-testimonial-prev {
    left: -.8em
}
#testimonial-container p {
    color: #8c8c90;
    text-align: center;
    font-size: .9e,;
    line-height: 2em;
    letter-spacing: .05em;
}
#testimonial-profil {
    display: block;
    margin: 1.8em auto 1.25em auto;
    border-radius: 50%;
    width: 4.4em;
}
#testimonial-container h3 {
    color: #2d3d67;
    font-size: 1em;
    text-align: center;
}
#testimonial-container h6 {
    color: #bcc4da;
    font-size: .9em;
    letter-spacing: .03em;
    font-weight: 400;
    text-align: center;
}