
#services_v4 {
    text-align: center;
    padding: 60px 10px;
    background: var(--white);
}

#services_v4 h2 {
    font-size: 1.8rem;
    color: var(--dark-brown);
    margin-bottom: 15px;
}
/* SERVICES SECTION */
#services_v4 {
	text-align: center;
	padding: 60px 10px;
	background: var(--white);
  }
  #services_v4 h1 {
	color: var(--dark-brown);
  }
  #services_v4 p {
	max-width: 800px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
  }
  
  .row_services {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  }
  .col-4 {
	width: 31.3%;
	margin: 1%;
	/* overflow: hidden; */
	max-width: 550px;
  
  }
  .col-4 .img-item {
	filter: sepia(100);
	transition: filter ease 250ms, opacity ease 250ms;
	overflow: hidden;
	box-shadow: 0 0 10px #555;
	position: relative;
  }
  /* .students-grid-3-col .col-4 .img-item {
	  filter: sepia(100);
	  transition: filter ease 250ms, opacity ease 250ms;
	  overflow: hidden;
	  box-shadow: 0 0 10px #555;
	} */
  .col-4 .img-item:hover {
	filter: sepia(0);
	/* opacity: .9; */
  }
  
  .col-4 .img-item img {
	width: 100%;
	transition: transform ease 500ms;
	display: block;
  }
  .col-4 .img-item:hover img {
	transform: scale(1.1);
  }
  .col-4 .img-item .caption {
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #46301adb;
	color: #fff;
	transition: ease 500ms;
  }
  .col-4 .img-item:hover .caption {
	bottom: 0;
	opacity: 1;
  }
  .btn_services {
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 20px 40px;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: opacity 150ms ease, transform 150ms ease;
}
.col-4 {
	width: 31.3%;
	margin: 1%;
	/* overflow: hidden; */
	max-width: 550px;
  
  }
  .col-4 .img-item {
	filter: sepia(100);
	transition: filter ease 250ms, opacity ease 250ms;
	overflow: hidden;
	box-shadow: 0 0 10px #555;
	position: relative;
  }
  /* .students-grid-3-col .col-4 .img-item {
	  filter: sepia(100);
	  transition: filter ease 250ms, opacity ease 250ms;
	  overflow: hidden;
	  box-shadow: 0 0 10px #555;
	} */
  .col-4 .img-item:hover {
	filter: sepia(0);
	/* opacity: .9; */
  }
  
  .col-4 .img-item img {
	width: 100%;
	transition: transform ease 500ms;
	display: block;
  }
  .col-4 .img-item:hover img {
	transform: scale(1.1);
  }
  .col-4 .img-item .caption {
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #46301adb;
	color: #fff;
	transition: ease 500ms;
  }
  .col-4 .img-item:hover .caption {
	bottom: 0;
	opacity: 1;
  }
  @media (min-width: 992px) {
	.about-3-col div{
		text-align: center;
		display: inline-table;
	  }
}
@media (max-width: 991px) and (min-width: 651px) {
	.about-3-col div{
		text-align: center;
		display: inline-block;
	  }
}
@media (max-width: 650px) {
	.about-3-col div{
		text-align: center;
		display: table-row;
	  }
}
.sd-v2 {
	width: 31.3%!important;
    margin: 1%;
    /* overflow: hidden; */
    max-width: 550px;
}

  