.media_accreditation__title2{
    background-image: var(--gradient_blue);
    padding: 1rem;
    color: white;
    font-size: 1.1rem;
}
.media_accreditation__open_form{
    display: block;
    padding: 2rem;
    height: 369px;
    box-sizing: border-box;
    background-image: var(--gradient_blue);
    color: white;
    text-align: center;
    font-size: 2rem;
    text-decoration: none;
}
.media_accreditation__open_form:hover {
    background-image: var(--gradient_blue_hover);
}
.media_accreditation__open_form img{
    display: block;
    margin: 1rem auto 2rem;
}

@media(max-width: 1199px){
    .media_accreditation__open_form{
        font-size: 1.5rem;
        height: 307px;
    }
    .media_accreditation__open_form img{
        margin: 0rem auto 1rem;
    }
}
@media(max-width: 991px){
    .media_accreditation__open_form{
        font-size: 1.2rem;
        height: 225px;
    }
    .media_accreditation__open_form img{
        margin: 0rem auto 1rem;
        height: 100px !important;
    }
}
