
.gradient-heading h2 {
  background: #43cea2;
  background: -webkit-linear-gradient(to right, #43cea2, #1e6b9e);
  background: linear-gradient(to right, #43cea2, #1e6b9e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.team-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px -10px;
}
.team-card {
  background-position: top center !important;
  background-size: cover !important;
  width: 100%;
  max-width: 25%;
  min-height: 430px;
  max-height: 430px;
  padding: 30px;
  margin: 80px 10px 0px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  filter: grayscale(100%);
}
.team-card:hover {
  transform: matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  margin-top: -20px;
  filter: grayscale(0);
}
.team-card h3 {
  font-size: 40px;
  font-family: "Oswald";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  transform: translateY(100px);
}
.team-card:hover h3 {
  transform: translateY(0px);
}
.team-card a.readmore-btn {
  display: inline-block;
  color: #242424;
  border-width: 0px;
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
.team-card:hover a.readmore-btn {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.team-card a.readmore-btn:hover {
  background-color: #43CEA2;
  color: #fff;
}
.page-header {
  padding:  0px;
  text-align: center;
}
.page-header h2 {
  font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 41px;
  color: #242424 !important;
  margin-top: 20px !important;
}
.taxonomy-page {
  background-position: right 0px center;
  background-image: url(https://renewal.mn/wp-content/uploads/2022/05/Untitled-1-4.png) !important;
	padding: 20px 0px;
	background-repeat: no-repeat;
}
.team-cards-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
	    max-width: 1600px;
}
.s-team-card {
  position: relative;
  width: 100%;
  max-width: 365px;
  min-height: 510px;
  margin: 40px 20px;
  overflow: hidden;
}
.s-team-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center !important;
  background-size: cover !important;
  transition: all 0.2s ease-in-out;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.s-team-card:hover .s-team-image {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.team-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 510px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.s-team-card:hover .team-inner {
  opacity: 1;
  visibility: visible;
}
.s-team-content {
  text-align: center;
  position: relative;
}
.s-team-content h2 {
  font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 41px;
  color: #fff !important;
  max-width: 300px;
  text-align: center;
  line-height: 1.3;
}
.s-team-content p {
  font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
}
.team-tag {
  font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
  font-size: 22px;
  display: inline-block;
  margin: 30px auto;
  color: #fff;
  background-color: #319da0;
  padding: 11px 17px;
  text-transform: uppercase;
  transform: matrix3d(1, 0, 0, 0, -0.1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.team-footer {
  width: 100%;
  background-color: #319da0;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
}
.team-footer a {
  color: #fff !important;
  display: inline-block;
  margin: 10px 15px;
}
@media screen and (max-width: 820px) {
	.team-card-row{flex-wrap:wrap;}
	.team-card{max-width:45%;transform:none !important;margin-top: 40px!important;}
	.team-card:hover{transform:none !important;margin-top: 40px!important;}
}
@media screen and (max-width: 520px) {
	.team-card{max-width:100%;transform:none !important}
}