@import '../Headers/Header_02/header_02.css';
@import "../components/faq.css";
@import '../Moduli/SliderScorrimento/news-stripe_2.css';
@import "../Moduli/SliderScorrimento/carousel-big.css";
#preview.theme-b-3 .col-img {
    box-shadow: 0 0 10.417vw rgb(255 255 255 / 5%);
}
.white .toggle-arrow {
    filter: invert(1);
}
#faq .stripe-container-inner {
    padding: 6rem;
}
.header-buttons {
	gap: 1.563vw;
}
/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {

}

/* Team grid to set as classic team grid on four col grid
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1460px) {

}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	#faq .stripe-container-inner {
	    padding: 5rem;
	}
}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {

}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
	#faq .stripe-container-inner {
	    padding: 4rem;
	}
}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	#faq .stripe-container-inner {
	    padding: 3rem;
	}
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#faq .stripe-container-inner {
		padding: 2em;
	}
}

/* Mobile port
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.btn.open-popup {
	    width: 100%;
	    padding: 16px;
	}
	#home-services .stripe-container-inner.apply-pad-2,
	#agency-services .stripe-container-inner.apply-pad-2 {
	    padding: 0;
	}
	#home-services .two-col-grid,
	#agency-services .two-col-grid {
	    grid-template-columns: 1fr;
	}
	#home-services .btn,
	#agency-services .btn{
	    display: none;
	}
	#home-services h2,
	#agency-services h2 {
	    margin-bottom: 0;
	}
}