#sec_emm75{
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #cccccc;
}
#cont_hzmfv{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

#div_6jyia{
    width: 30%;
    display: flex;
    align-items: center;
}
#div_6jyia img{
    width: fit-content;
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

#div_jzkbb{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    text-align: right;
    color: #ffffff;
}
#div_jzkbb a{
    width: 100%;
    display: flex;
    font-size: 14px;
    max-width: 150px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #1f1f29;
    margin-bottom: 10px;
    text-decoration: none;
}


@media (max-width: 992px) {
    #cont_hzmfv{
        flex-direction: column;
    }
    #div_nbkdf,#div_6jyia,#div_jzkbb{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
    #div_6jyia .tex{
        text-align: center;
    }
    #div_6jyia{
        margin-bottom: 30px;
    }
    #div_jzkbb{
        text-align: center;
    }
}



#sec_emm75{
    background-color: #36475f;
    padding: 50px 0;
}
#div_jzkbb .this_ety3p{
    margin: 2px;
    width: 200px;
    height: 45px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    background-color: #538ae8;
}
#div_6jyia .tex{
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 27px;
}

@media (max-width: 576px) {
    #sec_emm75{
        padding: 40px 0;
    }
}
