@media screen and (max-width: 1200px) and (min-width: 990px){
    #modules .container{
        margin: 0 !important;
        max-width: 100% !important;
    }
}
#modules .wrapper .link,#modules .wrapper .link-text{
    background: #049BA6;
    min-height: 190px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
}
#modules .wrapper .link.optional,#modules .wrapper .link-text.optional{
    background: #DEF2F4;
    color: #0E2954;
}

#modules .radius-top-left{
    border-top-left-radius: 130px;
}

#modules .radius-top-right{
    border-top-right-radius: 130px;
}

#modules .radius-bottom-left{
    border-bottom-left-radius: 130px;
}

#modules .radius-bottom-right{
    border-bottom-right-radius: 130px;
}
#modules .link {
    color: var(--bs-secondary);
}
/*#modules .link:hover{*/
/*    background : #049BA6;*/
/*    color: #FFF;*/
/*}*/
#modules .link:hover span{
    opacity: 1;
    visibility: visible;
}
#modules .link:hover img{
    opacity: 0;
    visibility: hidden;
}

#modules .link span{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
#modules .link,#modules .link img,#modules .link span{
    transition: all ease-in-out 0.3s;
}
