.sv54 [class*="col"]:not(:last-child) {
  margin-bottom: 40px;
}

.sv54 .sv54-box-img img {
  width: 100%;
  transition: 0.7s ease-in-out;
}

.sv54 .sv54-team-box {
  background-color: #ffffff;
  position: relative;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;

}

.sv54 .sv54-team-grid:hover .sv54-team-box .sv54-box-img img {
  transform: scale(1.1)
}

.sv54 .sv54-team-grid {
  cursor: pointer;
}

.sv54 .sv54-team-grid i {
  color: #ffffff;
}

.sv54 .sv54-box-content {
  padding: 16px;
  position: relative;
}

.sv54 .sv54-team-grid .sv54-box-img {
  mask-image: url('data:image/svg+xml,<svg width="424" height="271" viewBox="0 0 424 271" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 217V217C132.163 289.004 291.837 289.004 424 217V217V0H0V217Z" fill="%23D9D9D9"/></svg>');
  mask-size: 100% 100%;
  background-color: #ffffff;
}

.sv54 .sv54-box-wrapper {
  mask-image: url('data:image/svg+xml,<svg width="424" height="271" viewBox="0 0 424 271" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 217V217C132.163 289.004 291.837 289.004 424 217V217V0H0V217Z" fill="%23D9D9D9"/></svg>');
  mask-size: 100% 100%;
  border-bottom: 8px solid #000000;
  background-color: #000000;
  transition: 0.7s;
}

.sv54 .sv54-team-grid:hover .sv54-team-box .sv54-box-wrapper {
  background-color: #C90000;
  border-bottom: 8px solid #C90000;
}

.sv54 .sv54-team-grid:hover .sv54-team-box .btn {
  background-color: #000000;
}

.sv54 .sv54-team-box .btn {
  transition: 0.7s;
}

.sv54 .sv54-team-box .btn-primary {
  background-color: #C90000;
}

.sv54 .sv54-box-icon {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  background-color: #C90000;
  border: 1px solid #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  text-align: center;
  line-height: 100px;
  transition: 0.7s;
  z-index: 2;
}

.sv54 .sv54-team-grid:hover .sv54-team-box .sv54-box-icon {
  background-color: #000000
}

.sv54 .sv54-box-icon i {
  font-size: 42px;
  vertical-align: middle;
}


@media (min-width: 767px) {
  .sv54 [class*="col"]:nth-last-child(2) {
    margin-bottom: 0px;
  }

}



@media (min-width: 1200px) {
  .sv54 [class*="col"]:nth-last-child(3) {
    margin-bottom: 0px;
  }

}