/**
 * About page layout overrides.
 */

.about-page main section:first-of-type .border.figtree-600 {
    background-color: #2BC5D4 !important;
    background-color: color-mix(in oklab, #2BC5D4 10%, transparent) !important;
    color: #2BC5D4 !important;
    border-color: color-mix(in oklab, #2BC5D4 20%, transparent) !important;
    font-weight: 600;
}

.about-page section.py-20.bg-gray-50 .grid.md\:grid-cols-2.lg\:grid-cols-5,
.about-page section.max-w-7xl.mx-auto.px-6.py-20 .grid.md\:grid-cols-3 {
    gap: 1.5rem !important;
}

.about-page section.max-w-7xl.mx-auto.px-6.py-20.mb-10 .grid.md\:grid-cols-3 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.about-page section.max-w-7xl.mx-auto.px-6.py-20.mb-10 .grid.md\:grid-cols-3 > * {
    flex: 1 1 280px;
    max-width: 400px;
}

.about-page main > :first-child {
    padding-top: 2rem;
    padding-bottom: 2rem !important;
}

@media (min-width: 768px) {
    .about-page section.max-w-7xl.mx-auto.px-6.py-20 .grid.md\:grid-cols-3 {
        gap: 2rem !important;
    }

    .about-page section.max-w-7xl.mx-auto.px-6.py-20.mb-10 .grid.md\:grid-cols-3 {
        flex-wrap: nowrap;
    }

    .about-page main > :first-child {
        padding-top: 3rem;
    }
}

@media (min-width: 1024px) {
    .about-page section.py-20.bg-gray-50 .grid.md\:grid-cols-2.lg\:grid-cols-5 {
        gap: 2rem !important;
    }
}

.about-page main section:first-of-type p.text-gray-600 {
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.about-page main section:first-of-type .space-y-4 p {
    position: relative;
    padding-left: 1.5rem;
    border-left: 3px solid #2BC5D4;
    text-align: left;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
}

.about-page main section:first-of-type .space-y-4 p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .about-page main section:first-of-type p.text-gray-600 {
        font-size: 1.25rem;
    }

    .about-page main section:first-of-type .space-y-4 p {
        font-size: 1.0625rem;
    }
}

.about-page section.max-w-7xl.mx-auto.px-6.py-20.mb-10 .grid.md\:grid-cols-3 {
    margin-top: 1rem !important;
}

.about-page section.mb-20 h2 span.bg-gradient-to-r {
    background-image: none !important;
    color: #2BC5D4 !important;
    -webkit-text-fill-color: currentColor !important;
}

.about-page section.mb-20 .text-lg.mb-10 {
    margin-bottom: 3.5rem !important;
}
