#lesideeen .et_pb_promo_description p:last-of-type {
    padding: 10px;
	border-radius: 0 0 25px 25px !important;
}

.et_pb_testimonial:before {
    content: "|";
    font-size: 32px;
    position: absolute;
    margin-top: 0;
    background-color:rgba(255,255,255,0);
    margin-left: 0;
    border-radius: 31px;
    z-index: 2;
    left: 100%;
}

.main-menu-button a span{
	font-size:1rem !important;
	color:#fff !important;
	background-color:#A3195B;
	padding:8px 16px !important;
	border-radius:0 10px 0 10px;
}

@media all and (max-width: 980px) {
.custom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}	
	
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
}	