body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: Neue Med;
    src: url(./Font/NeueMontreal-Medium.otf);
    font-family: Neue Light;
    src: url(./Font/NeueMontreal-Light.otf);
    font-family: Neue Normal;
    src: url(./Font/NeueMontreal-Regular.otf);
    font-family: Neue Bold;
    src: url(./Font/NeueMontreal-Bold.otf);
}

.hero_profile_title {
    margin-block: 3em;
    font-family: 'Neue Light', sans-serif;
}


.profile_hero_image{
    display: flex;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 12em;
    gap: 1rem;

}
.profile_hero_image > img {
    background-position: center;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}
.about {
    margin-bottom: 0;
    padding: 2em;
    color: black;
}
.about-info {
    max-width: 60rem;
    text-align: center;
    margin: 0 auto;
    font-family: 'Neue Normal', sans-serif;
    font-weight: bolder;
    padding-block: 0.7em;
    font-size: 3rem;
    margin-bottom: 5em;
}
.experience {
    margin-bottom: 0.8em;
}
.work {
    margin-bottom: 5em;
    font-family: 'Neue Normal', sans-serif;
    font-weight: bold;

}

.experience-section-container {
    font-family: 'Neue light', sans-serif;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-bottom: 10em;
}

.experience-date, .experience-title {
    color: #7f7f7f;
    margin-block: 1em;
    font-size: 0.8rem;
}

.experience-places {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Neue Normal', sans-serif;
    font-weight: light;
}
.something {
    text-align: center;

}
.position {
    margin: 0;
    padding: 0.5em 1.6em;
    justify-content: start;
    display: inline-block;
    align-items: center;
}
.brand-name-container {
    background-color: #605d5d;
    color: black;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;

}
.brands-names {
    width: 50%;
    margin: 0 auto;
    padding-block: 2em;

}
.brand-name-container  * img {
    width: 170px;
    display: block;
    color: black;
}

@media (max-width: 1200px) {
    .about-info {
        font-size: clamp(3rem, 2.5rem, 2rem);
        max-width: 80%;

    }        
}


@media (max-width: 800px) {
    .about-info {
        font-size: clamp(2.5rem, 2.5rem, 2rem);
        padding-top:3em;
        max-width: 80%;
    }
}


/* Animation */


