.who-posp-content {
    padding-bottom: 65px;
}

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

.who-posp-para,
.posp-agent-card span {
    font-size: 18px;
    font-family: 'Titillium-regular';
    font-weight: 400;
    text-align: center;
    color: #000;
}

.who-posp-para:is(:nth-child(n+1)) {
    padding-bottom: 25px;
}

.who-posp-agent-cards {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    gap: 33px;
    flex-wrap: wrap;
}

.who-posp-agent-cards .posp-agent-card {
    width: 18%;
    max-width: 206px;
    min-height: 133px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    padding: 20px 15px;
}

.posp-agent-card img{
    min-width: 38px;
    max-width: 90px;
    min-height: 50px;
    max-height: 66px;
}

.posp-agent-card span{
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .who-posp-content {
        padding: 0 30px 40px;
    }

    .who-posp-title {
        font-size: 28px;
        text-align: left;
        padding-bottom: 24px;
    }

    .who-posp-para {
        text-align: left;
    }

    .who-posp-agent-cards {
        gap: 14px 12px;
    	padding: 15px 0 0;
    }

    .who-posp-agent-cards .posp-agent-card {
        width: 48%;
        max-width: 160px;
        min-height: 164px;
        padding: 15px 20px;
    }

	.posp-agent-card img {
    	max-width: 81px;
    	min-height: 45px;
    	max-height: 71px;
    }

    .posp-agent-card span{
        text-wrap: balance;
    }
}