.hireHow {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    box-sizing: border-box;
    width: 100vw;
    background: #FFFFFF;
}

.hireHow .center {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 2.5rem;
}

.hireHow h3 {
    color: var(--primary-700, #2F396A);
    font-size: 40px;
}

.hireHow .cardsHow {
    display: flex;
    width: 100%;
    align-items: stretch;
    border-top: 3px solid #F1F0F0;
    border-bottom: 3px solid #F1F0F0;
}

.hireHow .cardsHow .vertical-line {
    background-color: #F1F0F0;
    width: 3px;
}

.hireHow .card {
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.5rem;
    gap: 1.25rem;
    width: 33.33%;
    box-sizing: border-box;
}

.hireHow .card:hover {
    background-color: #F9F8F8;
}

.hireHow .card .ph {
    font-size: 2rem;
    display: flex;
    color: #191E38;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    background: #9BFDD9;
    border-radius: 3.5rem;
}

.hireHow .card .textSection {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hireHow .card s2 {
    color: var(--primary-500, #191E38);
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 700;
}

.hireHow .card p {
    margin: 0;
    color: var(--primary-500, #191E38);
}

@media only screen and (max-width: 820px) {
    .hireHow {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hireHow h3 {
        font-size: 28px;
    }

    .hireHow .cardsHow {
        flex-direction: column;
        border: none;
    }

    .hireHow .cardsHow .vertical-line {
        width: 100%;
        height: 3px;
    }

    .hireHow .card {
        width: 100%;
        border-bottom: 3px solid #F1F0F0;
    }
}
