
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://i.pinimg.com/474x/dd/a9/6c/dda96cc6b2bf263db3516821adf87b31.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #f1f1f2;
    padding: 60px 20px;
    text-align: center;
    border-radius: 0;
}

.hero-section h1 {
    font-size: 48px;
    font-weight: bold;
}

.hero-section p {
    font-size: 18px;
    margin-top: 20px;
}

.content-section {
    padding: 10px 20px 0px 20px;
}

.content-section h2 {
    font-size: 28px;
    color: #092813;
    font-weight: bold;
    /* margin-bottom: 20px; */
}

.content-section p {
    font-size: 18px;
    color: #010333;
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer {
    background-color: #010333;
    color: #f1f1f2;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

.list-style li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #010333;
}

/* .btn-scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #092813;
    color: #f1f1f2;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
} */

@media (max-width: 991px) {
    .hero-section {
        padding: 20px 10px;
        text-align: center;
    }
    .hero-section h1 {
        font-size: 32px;
        line-height: 7px;
        padding-top: 40px;
    }
    .hero-section p{
        font-size: 16px;
        line-height: 20px;
    }
    .content-section h2 {
        font-size: 24px;
        /* line-height: 0px; */
    }
    .content-section p {
        font-size: 16px;
        /* line-height: 20px; */
    }
    .list-style li {
        font-size: 16px;
    }
}