.about-me h1{
    font-size: 50px;
    margin: 0 auto;
    width: 95%;
}

.about-me-content{
    width: 95%;
    margin: 0 auto;
}

.about-me-description{
    font-size: 20px;
    font-weight: 600;
}

.about-me-logos{
    display: flex;
    flex-direction: row;
    column-gap: 2.5vw;
}

.about-me-logos svg{
    width: 15%;
    margin-bottom: 20px;
}

.about-selected-clients{
    font-weight: 300;
    margin: 30px auto 10px auto;
}

.career-title{
    font-weight: 300;
    margin: 20px auto;
}

.about-me-image{
    display: none;
}

.about-me-image-mobile{
    width: 100vw;
    height: 100px;
    margin: auto -2.5vw;
    object-fit: cover;
}

.career-time{
    margin: 20px auto;
}

.career-time h2{
    margin: 0;
}

.career-time p{
    margin: 0;
}

.career-time span{
    color: #777777;
}

@media screen and (min-width:1200px)
{
    .about-me-content{
    width: 95%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    column-gap: 2.5vw;
}

.about-me-content p{
    margin: 0 auto;
}

.about-me-description{
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 600;
}

.about-me h1{
    font-size: 60px;
    width: 95%;
    margin: 0 auto;
}

.about-selected-clients{
    font-size: 32px;
    font-weight: 400;
    margin: 35px 0 0 0;
}

.about-me-image{
    object-fit: cover;
    width: 30%;
}

.career{
    margin: 25px 0 0 0;
}

.career-title{
    font-size: 32px;
    font-weight: 400;
}

.career-time{
    margin: 20px 0 0 0;
}

.career-time h2{
    font-size: 24px;
    margin: 0 auto;
}

.career-time p{
    font-size: 16px;
}

.career-time span{
    color: #777777;
}

.about-me-logos{
    flex-direction: row;
    column-gap: 2.5vw;
}

.about-me-logos svg{
    width: 10%;
}

.about-me-image{
    display: block;
}

.about-me-image-mobile{
    display: none;
}
}