.sk-trust-ai-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
}
.sk-trust-ai-left-col {
    width: 100%;
    background: #F5F7FF;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    min-height: 430px;
}
.sk-trust-ai-right-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}
.sk-trust-ai-left-inner-content h2 {
    font-weight: 600;
}
.sk-trust-ai-couter {
    text-align: center;
}
.sk-trust-ai-couter h4 {
    font-size: 32px;
    line-height: 42px;
    color: #0d4ccd;
    font-weight: 700;
    margin-bottom: 0;
}
.sk-trust-ai-left-image {
    margin-bottom: 30px;
}

.sk-trust-ai-right-col .sk-trust-ai-progress-box {
    width: 48%;
    height: 150px;
    background: linear-gradient(180deg, #F5F7FF 0%, #DCE3FF 100%);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sk-trust-ai-right-col .sk-trust-ai-progress-box:nth-child(2) {
    background: #F5F7FF;
}
.sk-trust-ai-couter h4>img {
    width: 29px;
    height: 31px;
}
.sk-trust-ai-left-content>.sk-button-btn {
    border-radius: 40px;
    border: 2px solid #234CC6;
    background: linear-gradient(275deg, #00309D -18.74%, #234CC6 57.32%, #002882 123.61%);
    box-shadow: 0 6px 3.9px 0 rgba(0, 29, 114, 0.20);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.sk-trust-ai-left-image{
    width: 100%;
    height: 250px;
}
.sk-trust-ai-left-image>img{
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sk-trust-ai-left-image:hover img {
    transform: scale(1.1);
}
@media screen and (min-width: 576px) {
    .sk-trust-ai-right-col .sk-trust-ai-progress-box{
       width: 48%;
		height: 208px
    }
}
@media screen and (min-width: 768px) {
    .sk-trust-ai-right-col .sk-trust-ai-progress-box {
        width: 23%;
        height: 148px;
    }
}
@media screen and (min-width: 992px) {
    .sk-trust-ai-left-content {
        display: flex;
        width: 427px;
        flex-direction: column;
        justify-content: space-between;
        gap: 12px;
        height: 100%;
    }
    .sk-trust-ai-right-col .sk-trust-ai-progress-box {
        width: 24%;
        height: 208px;
    }
    .sk-trust-ai-left-image {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
    }
    .sk-trust-ai-left-col {
        padding: 32px 0 44px 42px;
    }
	.sk-trust-ai-couter h4 {
    font-size: 40px;
    line-height: 56px;
    }
    .sk-trust-ai-left-image{
        width: 400px;
        height: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .sk-trust-ai-left-col {
        width: 58%;
    }
    .sk-trust-ai-right-col {
        width: 42%;
    }
    .sk-trust-ai-right-col .sk-trust-ai-progress-box {
        width: 48%;
    }
    .sk-trust-ai-wrapper {
        flex-wrap: nowrap;
        column-gap: 14px;
    }
    .sk-trust-ai-couter h4 {
        font-size: 48px;
        line-height: 67px;
    }
}
@media screen and (min-width: 1400px) {
    .sk-trust-ai-right-col .sk-trust-ai-progress-box {
        width: 48%;
    }
}