main{
display: flex;
justify-content: center;
}
/* About Section */
.about-section {
    text-align: left;
    width: 80%;
    padding-left: 10px;
    background-color: #ffffff;
    border-radius: 10px;
}
body{background-color: #f5f5f5;}


.about-section h3 {
    
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.about-section ul {
    margin-left: 20px;
    list-style-type: disc;
}

.about-section li {
    margin-bottom: 5px;
}
.responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto; /* Center the images */
}
ul img {
    border-radius: 10px;}