.varandaBoxSolo{
    grid-column: span 3;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    border-bottom: 0.5px solid #bbbbbb;;
}
.varandaBoxSolo .mw-text-wrapper{
    max-height: 150px;
    height: 150px;
}
.varandaBoxSolo a{
    text-decoration: none;
    color: black;
}
.varandaBoxSolo-img{
    width: 100%;
    min-height: 205px;
    height:  230px;
    max-height:  230px;
}
.varandaBoxSolo-branded {
	min-height: 30px;
	height: 30px;
	max-height: 30px;
	object-fit: contain;
	width: fit-content;
    width: 60px;
}

.varandaBoxSolo a h2 {
    font-family: "GuardianTextEgypt-Regular";
    font-size: 22px;
    line-height: 26px;
}
.varandaBoxSolo a h3{
    color: #F64040;
    text-align: right;
    text-transform: uppercase;
    font-family: "GuardianSans-Medium";
    font-size: 15px;
}
@media (max-width:900px){
    .varandaBoxSolo{
        grid-column: span 2;
    }
    }

    @media (max-width:800px){
        .varandaBoxSolo{
           display: none;;
        }
        }