.contact-richs-p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.contact_richs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 380px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact_richs .contact_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1136px;
}

.contact_richs .contact_content p{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}

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

.contact_richs .contact_content .contact_information{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contact_richs .contact_content .contact_information .contact_card{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 352px;
    height: 148px;
    margin-right: 32px;
    background: #fff;
    box-shadow: 0px 4px 16px #5454541F;
}

.contact_richs .contact_content .contact_information .contact_card:nth-child(3){
    margin-right: 0px;
}

.contact_richs .contact_content .contact_information .contact_card img{
    width: 20px;
    height: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.contact_richs .contact_content .contact_information .contact_card p{
    font-size: 16px;
    font-family: 'Alright Sans Regular';
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 304px;
}

.contact_richs .contact_content .contact_information .contact_card:nth-child(3) p{
    text-align: left;
}