.business_ad {
	max-width: 90% !important;
	height: auto;
	border-radius: 10px;
}

.c-info .c-tile {
	background: linear-gradient(338.83deg, #f8c6ff -3.41%, rgba(255, 196, 255, 0) 52.31%), #ffeec4;
}


.c-info .c-tile h2, .c-info .c-tile span {
    color: #4b3235;
}

.c-tile__form {
    position: relative;
    transition: all .4s ease-in-out;
    max-width: 100%;
    display: inline-block;
/*    filter: drop-shadow(0 52px 74px rgba(0, 21, 64, .138559));*/
}

.c-info form {
	background: inherit;
	display: flex;
	flex-direction: column;
	padding: auto;
	margin-top: 20px;
	width: 80% !important;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 10px;
	vertical-align: center;
}

@media (min-width:1230px) {
	.c-info form{
		width: 820px !important;
		margin-left: 102px;
		margin-right: 102px;
	}
}
form input {
	border: 0;
	margin: 10px;
	padding: 20px;
	outline: none;
	color: #4b3235;
	opacity: 0.6;
	background: background: linear-gradient(338.83deg, #f8c6ff -3.41%, rgba(255, 196, 255, 0) 52.31%), #ffeec4;
	font-size: 1vm;
	border-radius: 10px;
}

form button {
	background: linear-gradient(6.03deg, #dacdff .5%, rgba(218, 205, 255, 0) 46.89%), #ffeaee;
	padding: 20px;
	margin: 10px;
	color: #4b3235;
	font-size: 2vm;
	border: 0px;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
}

.main_img {
	max-width: 80%;
	margin-left: 100px;
}

.main_text {
	width: 60%;
}

.c-hero__box {
	padding: auto !important;
}
.slider-container {
  height: 450px;
  width: 80%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: lightgray;
  margin-left: 10%;
  margin-top: 100px;
}
.menu {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  bottom: 0;
}
.menu label {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50px;
  margin: 0 0.2em 1em;
}
.menu label:hover,
.menu label:focus {
  background: #1c87c9;
}
.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  padding: 8em 1em 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: left 0s 0.75s;
}
[id^="slide"]:checked + .slide {
  left: 0;
  z-index: 100;
  transition: left 0.65s ease-out;
}
.slide-1 {
  background-image: url("../resources/thumbnail1.png");
  max-height: 100%;
}
.slide-2 {
  background-image: url("../resources/thumbnail2.png");
  max-height: 100%;
}
/*.slide-3 {
  background-image: url("../images/warehouse3.jpeg");
  max-width: 100%;
}
.slide-4 {
  background-image: url("../images/warehouse4.jpeg");
  max-width: 100%;
}*/
.card ,.card-2 {
  box-shadow: 0 52px 74px rgba(0, 21, 64, .138559);
  border-radius: 10px;
}