  
      .sty4 {
  position: relative;
  overflow: hidden;
}

.sty4 .service-content {
  width: 100%;
}

.sty4 .service-content .dsftr4 {
  padding: 30px;
  margin: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .sty4 .service-content .dsftr4 {
    margin-left: 0px;
  }
}

.sty4 .service-content .dsftr4:after {
  content: '';
  border: 2px solid #6060eb;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: 20px;
  left: 20px;
  z-index: -1;
}

.sty4 .service-content .dsftr4:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  transition: all 0.2s linear;
}

.sty4 .service-content .dsftr4 .bgyt6 {
  position: relative;
}

.sty4 .service-content .dsftr4 .bgyt6 .service-title-large {
  text-align: center;
}

.sty4 .service-content .dsftr4 .bgyt6 .service-title-large a {
  color: #0b2f44;
  transition: all 0.2s linear;
  font-size: 23px;
  line-height: 0.7;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 991px) {
  .sty4 .service-content .dsftr4 .bgyt6 .service-title-large a {
    font-size: 26px;
  }
}

.sty4 .service-content .dsftr4 .kiop {
  position: relative;
}

.sty4 .service-content .dsftr4 .kiop .service-title-large-number {
  font-size: 40px;
  color: #6060eb;
  transition: all 0.2s linear;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 991px) {
  .sty4 .service-content .dsftr4 .kiop .service-title-large-number {
    font-size: 30px;
  }
}

.sty4 .service-content .dsftr4 .kiop p {
  transition: all 0.2s linear;
  margin-bottom: 20px; height: 50px;
}

.sty4 .service-content .dsftr4 .kiop .site-button-2 {
  color: #0b2f44;
  transition: all 0.2s linear;
}

.sty4:hover .dsftr4:before {
  background-color: #6060eb;
}

.sty4:hover .dsftr4 .bgyt6 .service-title-large a {
  color: #fff;
}

.sty4:hover .dsftr4 .kiop .service-title-large-number {
  color: #fff;
}

.sty4:hover .dsftr4 .kiop p {
  color: #fff;
}

.sty4:hover .dsftr4 .kiop .site-button-2 {
  color: #fff;
}

