.carousel__link{
	position: absolute;
	top: 35%;
	width: 31%;
	height: 30%;
	border-radius: 3vw;
	border: 1px solid #767b89 ; 
	background-color: rgba(0, 0, 0, 0.5);
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
}
.carousel__link_left{
	left: 15%;
}
.carousel__link_right{
	right: 15%;
}
.carousel__link:hover{
	transition: 1s;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #d6363a ;
}
.carousel__link a{
	color: #f6f6f7;
	text-decoration: none;
}
.carousel__link a:hover{
	color: #d6363a;
	transition: 1s;
	text-shadow: 2px 2px 3px #000, 0px 8px 0px rgba(0, 0, 0, .18);
}
.carousel__text{
	color: #f6f6f7;
	text-align: center;
	font-size: 1vw;
}
.carouserl__text h1{
	font-size: 2vw;
}
.material-symbols-outlined.promo{
	font-size: 4vw;
	color: #d6363a;
	text-shadow: 3px 3px #808080;
	border-radius: 20px;
	text-align: center;
}
.material-symbols-outlined.catalogue_logo{
	font-size: 4vw;
	color: #f5f5f5;
	text-decoration: none;
}
.card.col-3.m-2.text-center{
	overflow: hidden;
	filter: brightness(0.8);
}
.card.col-3.m-2.text-center img, .card.img-wrapper img{
	filter: brightness(0.8);
}
.card.col-3.m-2.text-center:hover img, .card .img-wrapper:hover img{
	transform: scale(1.2);
	transition: 1s;
	filter: brightness(0.7) blur(2px);
}
.card .img-wrapper img{
	height: 100%;
}
.card.col-3.m-2.text-center:hover span{
	color: #d6363a;
	transition: 1s;
	text-shadow: 2px 2px 3px #000, 0px 8px 0px rgba(0, 0, 0, .18);
}
.textarea{
	height: 10%;
	width: 45vw;
	border-radius: 6px;
	border: 1px solid rgb(71,74,82, 0.8);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.card-img-overlay__logo{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.wp-block {
  margin: 0 0 15px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  cursor: default;
  border-radius: 2px;
}

.no-margin {
  margin: 0 !important;
}
.wp-block.inverse .figure {
  position: relative;
}
.wp-block.inverse .figure img {
  width: 100%;
}
.wp-block-info-over.left {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  bottom: 55px;
  left: 0;
}
.wp-block-info-over {
  width: 100%;
  padding: 10px;
  background: #9cd70e;
  border-top: 1px solid #e0eded;
}
.wp-block-info-over.left h2 {
  font-size: 13px;
  font-weight: normal;
}
.wp-block.inverse h2, .wp-block.inverse .title {
  margin: 0;
  padding: 12px 15px 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-transform: none;
}
.wp-block-info-over.left h2 a {
  padding: 10px 15px 20px 15px;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  background: rgba(51,51,51,0.8);
  background: #2c3e50;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.wp-block-info-over.left h2 .label {
  position: absolute;
  bottom: -30px;
  left: 15px;
  padding: .5em .6em .5em;
}
.wp-block.inverse h2, .wp-block.inverse .title {
  margin: 0;
  padding: 12px 15px 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-transform: none;
}
.label {
  border-radius: 0;
}
.card{
    margin: 0 .5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
.img-wrapper_width {
	max-height: 100%;
	width: 20em;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 767px) {
		.carousel-multiple .carousel-item.carousel-item-multiple > div {
			display: none;
		}
		.carousel-multiple .carousel-item.carousel-item-multiple > div:first-child {
			display: block;
		}
	}

	.carousel-multiple.carousel-inner .carousel-item-multiple.carousel-item.active,
	.carousel-multiple.carousel-inner .carousel-item-next,
	.carousel-multiple.carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-multiple.carousel-inner .carousel-item-end.active,
		.carousel-multiple.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-multiple.carousel-inner .carousel-item-start.active, 
		.carousel-multiple.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-multiple.carousel-inner .carousel-item-end,
	.carousel-multiple.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}