/* ======================================================
   ABOUT
====================================================== */

.about-image img {

    border-radius: var(--radius-lg);

    box-shadow: var(--shadow-lg);
}

.about-content {

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.about-content span {

    color: var(--secondary-color);

    font-weight: 600;

    margin-bottom: 15px;
}

.about-content h2 {

    font-size: 46px;

    color: var(--primary-color);

    margin-bottom: 25px;
}

.about-content p {

    margin-bottom: 30px;
}
