
.containerv {
    border: 3px solid transparent;
    padding: 80px 40px 40px;
    max-width: 1200px;
}

.row_1 {
	display:-ms-flexbox;
	display:flex;-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:12px;
	margin-left:12px;
	margin-top: 25px;
}

.team_box {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0 0 0 0
}

    
.img-fluidv {
    max-width: 150px;
    height: 150px;
}

.team_text {
	position: relative;
    width: 100%;
    min-height: 141px;
    padding-right: 15px;
    padding-left: 15px;
}
	
.team_h7 {
	position: right;
    width: 100%;
    min-height: 1px;
    padding-right: 213px;
    padding-left: 0px;
}

.team_img {
	position: relative;
    width: 100%;
    min-height: 141px;
    padding-right: 15px;
    padding-left: 15px;
	margin: 0 0 0 0
}


/* Three columns side by side */
.column_1 {
  float: left;
  width: 33.3%;
  /* margin-bottom: 16px; */
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column_1 {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card_1 {
  box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 1);
}

/* Some left and right padding inside the container */
.container_1 {
  padding: 0 16px;
}

/* Clear floats */
.container_1::after, .row_1::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: #ffffff;
}

/* .button { */
  /* border: none; */
  /* outline: 0; */
  /* display: inline-block; */
  /* padding: 8px; */
  /* color: white; */
  /* background-color: #000; */
  /* text-align: center; */
  /* cursor: pointer; */
  /* width: 100%; */
/* } */

/* .button:hover { */
  /* background-color: #555; */
/* } */
