.team-background-001 {
    background: #ffffff82;
    border: 1px solid #c3b6a875;
    border-radius: 10px !important;
    box-shadow: 1px 1px 5px 1px #95959524 !important;
}

.border-img-002 img.sppb-img-responsive {
    box-shadow: 1px 1px 7px 2px #9c928533;
    border-radius: 60px 10px 60px 10px;
}

.border-img-001 {
    position: relative;
}

.border-img-001:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  background: #f7e9dd;
  top: -15px;
  left: -15px;
  margin:auto;
  transition: 0.3s;
  border-radius: 20px;
  opacity: 0.8;
}


@media (max-width: 992px) {
.border-img-001:before {
  width: 90%;
  height: 90%;
  top: -9px;
  left: -9px;
  margin:auto;
  transition: 0.3s;
  border-radius: 20px;
  opacity: 0.8;
}}

.about-img-001 img.sppb-img-responsive {
    margin-left: 0%;
    padding-right: 0%;
    border-radius: 15px !important;
}

.about-img-001 {
    position: relative;
}

.about-img-001:before {
  content: "";
  width: 133%;
  height: 130%;
  position: absolute;
  background: #fcf4ed;
  top: 0px;
  bottom: 0px;
  right: 80px;
  margin:auto;
  transition: 0.3s;
  border-radius: 10px;
  opacity: 0.8;
}

@media (max-width: 992px) {
.about-img-001 img.sppb-img-responsive {
    padding-left: 0%;
    padding-right: 0%;
    border-radius: 20px !important;
}

.about-img-001 {
    position: relative;
}

.about-img-001:before {
  content: "";
  width: 133%;
  height: 110%;
  position: absolute;
  background: #fcf4ed;
  top: 0px;
  bottom: 0px;
  right: 80px;
  margin:auto;
  transition: 0.3s;
  border-radius: 10px;
  opacity: 0.8;
}}

.border-col-001 {
    border-radius: 20px;
}


.service-home-border-img-001 {
    position: relative;
}

.service-home-border-img-001:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  background: #f7e9dd;
  top: 0px;
  left: 0px;
  margin:auto;
  transition: 0.5s;
  border-radius: 20px;
  opacity:0;
}

.service-home-border-img-001:hover:before {
   top: -15px;
  left: -15px;
    opacity: 0.8;
}


.service-home-border-img-001 img.sppb-img-responsive {
    border-radius: 20px;
}