.testimoni {
    padding-left: 5rem;
    padding-right: 5rem;
}

h2.testimonial-title1 {
    font-size: 3rem !important;
    font-weight: 600 !important;
}

.testi-space {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.testimonial-box {
    background-color: #e8eeff !important;
    min-height: 100%;
}

.profile-placeholder {
    width: 40px;
    height: 40px;
    background-color: #d9e3ff;
}

@media (max-width: 768px) {
    h2.testimonial-title1 {
        font-size: 3rem !important;
        font-weight: 600 !important;
    }
    .testimoni .col-md-4 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 576px) {
    .testimoni {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .testi-space {
        padding-top: 1rem !important;
        padding-bottom: 5rem !important;
        margin-top: 80px;
    }

    h2.testimonial-title1 {
        font-size: 2rem !important;
        font-weight: 600 !important;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .testimoni .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-box {
        font-size: 0.95rem;
    }
}

