.press-mention__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.press-mention__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.press-mention__col {
    flex: 0 0 auto;
    max-width: 33.3333%;
}

.press-mention__card {
    padding: 24px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.5);
    background-color: #CC9602;
}

.press-mention__link a {
    text-decoration: underline;
}

.press-mention__card hr {
    border: none;
    /* Remove the default 3D border */
    height: 2px;
    /* Set the thickness */
    background-color: #333;
    /* Set your color */
}

.press-mention__card h3 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 8px;
}

.press-mention__card h4 {
    margin: 0;
    font-size: 32px;
    margin-top: 6px;
}



@media screen and (max-width: 767px) {
    .press-mention__col {
        max-width: 50%;
    }

    /* .featured_dicussions__col {
        margin-bottom: 22px;
    } */
}

@media screen and (max-width: 575px) {
    .press-mention__col {
        max-width: 100%;
    }
}