*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 100ms;
}
a{
    text-decoration: none;
    color: unset;
}
button{
    outline: none;
    border: none;
    background-color: transparent;
}

.success_stories_two_container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}
.success_stories_two_content{
    width: 1280px;
    height: auto;
}

.success_stories_two_content, .big_heading{
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    border-bottom: 2px solid #001895;
    padding: 20px 0px;
}

.main_highlights{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.main_highlights .highlight_card_wrapper{
    border-radius: 10px;
    min-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    margin: 10px;
    aspect-ratio: 400/450;
    overflow: hidden;
    cursor: pointer;
}

.main_highlights .highlight_card_wrapper .highlight_card{
    width: 100%;
    height: 100%;
    position: relative;
}

.main_highlights .highlight_card_wrapper .highlight_card .highlight_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_highlights .highlight_card_wrapper .highlight_card .background_two{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 0, 0.205) 0%, #001895 100%);
    position: absolute;
    top: 0px;
    left: 0px;
}

.main_highlights .highlight_card_wrapper .highlight_card .background_two .background_two_container{
    position: relative;
    width: 100%;
    height: 100%;
}

.main_highlights .highlight_card_wrapper .highlight_card .background_two .background_two_container .serial_number{
    background-color: #001895;
    color: white;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 75px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding-right: 3%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.main_highlights .highlight_card_wrapper .highlight_card .background_two .background_two_container .bottom_text_one{
    position: absolute;
    bottom: 90px;
    left: 0px;
    width: 100%;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    padding: 0px 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main_highlights .highlight_card_wrapper .highlight_card .background_two .background_two_container .text_button{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
}

.main_highlights .highlight_card_wrapper .highlight_card .background_two .background_two_container .text_button .left_text{
    width: 70%;
    font-size: 19px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main_highlights .highlight_card_wrapper .highlight_card .background_two .background_two_container .text_button .read_more_button{
    font-size: 18px;
    color: #001895;
    height: 47px;
    min-width: 78px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
}

.main_highlights .highlight_card_wrapper:hover{
    border: 1px solid #001895;
}

.main_highlights .highlight_card_wrapper:hover .highlight_card .background_two .background_two_container .serial_number{
    background-color: white;
    color: #001895;
}

.main_highlights .highlight_card_wrapper:hover .highlight_card .background_two .background_two_container .text_button .read_more_button{
    background-color: #001895;
    color: white;
}

.heading_one{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin: 30px 0px;
}

.main_swiper_container{
    margin-bottom: 30px;
}

.mySwiper{
    background-color: transparent;
}

.main_swiper_container .mySwiper .slide{
    margin-bottom: 60px;
}

.main_swiper_container .mySwiper .slide .card_wrapper{  /* this is link tag */
    display: inline-block;
    text-decoration: none; 
    width: 100%;
    aspect-ratio: 298/350;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card{
    width: 100%;
    height: 100%;
    position: relative;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card .slide_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card .background{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 0, 0.205) 0%, #001895 100%);
    position: absolute;
    top: 0px;
    left: 0px;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card .background .background_container{
    position: relative;
    width: 100%;
    height: 100%;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card .background .background_container .serial_number{
    background-color: #001895;
    color: white;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 75px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    padding-right: 3%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card .background .background_container .bottom_text{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    padding: 20px 15px;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card .background .background_container .bottom_bar{
    width: 90%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.main_swiper_container .mySwiper .slide .card_wrapper:hover{
    border: 1px solid #001895;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card:hover .background:hover{
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.438) 0%, rgba(0, 128, 0, 0.411) 100%);
}


.main_swiper_container .mySwiper .slide .card_wrapper .slide_card:hover .background .background_container .serial_number{
    color: #001895;
    background-color: white;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card:hover .background .background_container .bottom_text{
    bottom: 30px;
    transition-delay: 70ms;
}

.main_swiper_container .mySwiper .slide .card_wrapper .slide_card:hover .background .background_container .bottom_bar{
    bottom: 30px;
}