.point-list {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    border-radius: 50% !important;
    color: #fff;
    line-height: 1;
}

.hero-section .hero-image .hero-img {
    max-width: 80%;
    height: auto;
    object-fit: contain;
}
