@media (min-width:768px) {
  .v_service {
    display:flex;
    margin: auto;
    margin-top: 40px;
    justify-content: space-around;
  }
  .v_service .column {
    width: 25%;
    text-align: center;
  }
}

@media (max-width:767px) {
  .v_service {
    margin: auto;
  }
  .v_service .column {
    margin-top: 40px;
    text-align: center;
  }
}

.v_service .circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  color: #7ac;
  background-color: #058;
  margin: auto;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center
}
.v_service h3 {
  margin-top: 32px;
}
.v_service .text {
  line-height: 1.5;
  text-align: justify;
}
