
.circle-img {
    width: 100%;
    /* Make image responsive */
    height: auto;
    /* Maintain aspect ratio */
    max-width: 300px;
    /* Limit max width */
    border-radius: 50%;
    object-fit: cover;
}

.section-title {
    font-family: "Montserrat", serif;
    font-weight: bold;
    color: green;
    text-align: center;
}

.description {
    text-align: center;
    margin-top: 20px;
    font-family: "Montserrat", serif;
    font-size: 2 em;

}

.btn-learn-more {
    margin: 20px auto;
    float: right;
}
p{
    text-align: justify;
}