section.section.bg-light1 .bgGradient.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skewY(-9deg);
    -ms-transform: skewY(-9deg);
    transform: skewY(-9deg);
    background-color: #f8f9fd;
}

.clients-imges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-around;
}

.clients-imges .client-img {
    margin: 16px;
}

.clients-imges .client-img img {
    max-height: 45px;
}

.col-md-6.right .cover-img1 img {
    max-height: 200px;
    border-radius: 20px;
}
.cover-img1 {
    text-align: center;
}

section.section.capt {
    background: linear-gradient(0deg, rgb(82 156 253 / 24%) 0%, rgba(255, 255, 255, 1) 100%);
}
.col-md-6.right .cover-img1 img:hover {
    transform: scale(1.5);
    transition-duration: 1s;
}
section.section.capt mark.mark-dark-blue {
    background-color: #ffc0cb00;
    font-weight: bold;
}