.why-internship-text h2 {
    text-align: center;
    margin-bottom: 20px;
}
.why-internship-text h2 span {
    color: var(--color-primary);
    font-weight: 700;
    display: block;
}
.why-internship-text p {
    text-align: center;
    color: #666666;
    max-width: 1137px;
    margin: auto;
}
section.why-internship .padd-comn {
    padding-top: 89px;
}
.why-internship-text p span {
    margin-top: 20px;
}
.flex-main-all-center {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.bride-theory-main .img-comn-bride {
    margin-bottom: 16px;
}
.img-comn-bride {
    max-width: 68px;
    width: auto;
    height: auto;
}
.same-text-all-theory h3 {
    font-weight: 700;
    text-align: center;
    color: #1E242C;
    margin-bottom: 6px;
}
.same-text-all-theory p {
    text-align: center;
    color: #414D60;
    margin: 0;
}
.big-bride-theory-main .same-text-all-theory h3 {
    text-align: left !important;
}
.bride-theory-main {
    background-color: white;
    max-width: 260px;
    box-shadow: 10px 25px 100px 0px #002B6B26;
    border: 1px solid #EDEEF0;
    text-align: center;
    padding: 28px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: 10px;
}
.big-bride-theory-main {
    background-color: white;
    max-width: 315px;
    box-shadow: 10px 25px 100px 0px #002B6B26;
    border: 1px solid #EDEEF0;
    text-align: left;
    padding: 22px;
    border-radius: 20px;
    margin-top: 83px;
    align-items: center;
}
.posit-right {
    position: relative;
    left: -38px;
    top: 108px;
}
.posit-righ {
    position: relative;
    right: -81px;
    top: -32px;
}
.posit-left {
    position: relative;
    right: 102px;
    top: -40px;
}
.main-img-why-train figure {
    position: relative;
    padding-bottom: 94%;
    height: 100%;
    width: 100%;
    max-width: 450px;
    margin: auto;
    overflow: hidden;
    border-radius: 40px;
}
.main-img-why-train figure img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.main-img-why-train::before {
    content: "";
    background-image: url("../images/image-back-circle.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 96%;
    top: -38px;
    height: 100%;
    left: 2%;
}
.main-img-why-train {
    position: relative;
}
.comn-arrow {
    position: absolute;
}
.top-righ {
    top: 15px;
    right: -26px;
}
.btm-lft {
    bottom: 0;
    left: 0;
}
.bride-theory-main.marg-t-main.posit-left {
    margin-top: 328px;
}
/* responsiveness  */
@media(max-width: 1699px) {
    .why-internship-text h2 {
        margin-bottom: 18px;
    }
    .same-text-all-theory h3 {
        margin-bottom: 6px;
    }
}
@media(max-width: 1299px) {
    .bride-theory-main.marg-t-main.posit-left {
        margin-top: 271px;
    }
    .posit-righ {
        right: -60px;
    }
    .posit-left {
        right: 60px;
    }
}
@media(min-width:991px) and (max-width:1298px) {
    .main-img-why-train figure {
        min-height: 600px;
    }
    .top-righ {
        top: -5px;
        right: -86px;
    }
    .btm-lft {
        left: -100px !important;
    }
}
@media(max-width: 1199px) {
    .bride-theory-main.marg-t-main.posit-left {
        margin-top: 170px;
    }
    .posit-right {
        position: relative;
        left: -9px;
        top: 38px;
    }
    .posit-righ {
        right: 0px;
        margin-top: 50px;
    }
    .posit-left {
        right: 30px;
    }
    .posit-left {
        right: 15px;
    }
    .btm-lft {
        bottom: 0;
        left: -60px;
    }
}
@media(max-width: 1099px) {
    .posit-left {
        right: 7px;
    }
}
@media(max-width: 991px) {
    section.why-internship .col-lg-3 .flex-main-all-center {
        margin: 0;
    }
    .flex-main-all-center {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 70px;
        align-items: center;
        height: auto;
    }
    .bride-theory-main.marg-t-main.posit-left {
        margin-top: 30px;
    }
    .bride-theory-main {
        margin-left: 0;
    }
    .bride-theory-main.marg-t-main.posit-left {
        top: unset;
    }
    .posit-right {
        position: relative;
        left: 0;
    }
    .main-img-why-train figure {
        position: relative;
        padding-bottom: 80%;
    }
    .main-img-why-train::before {
        top: 0;
        height: 100%;
        max-width: 618px;
        transform: translateX(-50%);
        left: 50%;
    }
    .main-img-why-train {
        position: relative;
        margin-top: 25px;
    }
    .comn-arrow {
        display: none;
    }
    section.why-internship .padd-comn {
        padding-top: 40px;
    }
}
@media(max-width: 767px) {
    section.why-internship .col-lg-3 .flex-main-all-center {
        margin: 0;
        gap: 10px;
    }
    .img-comn-bride {
        max-width: 60px;
    }
    .bride-theory-main {
        inset: unset;
        margin-inline: 0 !important;
    }
    .bride-theory-main.marg-t-main.posit-left {
        margin-top: 10px;
    }
    .posit-righ {
        inset: unset;
    }
    .posit-left {
        position: relative;
        right: 0;
    }
}
@media(max-width: 575px) {
    section.why-internship .col-lg-3 .flex-main-all-center {
        margin: 0;
        gap: 10px;
        flex-direction: column;
    }
    .bride-theory-main {
        width: 100%;
        max-width: 100%;
    }
    .posit-right {
        top: unset;
    }
    .posit-righ {
        right: 0px;
        margin-top: 10px;
    }
    .main-img-why-train {
        position: relative;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .top-righ {
        top: 15px;
        right: -13px;
    }
}
@media(max-width: 375px) {
    .img-comn-bride {
        max-width: 50px;
    }
}