body {
    font-family: Arial, sans-serif;
}
html,body{
    overflow-x: hidden;
}

.main-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.description {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.img-fluid {
    max-width: 100%;
    height: 500px;
    width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 180px;
}
.highlight-list {
    font-size: 1rem;
    color: #555;
    margin-top: 1rem;
    padding-left: 20px;
}

.highlight-list li {
    margin-bottom: 1rem;
}

.highlight-list strong {
    color: #000;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.25rem;
    }
}




.highlight-list {
    font-size: 18px;
    color: #555;
    margin-top: 1rem;
    padding-left: 20px;
}

.highlight-list li {
    margin-bottom: 1rem;
}

.highlight-list strong {
    color: #000;
}
@media (max-width: 768px) {
    .img-fluid {
    max-width: 100%;
    height: 300px;
    /* width: 350px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0px;
}
}