.rc_tpl.top_custom_1 > div
{
    display: flex;
    justify-content: space-between;
    font-family: RedHatDisplay-Bold;
    font-size: 13px;
    /*font-weight: bold;*/
    color: #5a5a5a;    
    padding-top: 7px;
    padding-bottom: 7px;

}
.rc_tpl.top_custom_1 > div svg
{
    margin-right: 16px;
    position: relative;
    top:3px;
}

.rc_tpl.footer_custom_1
{
    border: dashed 2px #008080;
    max-width: 1064px;
    border-radius: 20px;
    margin: 84px auto;
}
.rc_tpl.footer_custom_1 .title
{
    font-family: RedHatDisplay-Bold;
    font-size: 26px;
    /*font-weight: bold;*/
    color: #000000;
    margin: 32px 15px 25px 15px;
}
.rc_tpl.footer_custom_1 .content
{
    font-family: OpenSans-Regular;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 29px 15px 49px 15px;
}
.rc_tpl.top_custom_2
{
    text-align: center;
}
.rc_tpl.custom_logos .container
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.rc_tpl.custom_logos img
{
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
}