.home-education-program-usha {
    width: 100%;
    height: auto;
    /* padding: 40px 0px ; */
}

.home-education-program-usha .main1 {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: #abaab2;  */
    position: relative;

}

.home-education-program-usha .main1 .inner-first {
    width: 35%;
    height: 550px;
    /* border: 1px solid black; */
    position: absolute;
    top: 0%;
    left: 0%;


}

.home-education-program-usha .main1 .inner-first img {
    width: 100%;
    height: 100%;
}




.home-education-program-usha .main1 .inner-sec {
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 28px;
    column-gap: 53px;
    position: absolute;
    top: 3%;
    left: 30%;
    border-radius: 10px;
    flex-wrap: wrap;

}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child {
    width: 42.7%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 12px 0px;
}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child .inner-sec-one-child-sub-one {
    min-width: 20%;
    min-height: 30px;
    margin-left: -46px;
    border: 1px solid var(--main-bgcolor);
    background-color: var(--white);
    border-radius: 10px;
    padding: 5px;
    gap: 20px;
}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child .inner-sec-one-child-sub-one img {
    filter: invert(67%) sepia(88%) saturate(2888%) hue-rotate(211deg) brightness(57%) contrast(101%);
}


.home-education-program-usha .main1 .inner-sec .inner-sec-one-child:hover .inner-sec-one-child-sub-one {
    background: var(--main-container-bgcolor);


}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child:hover .inner-sec-one-child-sub-one img {
    filter: brightness(25);
}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child .inner-sec-one-child-sub-two {
    width: 75%;
}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child .inner-sec-one-child-sub-two h3 {
    font-weight: bold;
    color: var(--main-bgcolor);
    font-family: var(--fontfamily-main);
    margin-bottom: 20px;
}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child .inner-sec-one-child-sub-two p {
    color: var(--grey);
    text-align: left;
    font-family: var(--fontfamily-main);

    margin-bottom: 20px;
}

.home-education-program-usha .main1 .inner-sec .inner-sec-one-child .inner-sec-one-child-sub-two h6 {
    color: var(--main-bgcolor);
    font-family: var(--fontfamily-main);

}