.cv-section {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    margin-top: 80px; /* Add margin to push it below the floating menu */

}

.cv-container {
    display: flex;
    width: 80%; /* Adjust as necessary */
    max-width: 1000px;
}

.cv-photo {
    width: 30%;
    padding-right: 20px;
}

.cv-photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.cv-text {
    width: 70%;
    text-align: left;
}

.cv-text h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    color: #333;
}

.cv-text p {
    margin: 5px 0;
    font-size: 1.1rem;
    color: #555;
}

.cv-text p strong {
    color: #333;
}.cv-section {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.cv-container {
    display: flex;
    width: 80%; /* Adjust as necessary */
    max-width: 1000px;
}

.cv-photo {
    width: 30%;
    padding-right: 20px;
}

.cv-photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.cv-text {
    width: 70%;
    text-align: left;
}

.cv-text h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    color: #333;
}

.cv-text p {
    margin: 5px 0;
    font-size: 1.1rem;
    color: #555;
}

.cv-text p strong {
    color: #333;
}


.cv-text p {
    margin: 5px 0;
    font-size: 1.1rem;
    color: #555;
    text-align: justify; /* Justify the text */
}
