
.Introduction h3{
    text-align: center;
    font-size: 30px;
    margin: 10px 0 20px;
}
.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(100% - 2rem);
  margin: 1rem;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 150px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back{
  background: #748d4c;

}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    /* text-align: center; */
    padding: 0 100px;
}
.inner p{
    font-size: 1.1rem;
    line-height: 170%;
    text-align: left;
}

.container .back{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.container .back:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}
.container .back .backbg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.container .back .backbg img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.container .front{
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner h2,
.back .inner h3{
  font-size: 2rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 120%;
  display: inline-block;
  width: 90px;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
}
.front .inner h2:after {
    margin: 0 25px;
    content: "/";
    font-size: 16px;
    vertical-align: bottom;
    color: rgb(255 255 255 / 0.5);
    font-weight: normal;
}
.front .inner p{
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  display: inline-block;
  vertical-align: initial;
  width: calc(100% - 100px);
}
.front .inner p b{
    margin-right: 20px;
    color: white;
    font-size: 20px;
}
@media screen and (max-width: 64rem){
  .col{
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(100% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 1024px) {
	.front, .back {
		min-height: 140px;
	}
	.inner{
    padding: 0 40px;
}
	.front .inner span {
		font-size: 16px;
	}
	.front .inner p {
	vertical-align: middle;
	}
	.front .inner p b{
    display: block;
    text-align: left;
}
}
@media screen and (max-width: 480px){
.front .inner h2, .back .inner h3{
    display: block;
}
.front .inner p{
    width: 100%;
}
.front .inner p b{}
}
@media screen and (max-width: 450px){
	.front .inner span {
		font-size: 12px;
	}
	.front .inner p {
	}
	.front, .back {
		min-height: 210px;
	}
}
@media screen and (max-width: 375px){
	.front, .back {
		/* min-height: 575px; */
	}
	.inner p {
		font-size: 16px;
		line-height: 170%;
	}
}