#transportation {
    background: #F6F9EB;
    padding: 5rem 0;
}

.transportation-wrapper {
    gap: 2rem;
}

.transportation-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 0.5rem;
}

.transportation-item p {
    font-size: 13px;
}

.transportation-item i {
    color: var(--light-green-text-color);
}