.row-c{
  content: ""; display: table; clear: both;
}
.col-6 {
  float: left; width: 50%; padding: 10px;
}
.img-card {
  flex: 50%; position:relative;
}
.img-preview {
  position: absolute; right: 100px; top: 50px; height: 150px; border: 1px solid white; border-radius: 50%; width: 150px;
}
@media screen and (max-width: 600px) {
 .col-6 {
   width: 100%;
 }
 .img-preview {
     right: 10px!important;
  }
}

.features-content-box {
  width: 30%;
}

@media screen and (max-width: 912px) {
  .features-content-box {
    width: 100%;
  }
}

.row-this {
	display: flex; flex-wrap: wrap; clear: both; min-height: 200px
}

.row-this .col-6 {
	flex: 0 0 50%; padding: 10px; display: flex; align-items: center; justify-content: center;
}

.row-this .col-6 p {
	text-align: left;
}

.row-this .img-card {
	flex: 0 0 50%; padding: 10px; display: flex; align-items: center; justify-content: center;
}

.row-this .img-card img {
	height: 500px; border-radius: 50px;
}