.become-pospagent-bg {
    background-color: #F7F7F7;
}

.becomne-posp-agent-content{
    padding: 68px 0 94px;
    margin-bottom: 35px;
}

.become-posp-title {
    font-size: 36px;
    font-family: 'Titillium-bold';
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 0 0 50px;
    margin: 0;
}

.become-posp-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    gap: 35px 3.8%;
    /*height: 100%;*/
    /*min-height: 300px;*/
}

.become-posp-card {
    /* width: 30.8%; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}

.become-posp-card .card-img-title {
    padding: 31px 28px 19px;
    min-height: 175px;
}

.card-img-title img {
    max-width: 53px;
    max-height: 53px;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.card-img-title h3 {
    font-size: 20px;
    font-family: 'Titillium-bold';
    font-weight: 700;
    color: #000;
    padding: 0;
}

.become-posp-card p {
    color: #fff;
    background-color: #0062AB;
    font-size: 16px;
    font-family: 'Titillium-regular';
    font-weight: 400;
    padding: 20px 28px;
    border-radius: 10px;
    height: 100%;
}



@media screen and (min-width: 360px) and (max-width: 767px) {

    .becomne-posp-agent-content {
        padding: 46px 30px 57px;
    }

    .become-posp-title {
        font-size: 28px;
        padding: 0 0 36px;
        text-align: left;
    }

    .become-posp-cards-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
    }

    .become-posp-card .card-img-title {
        padding: 11px 31px 18px;
        min-height: unset;
    }

}