.our_students_card .description_conta strong{font-weight:700}.our_students_card .description_conta h4{margin-bottom:10px}.our_students_card .description_conta ul{list-style-type:none;margin-bottom:20px}.our_students_card .description_conta ul li{margin-bottom:0;position:relative}.our_students_card .description_conta ul li:before{background-color:var(--tertiary_color);border-radius:50%;content:"";height:2px;left:-14px;position:absolute;top:12px;width:2px;z-index:1}.our_students_card .gallery_card .overaly{opacity:0;transition:all .3s ease-in-out}.our_students_card .gallery_card:hover .overaly{opacity:1}.our_students_card .wrap_gallery_card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;margin-bottom:29px}.our_students_card .gallery_card{align-items:center;aspect-ratio:16/14.6;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;position:relative;transition:all .3s ease-in-out;width:100%;z-index:0}.our_students_card .heading_conta h3{font-weight:700}.our_students_card .gallery_card .card_content{opacity:0;padding-left:15px;padding-right:15px;position:absolute;text-align:center;transition:all .3s ease-in-out;z-index:2}.our_students_card .gallery_card .card_content::-webkit-scrollbar{display:none}.our_students_card .gallery_card .card_content h5{color:var(--white_color)}@media (min-width:768px){.our_students_card .gallery_card:hover .card_content{opacity:1}}@media (min-width:768px) and (max-width:1024px){.our_students_card .wrap_gallery_card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.our_students_card .wrap_gallery_card{grid-template-columns:repeat(1,minmax(0,1fr))}.our_students_card .gallery_card.active .card_content{opacity:1}}