@media all and (min-width: 1200px) {
    .h1, h1 {
        font-size: 26px;
    }
	
	body.products-template-default .h1.fw-bold.mb-5.mt-2 {
		font-size: 26px;
	}	
	
	h2 {
        font-size: 24px
    }
	
	body p, 
	body a, 
	body li,
	body strong,
	body b	
	{
		font-size: 14px;
	}
	
	.btn:active, 
	.btn:focus, 
	.btn:hover, .btn {
		font-size: 14px;
	}
	
	h2.hero-banner-heading {
		font-size: 3.5rem;
	}		
}

@media all and (max-width: 1199px) {

    h2.hero-banner-heading {
        font-size: 2.6rem;
    }	
	
    .h1, h1 {
        font-size: 26px;
    }
	
	body.products-template-default .h1.fw-bold.mb-5.mt-2 {
		font-size: 24px;
	}	
	
	h2 {
        font-size: 24px;
    }
	
	body p, 
	body a, 
	body li,
	body strong,
	body b	
	{
		font-size: 14px;
	}
	
	.btn:active, 
	.btn:focus, 
	.btn:hover, .btn {
		font-size: 14px;
	}
	
	.info-download {
		font-size: 14px;
	}
	
	.fs-4 {
		font-size: calc(0.875rem + .3vw) !important;
	}
	
	.heading-h2 {
		font-size: 24px;
	}	
	
	.head-link {
		font-size: 14px;
	}	
}

div.product-image {
    height: calc(1rem + 27vh); 
    width: 100%;   
    overflow: hidden; 
}

div.product-image img.product-image {
    height: 100%;
    width: 100%;
    object-fit: cover; 
    object-position: center; 
}

.block-text-product {
	min-height: calc(3rem + 2.5vw);
}
.hero-banner-headline {
	font-size: 30px;
}

.hero-banner-content p {
    font-size: 20px;
    line-height: 25px;
}

.line-header {
    font-size: 1.9rem;
}

.text-introductory {
	font-size: 14px;
	display: block;
	min-height: 7rem;
}

.products-wrapper {
	display: initial !important;
	width: unset !Important;
}

.hero-banner {
    padding-bottom: 3rem !important;
    padding-top: 8rem !important;
}

.cta-start-text {
    font-size: 1.9rem;
	font-weight: 700;
    line-height: 1;
	color: rgb(216, 228, 246);
}

@media all and (max-width: 1024px) {
.hero-banner-content p {
    font-size: 15px;
	line-height: 22px;
}
.text-introductory {
    font-size: 14px;
}
.text-introductory + a {
	margin-bottom: 1rem;
}
.hero-banner {
    padding-bottom: 3rem !important;
    padding-top: 7rem !important;
}
}