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

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

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

.collage2_p p{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    color: #000000;
    text-align: center;
    margin-bottom: 12px;
}

.collage2_c{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    max-height: 774px;
}

.collage2_p .collage2_c .cont_img{
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 403px;
    height: 280px;
}


.collage2_p .collage2_c .cont_img:nth-child(3){
    width: 100%;
    max-width: 560px;
    height: 560px;
}

.collage2_p .collage2_c .cont_img:nth-child(3) h3,
.collage2_p .collage2_c .cont_img:nth-child(3) p{
    max-width: 480px;
}

.collage2_p .collage2_c .cont_img h3{
    text-align: left;
    color: #fff;
    font-family: 'Alright Sans Ultra';
    font-size: 24px;
    text-transform: uppercase;
    max-width: 323px;
    margin-bottom: 35px;
    transition: 0.5s ease-in-out;
}

.collage2_p .collage2_c .cont_img p{
    text-align: left;
    color: #fff;
    font-family: 'Alright Sans Regular';
    font-size: 16px;
    text-transform: none;
    max-width: 323px;
    margin-bottom: -92px;
    transition: 0.5s ease-in-out;
}


.collage2_p .collage2_c .cont_img .sombreado{
    background: linear-gradient(45deg, black 0%, rgba(128, 33, 47, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}

.collage2_p .collage2_c .cont_img:hover p{
    margin-bottom: 20px;
}

.collage2_p .collage2_c .cont_img:hover h3{
    margin-bottom: 5px;
}