section.special-offer-description {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 50px;
}

section.special-offer-description .box {
    border: var(--border);
    position: relative;
    font-size: 15px;
    line-height: 20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 100px;
    padding-top: 82px;
}

section.special-offer-description .box:hover {
    opacity: 1;
}

section.special-offer-description h2 {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 20px;
}

section.special-offer-description h3 {
    font-size: 16px;
    color: white;
    line-height: 18px;
}

section.special-offer-description .caption {
    background: var(--color2);
    display: inline-block;
    font-size: 22px;
    line-height: 42px;
    border-radius: var(--border-radius);
    position: absolute;
    transform: rotate(3deg);
    top: -14px;
    right: 0;
    color: white;
    text-align: center;
    left: 0;
}


/* [xxl] */
@media all and (max-width: 1440px) {
	section.special-offer-description {

	}
	section.special-offer-description .box {

	}
	section.special-offer-description .box:hover {

	}
	section.special-offer-description h2 {

	}
	section.special-offer-description h3 {

	}
	section.special-offer-description .caption {

	}
}

/* [xl] */
@media all and (max-width: 1320px) {
	section.special-offer-description {

	}
	section.special-offer-description .box {

	}
	section.special-offer-description .box:hover {

	}
	section.special-offer-description h2 {

	}
	section.special-offer-description h3 {

	}
	section.special-offer-description .caption {

	}
}

/* [l] */
@media all and (max-width: 1140px) {
	section.special-offer-description {

	}
	section.special-offer-description .box {

	}
	section.special-offer-description .box:hover {

	}
	section.special-offer-description h2 {

	}
	section.special-offer-description h3 {

	}
	section.special-offer-description .caption {

	}
}

/* [m] */
@media all and (max-width: 960px) {
	section.special-offer-description {

	}
	section.special-offer-description .box {

margin: 0;

padding-top: 55px;

}
	section.special-offer-description .box:hover {

	}
	section.special-offer-description h2 {

	}
	section.special-offer-description h3 {

	}
	section.special-offer-description .caption {

	}
}

/* [s] */
@media all and (max-width: 720px) {
	section.special-offer-description {

	}
	section.special-offer-description .box {

	}
	section.special-offer-description .box:hover {

	}
	section.special-offer-description h2 {

	}
	section.special-offer-description h3 {

	}
	section.special-offer-description .caption {

	}
}

/* [xs] */
@media all and (max-width: 576px) {
	section.special-offer-description {

	}
	section.special-offer-description .box {

	}
	section.special-offer-description .box:hover {

	}
	section.special-offer-description h2 {

	}
	section.special-offer-description h3 {

	}
	section.special-offer-description .caption {

font-size: 18px;

}
}