.grid_rab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 20px 0px;
}
.grid_rab a { 
    width: 100%;
    height: 220px;
    display: grid;
    align-items: center;
    background: #019dca;
    border-radius: 14px;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 17%);
}
a.grid_rab_p {
    background: #C32E1B;
}
a.grid_rab_p:hover {
    background: #8d1707;
}
a.grid_rab_r{
    background: #019dca;
}
a.grid_rab_r:hover {
    background: #017798;
}
a.grid_rab_i {
    background: #F7A600;
}
a.grid_rab_i:hover {
    background: #c78501;
}
a.grid_rab_o {
    background: #9D9D9C;
}
a.grid_rab_o:hover  {
    background: #616160;
}
.grid_rab a div {
    display: grid;
    align-items: center;
}
.grid_rab a p {
	width: 150px;
    margin: auto;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
	.grid_rab img {
    width: 100px;
    margin: auto;
}

.investigations-lines {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding: 20px;
}
.investigations-lines div {
    display: grid;
    grid-gap: 10px;
    padding: 20px; 
    border-radius: 15px;
    
}
.investigations-lines div:first-child {
    background: #f7a600;
}
.investigations-lines div:nth-child(3) {
    background: #5e7d2c;
}
.investigations-lines div:nth-child(2) {
    background: #00708e;
}
.investigations-lines div:nth-child(4) {
    background: #871819;
}
.investigations-lines div p, .investigations-lines div li, .investigations-lines div h3 {
    color: #FFF;
    padding: 0;
    line-height: 1.3;
    font-size: 11pt;
    margin: 0;
    text-align: left;
}
.investigations-lines div h3 {
    border: 0;
    font-size: 18pt;
    letter-spacing: 1px;
}
.investigations-lines div p {
    padding: 10px 0;
    font-size: 11pt;
}
@media only screen and (max-width:740px) {
    .investigations-lines{
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:520px) {
    .opportunities_calendar, .opportunities_calendar_solo {
        display: none;
    }  
    table.table_initiatives_calendar, .initiatives_description {
       visibility: visible;
    }
}

@media only screen and (max-width:380px) {
    table.table_initiatives_calendar tr td {
        font-size: 9pt;
    }
}