/* Head styling - dark big text */
.head {
    font-size: x-large;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    font-family: Nunito-Bold;
}

/* About section - grey content */
.about-section {
    padding: 20px;
    max-width: 800px;
    border-radius: 15px;
    margin: 20px auto;

}

/* About content spacing */
.about-section {
    margin-bottom: 30px;
}

.about-section:last-child {
    margin-bottom: 0;
}

/* Heading inside content */
.about-section h3 {
    font-size: Medium;
    font-weight: 600;
    color: #444444;
    margin-bottom: 10px;
    font-family: Nunito-Bold;
}

/* Paragraph inside content */
.about-section p {
    font-size: medium;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    font-family: Nunito-SemiBold;
}