
.b2b-landing .landing-content-desc{
    text-align: center;
}
.b2b-landing .landing-content-desc-description {
	margin: 0;
}

.b2b-landing .landing-content-desc-subtitle {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 50px;
	text-transform: none;
	letter-spacing: 0;
}
.b2b-landing .landing-content-desc-subtitle::after {
	display: none;
}

.b2b-landing .landing-content-desc-button > a {
	width: 220px;
	margin: 0 .5rem;
}
.b2b-landing .landing-content-desc-button > a.btn-theme-dark:hover {
    background-color: #fff; 
    border-color: #fff;
}

.b2b-landing .sostenibilita-box-strong {
	font-size: 36px;
}


section.sostenibilita.b2b-landing .sostenibilita-content h1 {
	font-weight: 700;
	font-family: var(--body-font-family);
	font-style: normal;
}

section.sostenibilita.b2b-landing .sostenibilita-content h1 > span {
	font-style: italic;
	font-weight: 300;
}

.default-carousel .owl-item {
	padding: 0 .75rem;
}


.b2b-section-title{
	font-size: 26px;
	font-weight: 600;
}
.b2b-section-subtitle{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.post-item > .product-box > .product-box-content h3.product-box-title {
	font-family: var(--body-font-family);
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	margin-top: 0;
}


 .owl-carousel .owl-stage{
    display: flex;
}

.post-item.single-product-item {
    border-bottom: 1px solid var(--border-input);
  }

  .post-item .post-date, .post-head .post-date {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: var(--border-input);
	font-family: var(--body-font-family);
	text-transform: lowercase;
}

@media (max-width: 1199px) {

    .b2b-landing.sostenibilita .landing-content-image {
        padding: 64% 0px;
        background-position: center;
    }
 

    .b2b-landing .landing-content-desc {
        text-align: center;
        transform: none;
        left: 0;
        top: 0;
        margin-top: 50px;
        padding: 0 1.5rem;
    }

    .b2b-landing .landing-content-desc-subtitle {
        font-size: 15px; 
    }
    .b2b-landing .landing-content-desc-button > a {
        width: 100%;
        margin: .5rem .5rem 0;
    }

    .b2b-landing .sostenibilita-box-strong {
        font-size: 17px;
        line-height: 1.4;
    }

    .sostenibilita-box-strong strong {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4;
    }
}