.bg-light-skyblue {
    background: transparent linear-gradient(180deg, #F1F8FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.img-box3 {
    position: relative;
}

@media (max-width: 1199px) {
    .img-box3 {
        margin-bottom:40px;
    }
}

.img-box3 .img3 {
    width: 387px;
    height: 513px;
    -webkit-clip-path: path("M0 513H300H387C322.2 489.131 302 417.554 300 384.75V256.5V150C300 67.1573 232.843 0 150 0C67.1573 0 0 67.1573 0 150V513Z");
    clip-path: path("M0 513H300H387C322.2 489.131 302 417.554 300 384.75V256.5V150C300 67.1573 232.843 0 150 0C67.1573 0 0 67.1573 0 150V513Z");
}

.img-box3 .img4 {
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 300px;
    height: 363px;
    border-radius: 0 0 200px 200px;
}

@media (max-width: 1299px) {
    .img-box3 .img4 {
        width:250px;
        height: 363px;
    }
}

@media (max-width: 1199px) {
    .img-box3 .img4 {
        right:0;
    }
}

@media (max-width: 575px) {
    .img-box3 .img4 {
        display:none;
    }
}

.img-box3 .img4 img {
    width: 100%;
    border-radius: 0 0 200px 200px;
}

.img-box3 .th-experience.style2 {
    position: absolute;
    top: -30px;
    right: -40px;
    padding: 60px 25px 38px 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 415px;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.08));
    filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.08));
    z-index: 2;
}

@media (max-width: 1299px) {
    .img-box3 .th-experience.style2 {
        max-width:370px;
        padding: 60px 10px 38px 120px;
    }
}

@media (max-width: 1199px) {
    .img-box3 .th-experience.style2 {
        right:0;
    }
}

@media (max-width: 575px) {
    .img-box3 .th-experience.style2 {
        max-width:300px;
        padding: 30px;
        top: auto;
        bottom: 0;
    }
}

.img-box3 .th-experience.style2:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--white-color);
    -webkit-clip-path: path("M417 30H117H30C94.8 52.334 115 119.306 117 150H417V30Z");
    clip-path: path("M417 30H117H30C94.8 52.334 115 119.306 117 150H417V30Z");
    z-index: -1;
}

@media (max-width: 575px) {
    .img-box3 .th-experience.style2:before {
        -webkit-clip-path:none;
        clip-path: none;
    }
}

.img-box3 .th-experience.style2 .experience-year {
    color: var(--theme-color);
    margin-bottom: 0;
}

.img-box3 .th-experience.style2 .experience-text {
    color: var(--title-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}