@media (max-width: 1351px) {
    .hide-mobile-categories {
        display: none;
    }
}

@media (min-width: 1352px) {
    .hide-desktop-categories {
        display: none;
    }
}

@media (max-width: 1325px) {
    .information .row {
        flex-wrap: wrap;
    }
    .information {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .main-categories-mobile .row.content-between {
        justify-content: center;
    }

    .main-categories {
        height: auto;
        padding: 56px 0;
    }

    .content-center {
        justify-content: center !important;
    }

    .card-categories {
        min-width: 80px;
    }

    .main-categories-mobile h5 {
        margin-top: 16px;
    }

    .banner-secondary h2 {
        width: 100%;
        font-size: var(--font-size-lg);
        line-height: var(--line-height);
    }
    
    .banner-container h1 {
        font-size: var(--font-size-xg);
        line-height: var(--line-height);
    }
}

@media screen and (min-width: 1024px){
	.banner-container h1{
		font-size: 68px;
	}

	.banner-secondary h2{
		font-size: 60px;
	}

}

@media (max-width: 1024px) {

    .banner .text {
        top: 100px;  
    }

    .banner-container h1 {
        font-size: 34px;
    }

    .banner-container p {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .banner .banner-container {
        display: flex;
        justify-content: center;
    }

    .banner .flex-row {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 35px;
        width: 90%;
    }

    .banner .col-lg-7 {
        height: auto;
        width: 100%;
        padding: 24px;
    }

    .banner .flex-row {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 0px;
        width: 100%;
        padding-left: 0px;
    }

    .banner .col-lg-5 {
        width: 100%;
    }

    .text-mobile{
		display: none !important;
	}

	.text{
		display: block !important;
	}
}

@media screen and (max-width: 850px) {
    .banner .col-lg-7 {
        text-align: center;
    }

    .banner .col-lg-7 p.color-dark-gray {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .banner .col-lg-7 button {
        justify-content: center;
    }

}


@media (max-width: 564px) {
    .main-categories-mobile .row.content-between li:nth-child(1) {
        width: 100%;
    }
    .main-categories-mobile .row.content-between li:nth-child(2),
    .main-categories-mobile .row.content-between li:nth-child(3) {
        width: 45%;
    }

    .information {
        padding: 10px;
        width: 95%;
    }

}
