.home-section-3 .section-3-content h1 {
    font-size: calc(1.375rem + 1.5vw);
    margin-bottom: 11px;
    text-align: center;
    font-weight: bold;
}

.home-section-3 .section-3-content p {
    font-size: 20px;
    text-align: center;

}
.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .points li{
    font-family: 'Heebo', sans-serif;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
    padding: 20px 20px 20px 5px;
    font-size: 24px;
    margin-bottom: 2rem;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .points li {
    font-size: 20px;
    margin-bottom: 15px;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .list li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 7px;
}

.home-section-3 {
    background-color: #f8fafb;
    padding: 65px 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .home-section-3 {
        padding-bottom: 50px;
    }
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper {
    margin-top: 50px;
}

.home-section-3 .product-swiper-wrapper .swiper-container {
    padding: 53px 0;
    padding-bottom: 0;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .home-section-3 .swiper-container .swiper-wrapper .swiper-slide .card-body {
        flex-direction: row;
    }
}

.home-section-3 .swiper-container .swiper-wrapper .swiper-slide .card-body {
    padding: 10px;
    display: flex;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
    width: 400px;
    
    object-fit: cover;
    max-height: 100%;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content .bold {
    font-weight: bold;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-around;
}

@media screen and (min-width: 576px) {
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination {
        justify-content: center;
    }
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 30px;
    color: #7e8daa;
    font-size: 24px;
    font-weight: 400;
    border: none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: .65rem 1rem;
    height: auto;
    width: auto;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    outline: none;
    transition: color .2s ease-in;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
    color: black;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #071228;
    background-color: transparent;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 5px;
    top: 3px;
    background-color: #f8fafb;
    z-index: -1;
    box-shadow: 26px -26px 0 3px #f8fafb, -26px -26px 0 3px #f8fafb, -26px 26px 0 3px #f8fafb, 26px 26px 0 3px #f8fafb, 0 0 0 3px #E94E3D;
    animation: border 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards;
    overflow: hidden;
}

@keyframes border {
    0% {
        box-shadow: 26px -26px 0 3px #f8fafb, -26px -26px 0 3px #f8fafb, -26px 26px 0 3px #f8fafb, 26px 26px 0 3px #f8fafb, 0 0 0 3px #f8fafb;
    }
    25% {
        box-shadow: 0 -57px 0 3px #f8fafb, -26px -26px 0 3px #f8fafb, -26px 26px 0 3px #f8fafb, 26px 26px 0 3px #f8fafb, 0 0 0 3px #00DCF7;
    }
    50% {
        box-shadow: 0 -57px 0 3px #f8fafb, -57px 0px 0 3px #f8fafb, -26px 26px 0 3px #f8fafb, 26px 26px 0 3px #f8fafb, 0 0 0 3px #00DCF7;
    }
    75% {
        box-shadow: 0 -57px 0 3px #f8fafb, -57px 0px 0 3px #f8fafb, 0px 57px 0 3px #f8fafb, 26px 26px 0 3px #f8fafb, 0 0 0 3px #00DCF7;
    }
    100% {
        box-shadow: 0 -57px 0 3px #f8fafb, -57px 0px 0 3px #f8fafb, 0px 57px 0 3px #f8fafb, 52px 19px 0 3px #f8fafb, 0 0 0 3px #00DCF7;
    }
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

@media screen and (max-width: 475px) {
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
        font-size: 20px;
        padding: .875rem 1.15rem;
        margin: 0;
    }
}

.home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

@media screen and (max-width: 1024px) {
    .home-section-3 .section-3-content h1 {
        font-size: calc(1.375rem + 1.5vw);
        margin-bottom: 11px;
        text-align: center;
        
    }
    .home-section-3 .section-3-content p {
        font-size: 18px;
        text-align: center;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
        max-width: 315px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        padding: 20px 20px 20px 5px;
        font-size: 18px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
        font-size: 24px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .points li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .list li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide  ul {
        list-style: none;
    }
}

@media screen and (max-width: 768px) {
    .home-section-3 .swiper-container .swiper-wrapper .swiper-slide .card-body{
        padding: 0px;
    }
    .home-section-3 {
        padding: 20px 8px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
        max-width: 100%;
        height: 250px;
        margin: auto;
    }
    .home-section-3 .swiper-container .swiper-wrapper .swiper-slide .card-body {
        flex-direction: column;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        padding: 20px 20px 20px 5px;
        font-size: 18px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .points li {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .list li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide  ul {
        list-style: none;
    }
}

@media screen and (max-width: 720px) {
    .home-section-3 .section-3-content h1 {
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
    }
    .home-section-3 .section-3-content p {
        font-size: 14px;
        text-align: center;
        text-align: center;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
        font-size: 20px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
        max-width: 100%;
        height: 250px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        padding: 20px 20px 2px 20px;
        font-size: 14px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide  ul {
        list-style: none;
    }
    .home-section-3 .swiper-container .swiper-wrapper .swiper-slide .card-body{
        padding: 0px;
    }
}

@media screen and (max-width: 508px) {
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        margin-left: 0px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content ul {
        padding-left: 5px;
    }
    .home-section-3 .swiper-container .swiper-wrapper .swiper-slide .card-body{
        padding: 0px;
    }
}

@media screen and (max-width: 425px) {
    .home-section-3 {
        padding-bottom: 15px;
    }
    .home-section-3 .section-3-content h1 {
        font-size: calc(1.375rem + 1.5vw);
        margin-bottom: 11px;
        text-align: center;
    }
    .home-section-3 .section-3-content p {
        font-size: 14px;
        text-align: center;
    }
    br {
        display: none;
    }
    .home-section-3 .swiper-container .swiper-wrapper .swiper-slide .card-body{
        padding: 0px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide img{
        max-width: 100%;
        height: 250px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .content {
        padding: 15px 10px 15px 10px;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
        font-size: 20px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .points li {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide .list li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-wrapper .swiper-slide  ul {
        list-style: none;
    }
    .home-section-3 .swiper-slide{
        padding: 0px !important;
    }
    .home-section-3 .product-swiper-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        content: '';
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        left: 5px;
        top: 3px;
        font-weight: 600;
        background-color: #f8fafb;
        z-index: -1;
        box-shadow: 26px -26px 0 3px #f8fafb, -26px -26px 0 3px #f8fafb, -26px 26px 0 3px #f8fafb, 26px 26px 0 3px #f8fafb, 0 0 0 3px #E94E3D;
        animation: border 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards;
        overflow: hidden;
    }
}


/* li {
    font-size: 20px;
    margin-bottom: 9px;
} */

.list {}