.custom_testomial_page {
    background: #4d55a2;
    padding: 60px 10px;
}

.cstm_container {
    max-width: 1000px;
    margin: 0 auto;
}

.custom_testomial_page h3 {
    font-size: 30px;
    margin: 0;
    text-align: center;
    line-height: 42px;
    padding-bottom: 70px;
    color: #fff;
}

.cstm_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.cstm_row .cstm_blocks {
    padding: 32px;
    background: #fff;
    border-radius: 3px;
}

.cstm_blocks i.fa {
    color: #f7981d;
    font-size: 24px;
}

.cstm_row .cstm_blocks h4 {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    padding: 25px 0 40px;
    color: #4d55a2;
}

.cstm_blocks .test_des,
.cstm_blocks .testi_name {
    position: unset;
    color: #626262;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.bottom_banner {
    height: unset !important;
    margin-top: 15px;
    border: 1px solid #00000026;
    border-radius: 0;
    width: 100%;
}
#image-text-side-by-side .bottom_banner {
    height: unset !important;
}
.accordion--wrapper {
    width: 100%;
}

@media (max-width: 767px) {
    .custom_testomial_page {
        padding: 50px 10px;
    }
    .custom_testomial_page h3 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 40px;
    }
    .cstm_row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .cstm_row .cstm_blocks h4 {
        padding: 15px 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .cstm_row .cstm_blocks h4 {
        min-height: 165px;
    }
    .cstm_row {
        gap: 30px;
    }
}

@media (min-width: 1000px) {
    .cstm_blocks .test_des {
        min-height: 250px;
    }
    .cstm_row .cstm_blocks h4 {
        min-height: 130px;
    }
}