.profile-body {
    margin: 0;
    padding: 0;
}

/*____________SECTION 1__________*/
.profile-section1 {
    position: relative;
    width: 92%;
    background-color: #BECBD2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 4%;
}

.profile-section1 .left-side h2 {
    font-weight: 400;
    font-size: 48px;
    margin: 0;
}

.profile-section1 .left-side h1 {
    font-weight: 400;
    font-size: 64px;
    margin: 1vh 0 2vh 4vw;
}

.profile-section1 .left-side h3 {
    font-weight: 400;
    font-size: 24px;
    font-family: "Afacad", serif;
    width: 80%;
}

/*____________SECTION 2__________*/
.profile-section2 {
    padding: 5vh 2%;
    width: 96%;
    background-color: #F2F1EC;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.profile-section2 p {
    flex-basis: 40%;
    font-family: "Afacad", serif;
    font-size: 24px;
    font-weight: 400;
}


@media (max-width: 1420px) {
    .profile-section2 {
        flex-direction: column;
    }
}