.mw-maislidas{
    grid-column: span 3;
    grid-row: span 4;
    background-color: white;
    border-bottom: 2px solid #ccc;
}
.mw-maislidas a{
    text-decoration: none;
    color: black;
}
.mw-maislidas > h3{
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
}
.mw-maislidas header{
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: yellow;
    padding: 10px;
    gap: 5px;
    font-family: "GiorgioSans-Regular";
    font-size: 32px;
    letter-spacing: 1px;
}
.maislidas-text-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.maislidas-text-div .numberspan{
    padding: 3px 3px 0 3px;
    background-color: yellow;
    display: inline-flex;
    margin-right: 5px;
    font-size: 16px;
}
.maislidas-text-div span{
    font-size: 12px;
}
.mw-maislidas-div a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 0.5px solid #bbbbbb;
    gap: 10px;
    width: 90%;
    padding: 13px 0;
    margin: 0 auto;
}
.mw-maislidas-div a img{
    min-width: 140px;
    max-width: 140px;
    height: 90px;
    object-fit: contain;
}
.mw-maislidas-div a h2 {
	font-size: 17px;
	line-height: 21px;
}
.maislidas-wrapper {
    max-height: 548px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
}
.maislidas-text-div:nth-of-type(5){
    border-bottom: none;
}

@media (max-width:1150px){
    .mw-maislidas-div a h2 {
        font-size: 14px;
        line-height: 18px;
    }
   
}
@media (max-width:999px){
    .mw-maislidas {
        grid-column: span 2;
    }
    
}

@media (max-width:850px){
    .mw-maislidas-div {
        width: 100%;
    }
    .maislidas-wrapper {
        max-height: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: unset;
        padding: 20px;
        height: 93%;
    }
    .mw-maislidas-div a {
        display: flex;
        flex-direction: row;
        justify-content: start;
        border-bottom: 0.5px solid #bbbbbb;
        gap: 10px;
        width: 100%;
        padding: 5px 0;
        margin: unset;
    }
    .maislidas-text-div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        width: 100%;
    }
}


@media (max-width:450px){
.mw-maislidas-div a img {
    min-width: 140px;
    max-width: 140px;
    height: 90px;
    object-fit: contain;
}
}