﻿.big-bg-text-about {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14vw;
    font-weight: 800;
    color: rgba(255,255,255,.03);
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none
}

.about-header {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 0 20px
}

.about-lead {
    max-width: 600px
}

.story-card {
    padding: 40px;
    border-radius: 18px
}

.value-prop-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: rgba(76,175,80,.12);
    border: 1px solid rgba(76,175,80,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.6rem;
    color: #4CAF50
}

.team-card {
    padding: 28px 22px;
    text-align: center;
    border-radius: 18px
}

.team-avatar {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,.15);
    margin-bottom: 14px
}

.socials a {
    text-decoration: none;
    transition: .2s
}

    .socials a:hover {
        color: #fff !important
    }

@media (max-width:768px) {
    .big-bg-text-about {
        font-size: 20vw;
        top: 15%
    }
}
