.wy-card{
    background-color: none;
    border: 2px solid; 
    border-radius: 8px; 
    border-color: #F0F3F6;
}

.wy-card-header{
    padding: 10px;
}

.wy-card-header h2{
    color: #001689; 
    margin-top: 0rem;
}

.wy-card-content{
    width:100%; 
    padding:0px;
}

.wy-card-content table{
    margin: 0px;
    text-align: left;
    border: none;
}

.wy-accr-table th{
    border: none !important; 
    padding: 5px 5px 5px 0px;
}

.wy-accr-table #agency {
    width: 60%;
}

.wy-accr-table #date {
    width: 25%;
}

.wy-accr-table #points {
    width: 15%;
    text-align: center;
}

@media screen and (max-width: 991px) {
.wp-block-columns{
    flex-direction: column-reverse;
    margin-bottom:0 !important;
    }
.wy-custom-img{
    display:none;
}
}