.section-Edge365-1 .column {
  float: left;
  width: 32.5%;
  padding: 0 0 0 12px;
}
.section-Edge365-1 .column:nth-child(1) {
  padding: 0;
}
.section-Edge365-1 .column:nth-child(2) {
  padding-top: 30px;
}
/* Clear floats after the columns */
.section-Edge365-1 .row:after {
  content: "";
  display: table;
  clear: both;
}
.section-Edge365-1 .card {
  width: 100%;
  transition: 0.5s all;
  padding: 0px;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  cursor: pointer;
}
.section-Edge365-1 .card:hover {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
}
.section-Edge365-1 .card .profile {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.section-Edge365-1 .card:hover .profile{
  transform: scale(1.4);
}
.section-Edge365-1 .card .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 400px;
}
.section-Edge365-1 .card .content .front {
  height: 100%;
}
.section-Edge365-1 .card .content .back {
  position: absolute;
  width: 95%;
  height: 100%;
  /*background-color: rgb(0 48 205 / 70%);*/
  transition: 1s;
  z-index: 1;
  padding: 10px;
}
.section-Edge365-1 .from-bottom {
  top: 58%;
  left: 0;
}
.section-Edge365-1 .card:hover .content .from-bottom {
  top: 78%;
}
.section-Edge365-1 .card .content h2 {
  font-size: 21px;
  line-height: 22px;
  padding: 0 10px 10px;
  color: #FFF;
}
.section-Edge365-1 .card .content p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px 10px;
  color: #FFF;
  width: 90%;
}
.section-Edge365-1 .card:hover .content h2 {
  color: transparent;
}
.section-Edge365-1 .card:hover .content p {
  display: none;
}
.section-Edge365-1 .card .pro-bg {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.section-Edge365-1 .card:hover .pro-bg{
  transform: scale(1.5);
}
.section-Edge365-1 .card .content .back h2 {
  font-size: 21px;
  line-height: 22px;
  padding: 10px;
  color: #FFF;
}
.section-Edge365-1 .card .content .back p {
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
}
.section-Edge365-1 .card .content .back .tem-img {
  border-radius: 100%;
}
.section-Edge365-1 .card .content .back .des {
  font-size: 16px;
}

/* Responsive columns */
@media screen and (max-width: 1200px) {
  .section-Edge365-1 .card .content {
  min-height: 450px;
  }
}
@media screen and (max-width: 990px) {
  .section-Edge365-1 .container {
    width: 100%;
  }
  .section-Edge365-1 .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .section-Edge365-1 .column {
  padding: 0 !important;
  margin-bottom: 10px !important;
  }
  .section-Edge365-1 .column:nth-child(2) {
    padding-top: 0px !important;
  }
  .section-Edge365-1 .card {
    width: 70%;
    margin: 0 auto;
  }
  .section-Edge365-1 .from-bottom {
    top: 68%;
  }
}
@media screen and (max-width: 880px) {
  .section-Edge365-1 .from-bottom {
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .section-Edge365-1 .card .content {
  min-height: 400px;
  }
  .section-Edge365-1 .card {
    width: 100%;
  }
  .section-Edge365-1 .from-bottom {
    top: 58%;
  }
}
@media screen and (max-width: 550px) {
  .section-Edge365-1 .from-bottom {
    top: 60%;
  }
  .section-Edge365-1 .card .content .back .des {
    font-size: 14px;
  }
}