.service_container {
  margin: 12vh 20vw;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.service_title {
  font-size: 1.2vw;
  text-align: center;
  margin-bottom: 4vh;
}

.service_txt {
  text-align: left;
  font-size: 0.8vw;
  margin-bottom: 1vh;
}

.service_smTitle {
  font-size: 0.8vw;
  font-weight: 600;
}
