

.blog {
    margin-top: 30px;
}

.blog-slider1 {

  position: relative;
  margin: 0 5% 0 15%;
  background: #fff;
  padding: 25px;
  border-radius: 25px;
  height: auto;
}
.blog-slider2 {

	position: relative;
	margin: 0 12% 0 8%;
	background: #fff;
	padding: 25px;
	border-radius: 25px;
	height: auto;
  }
.blog-slider_img1 {
	width: 340px;
	height: 340px;
	background-image: linear-gradient(147deg, #7e71f3 0%, #8bb5f3 74%);
	box-shadow: 4px 13px 30px 1px rgba(26, 87, 220, 0.807);
	border-radius: 20px;
	transform: translateX(-100px);
	float: left;
  }

  .blog-slider_img2 {
	width: 340px;
	height: 340px;
	background-image: linear-gradient(147deg, #7e71f3 0%, #8bb5f3 74%);
	box-shadow:  4px 13px 30px 1px rgba(26, 87, 220, 0.807);
	border-radius: 20px;
	transform: translateX(100px);
	float: right;
  }

.blog-slider_img1 img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
  }
  .blog-slider_img2 img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
  }

  .blog-slider_loca {
	margin-left: 6%;
	color: #7b7992;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
  }
  
  .blog-slider_title {
	margin-left: 6%;
	font-size: 39px;
	font-weight: 700;
	color: #b92517;
	margin-bottom: 20px;
  }
  
  .blog-slider_text {
	font-size: 20px;
	margin-left: 6%;
	color: #0d0925;
	margin-bottom: 30px;
	line-height: 1.5em;
  }



.clear{
	clear:both;
}


