.direction-grid {
    width: 100%;
    height: max-content;
    max-width: 100%;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    margin-bottom: 30px;
    background-color: white;
    border: 1px solid #e5e7eb;
    padding: 15px;
    border-radius: 18px;
    gap: 20px;
}

.direction-grid article {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 600px;
    height: stretch !important;
}

.direction-card {
    width: 100%;
    border: 1px solid #d5d6d6;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.direction-card h3 {
    font-family: Sora, sans-serif;
    margin-bottom: 10px;
    color: #1a1d2e;
}

.direction-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

body>section:nth-child(6)>section:nth-child(3)>div>article>div:nth-child(1)>div>div.person {
    background: rgba(22, 163, 74, 0.30);
    border: 1px solid rgba(22, 163, 74, 0.35);
    color: #16a34a;
}
body > section:nth-child(6) > section:nth-child(3) > div > article > div:nth-child(2) > div > div.person {
    background: rgba(63, 81, 181, 0.300);
    border: 1px solid rgba(63, 81, 181, 0.35);
}

body>section:nth-child(6)>section:nth-child(3)>div>article>div:nth-child(1)>div svg {
    color: #16a34a;
}

.person {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #3f51b5;
    border: 2px solid #3f51b596;
}

.arrow {
    font-size: 28px;
    color: #3f51b5;
    padding: 0;
    margin: auto 0;
    text-align: center;
}