.portal_card{
    /*margin:40px;*/
    overflow:hidden;
    /*border-radius:10px;*/
    background: rgba(255,255,255,0.5);
    width: calc(100% - 66px);
    /*width: 100%;*/
}
.portal_card__title{
    font-size: 24px;
    padding:20px;
    color: white;
    background: rgb(25,50,110);
}

@media (max-width:1000px){
    .portal_card{
        margin:10px;
        
    }
}
@media (max-width:768px){
    .portal_card{
        margin:0;
        border-radius:0;
    }
}