.testimonail-section {
    background-color: #F9F9F9;
    padding: 80px 0px;
}

.testimonail-holder {
    max-width: 1130px;
    margin: 0 auto;
}

.testimonail-top {
    text-align: center;
}

.testimonail-top h2 {
    font-size: 38px;
    line-height: 50px;
    color: #31216B;
    font-weight: 800;
    max-width: 900px;
    margin: 0 auto 50px;
}

.testimonial-item-top {
    line-height: 0;
}

.testimonial-inner {
    display: flex;
    margin: 0px -40px;
    flex-wrap: wrap;
}

.testimonial-item {
    width: calc(100%/3 - 80px);
    margin: 0px 40px;
}

.testimonial-item-top a {
    line-height: 0;
    display: block;
}

.testimonial-item-top a img {
    width: 100%;
    border-radius: 12px;
}

.testimonial-item-content {
    display: flex;
    flex-direction: column;
    padding: 30px 0px 0px;
    align-items: center;
    justify-content: space-between;
}

.testimonial-item-title {
    font-size: 26px;
    line-height: 38px;
    color: #31216B;
    font-weight: 800;
    margin-bottom: 15px;
}

.testimonial-item-description p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
}

.testimonial-item-description {
    text-align: center;
}

.testimonial-item-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-item-content-bottom {
    padding-top: 15px;
}

.testimonial-item-content-bottom a {
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.testimonial-item-content-bottom a i {
    padding-left: 10px;
}

.testimonial-item-content-bottom a:hover {
    color: #31216B;
}

.above_title_learning {
    color: #1EBBF0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonial-item-top:hover {
    box-shadow: 0 0 1px 0 rgb(0, 0, 0, .05), 0 1px 20px 0 rgb(0, 0, 0, .15);
    border-radius: 12px;
}

@media screen and (max-width: 1250px) {
    .testimonail-holder {
        max-width: 100%;
        margin: 0 auto;
    }
    .testimonail-section .container {
        margin: 0px 60px;
    }
}

@media screen and (max-width: 1040px) {
    .testimonail-section .container {
        margin: 0px 50px;
    }
    .testimonail-section {
        padding: 60px 0px;
    }
    .testimonial-inner {
        margin: 0px -20px;
    }
    .testimonial-item {
        width: calc(100%/3 - 40px);
        margin: 0px 20px;
    }
}

@media screen and (max-width:900px) {
    .testimonial-item {
        width: calc(50% - 40px);
        margin: 0px 20px 40px;
    }
    .testimonial-item:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    .testimonial-item {
        width: calc(100% - 40px);
    }
    .testimonail-top h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .testimonail-section .container {
        margin: 0px 30px;
    }
    .testimonail-section {
        padding: 50px 0px;
    }
    .testimonial-item-content {
        padding: 20px 0px 0px;
    }
    .testimonial-item {
        margin-bottom: 30px;
    }
    .testimonial-item-title {
        margin-bottom: 10px;
    }
}