.single-injury-slide {
    text-align: center;
    background: #fff;
}
.single-injury-slide img {
    max-width: 60px;
    margin-bottom: 12px;
}
.single-injury-slide h3 {
    font-size: 24px;
    color: #015C7B;
    font-weight: 700;
    margin: 0 0 10px;
}
.single-injury-slide {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 35px;
}
#eggshape {
    display:block;
    border-radius: 65% 42% 58% 62% / 62% 62% 54% 62%;
 }
 

.swiper-pagination {
    bottom: -60px !important;
}
.swiper-pagination span {
    width: 14px;
    height: 14px;
    background: #015C7B;
}
.swiper-pagination .swiper-pagination-bullet-active {
    width: 50px !important;
    background: #fff !important;
    border-radius: 50px;
}