.cards2-p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    margin-top: 0px !important;
}

.cards2_p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1136px;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.cards2_p #caption{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    color: #000000;
    text-align: center;
    margin-bottom: -10px;
}

.cards2_p #title{
    font-size: 48px;
    font-family: 'Alright Sans Ultra';
    color: #D31145;
    text-align: center;
    margin-bottom: 24px;
}

.cards2_p .cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cards2_p .cards .card_2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 272px;
    height: 436px;
    background: #fff;
    box-shadow: 0px 4px 16px #5454541F;
    padding: 24px 19px;
    margin-right: 16px;
}

.cards2_p .cards .card_2:nth-child(4){
    margin-right: 0px;
}

.cards2_p .cards .card_2 img{
    width: 100%;
    max-width: 234px;
    margin-bottom: 24px;
}

.cards2_p .cards .card_2 h2{
    width: 100%;
    font-size: 24px;
    font-family: 'Alright Sans Ultra';
    color: #D31145;
    text-align: left;
    margin-bottom: 16px;
}

.cards2_p .cards .card_2 p{
    font-size: 16px;
    font-family: 'Alright Sans Regular';
    color: #000;
    text-align: left;
    margin-bottom: 0px;
}