@charset "utf-8";

p,
p.text-gray {
    a:link {
        text-decoration: none;
        color: yellowgreen;
    }
    a:visited {
        color: yellowgreen;
    }
}

.work-intro {
    display: flex;
    text-align: start;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 80px;
    .work-descr-title {
        font-size: 18px;
        font-weight: 500px;
        color: rgb(255, 255, 255);
    }
    .work-descr-linkedin {
        font-size: 25px;
    }
}

.gente-img-circle img {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.portfolio-4-descr {
    color: var(--color-dark-mode-gray-1);
}

.team-social-links {
    font-size: 22px;
}
.team-item-detail {
    display: inline-block;
    max-width: 90%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 10px) scale(.85);
    font-size: 16px;
    color: var(--color-dark-1);
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all 0.4s var(--ease-elastic-1);
    will-change: transform;
}

.team-item-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow);
}


.post-prev-container .post-prev-info {
    text-transform: uppercase;
}

.testimonial p {
    font-size: 38px;
}

.feature-carousel {
    .features-title {
        font-size: 18px;
        font-weight: 700;
    }

    .features-descr {
        font-size: 16px;
    }

    .features-icon {
        height: 100px;
    }

    .features-icon img {
        vertical-align: bottom;
        max-height: 60px;
    }
}

