
/*-----------------------*/
.handle-img img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 350px;
    object-fit: cover;
}
.handle-item ul, .handle-item li{
    color: var(--primary);
}
/*---------------------------*/

.testimonial-container h4, .testimonial-item > span{
    color: var(--secondary);
}
.testimonial-item > p {
    color: var(--primary);
}
.testimonial-item > span {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.testimonial-container .owl-dots {
    display: flex;
}
.owl-dots button.active {
    width: 50px;
    display: flex !important;
}
.owl-dots button.active >span {
    width: 100% !important;
    background: var(--secondary) !important;
    transition: 0.7s ease !important;
}
.row-content-img {
    position: relative;
}
.img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-right {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 48%;
}
.img-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 16px;
}
.img-left img {
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
}
.testimonial-container {
    position: relative;
}
.testimonial-container > img{
    position: absolute;
    width: 100%;
    max-width: 50px;
}
.testimonial-container > img:first-child {
    left: 0;
    top: 0;
}
.testimonial-container > img:nth-child(2) {
    right: 0;
    bottom: 0;
    transform: rotate(180deg) translateX(calc(-100% + -20px));
}
.common-challenges {
    height: 100%;
    background: var(--secondary);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}
.common-challenges *{
    color: #fff;
}
section.workshops span.check {
    position: absolute;
    left: 0;
    transform: translateX(calc(-100% + -10px)) translateY(4px);
    background: var(--primary);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.workshops li {
    position: relative;
}
section.workshops ol {
    list-style: none;
}
@media only screen and (max-width: 991.5px){

    /*------------*/
    .handle-img img {
        height: 250px;
    }
}
@media only screen and (max-width: 767.5px){

    /*------------*/
    .handle-img img {
        height: auto;
    }
    .img-right, .img-left {
        position: relative;
        width: 100%;
    }
    .img-right img, .img-left img{
        border-radius: 20px;
    }
}
