.flex-about-container {
    /* border: 1px solid black; */
    border-radius: 15px;

    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
}

.about-card {
    /* border: 1px solid white; */
    /* border-radius: 15px; */
    width: 30%;

    place-items: center;
    text-align: center;
}

.about-picture {
    /* border: 1px solid black; */
    height: fit-content;
    width: 100%;

    text-align: center;
}

.about-picture img{
    aspect-ratio: 1/1;
    width: 100%;

    flex: 1 0 10000px;

    border: 3px solid white;
    box-shadow: 1px 1px 3px;
    border-radius: 50%;
}

.about-socials-container{
    /* border: 1px solid black; */
    margin-top: 5rem;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
}

.absout-socials {
    text-align: center;
}

.about-socials i{
    /* border: 1px solid black; */
    aspect-ratio: 1/1;
    font-size: 3vw;
    border-radius: 50%;
}

.about-socials p{
    /* border: 1px solid black; */
    font-size: 1vw;
}

.about-work-history {
    /* border: 1px solid orange; */
    width: 50%;
}

.about-socials a:link, a:visited{
    color:black;
}

.work-history-text {
    /* border: 1px solid black; */
    flex: 1 0 500px;

    font-size: 1.3vw;
    word-wrap: break-word;
}

.work-history-time-container {
    /* border: 1px solid black; */
    /* height: 20vh; */
    display: flex;
    place-items: center;
}

.work-history-time-container img{
    border-radius: 15px;

    width: 100%;
    border: 3px solid white;
    box-shadow: 1px 1px 3px;
}