.main__action h5 {
	position: relative;
}

.main__action h5 .fixed-explanation {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	font-size: 13px;
	line-height: 18px;
	padding-top: 9px;
	bottom: -32px;
	left: 0px;
	color: inherit;
	font-family: "Gilroy-Regular", sans-serif !Important;
	font-weight: normal;
	border-top: 1px solid #ACACAC;
}











@media (max-width: 1680px) {

.holiday-strip {
	height: 75px !Important;
}

}

@media (max-width: 1320px) {

}

@media (max-width: 1199px) {

.main__action h5 .fixed-explanation {
	font-size: 11px;
	line-height: 16px;
	padding-top: 5px;
	bottom: -24px;
}

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

.main__action h5 .fixed-explanation {
	white-space: normal;
	max-width: 100%;
	padding-right: 50px;
	font-size: 10px;
	line-height: 14px;
	padding-top: 4px;
	bottom: -36px;
}

}

@media (max-width: 575px) {

.main__action h5 {
	white-space: nowrap;
}

.main__action h5 .fixed-explanation {
	padding-right: 20px;
}

}