.PDP-MothersDay-2020 {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	line-height: 1.75em;
	font-size: 16px;
	background-image:url(img/visual-mothersday.jpg);
	background-position:center center;
	height:523px;
	display:flex;
	box-sizing:border-box;
	align-items:center;
	justify-content:flex-end;
	background-repeat:no-repeat;
}
.PDP-MothersDay-2020 .Wrapper{
	flex-basis:50%;
	box-sizing:border-box;
	padding:20px;
	text-align:left;
	position:relative;
	padding-bottom:60px;
}
.PDP-MothersDay-2020 .Wrapper::after{
	content: " ";
	position: absolute;
	bottom: -110px;
	left: 260px;
	background-image: url(img/deco.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 165px;
	height: 182px;
}
.PDP-MothersDay-2020 .BtnLink {
	margin: 0;
}
.PDP-MothersDay-2020 .BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	position: relative;
	background-color: #000;
	padding: 18px 30px;
	display: inline-block;
	line-height: 14px;
	min-width:100px;
	text-align:center;
}

.PDP-MothersDay-2020 .Title{
  font-weight:normal;
  padding:0;
  margin:0;
  font-size:50px;
  line-height:1em;
  font-family: ClarinsRegular, Clarins;
  padding-bottom:20px;
}

.PDP-MothersDay-2020 .Text{
  font-weight:normal;
  padding:0;
  margin:0;
  font-size:14px;
  line-height:1.4em;
  padding-bottom:20px;
}

@media screen and (max-width:1023px) {
.PDP-MothersDay-2020 .Wrapper::after{
	right: 0;
	left:auto;
}
.PDP-MothersDay-2020 .Title{
  font-size:35px;
}

}
@media screen and (max-width:761px) {
.PDP-MothersDay-2020{
	background-image:url(img/visual-mothersday-mobile.jpg);
	background-position:top center;
 	display:block;
	text-align:center;
	height:auto;
}  
.PDP-MothersDay-2020 .Wrapper::after{
	display:none;
}
.PDP-MothersDay-2020 .Wrapper{
	text-align:center;
	padding-top:382px;
}
}