.mixcategory {
    grid-column: span 5;
    grid-row: span 5;
    background: rgb(243,79,183);
    background: linear-gradient(90deg, rgba(243,79,183,1) 0%, rgba(253,220,241,1) 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 0.5px solid #bbbbbb;
}
.mixcategory a{
    text-decoration: none;
    color: black;
}
.mixcategory header > h2{
    font-family: "GiorgioSans-Regular";
    font-size: 64px;
}
.mixcategory > h3{
    text-align: right;
}
.mixcategory-box-destaque a img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.mixcategory-box-destaque a h2 {
	font-family: "GuardianSans-Regular";
	font-size: 51px;
	line-height: 55px;
	padding-bottom: 20px;
	border-bottom: 0.5px solid #bbbbbb;
	margin-bottom: 20px;
}

.mixcategory-double {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mixcategory-double-box{
    width: 47%;
}
.mixcategory-double-box a h2{
    font-family: "GuardianSans-Regular";
    font-size: 28px;
}
.mixcategory-double-box a img {
    width: 100%;
    height: 230px;
    object-fit: fill;
}
.espacadormix{
    display: none;
}
@media (max-width:1000px){
    .mixcategory-double-box a h2 {
        font-family: "GuardianSans-Regular";
        font-size: 22px;
    }
}
@media (max-width:900px){

    .mixcategory-box-destaque a h2 {
        font-size: 29px;
        line-height: 33px;
    }
    .mixcategory-double-box a h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width:800px){
    .mixcategory-box-destaque a h2 {
        font-family: "GuardianSans-Regular";
        font-size: 29px;
        line-height: 33px;
        padding-bottom: unset;
        border-bottom: unset;
        margin-bottom: unset;
    }
    .mixcategory-box-destaque a img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .mixcategory-double-box a h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .mixcategory-double {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
    }
    .mixcategory-double-box {
        width: 100%;
    }
    .mixcategory-box-destaque a{
        text-decoration: none;
        color: black;
        display: flex;
        gap: 10px;
        flex-direction: column !important;
    }
    .espacadormix{
        display: block;
        width: 100%;
        height: 1px;
        background-color: black;
    }
    .mixcategory a {
        text-decoration: none;
        color: black;
        display: flex;
        gap: 10px;
    }
    .mixcategory-double-box a img {
        width: 100%;
        max-width: 140px;
        height: 130px;
        object-fit: fill;
    }
}
@media (max-width:400px){
.mixcategory-double-box a h2 {
    font-size: 16px;
    line-height: 26px;
}
}