/* -------------ABOUT SECTION --------- */

.about_element {
    display: flex;
    flex-direction: column;
}

.link{
    color: var(--color-black) ;
}

.about-header {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin-block: 9vh;
}

.about-skill-container {
    gap: 30px;
    display: flex;
}

.introduction {
    height: fit-content;
    width: 38%;
    padding: 45px;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    border-radius: 10px;
    /* border: 1px solid var(--border-color); */
    box-shadow:0px 0px 20px 5px rgba(103, 103, 103, 0.25);
}

.intro_header {
    color: var(--secondary-color);
    font-size: 20px;
}

.image {
    display: flex;
    justify-content: center;
}

.image img {
    width: 60%;
    margin-block: 15px;
}
