.service_box {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px;
}

.service_box h4 {
  font-size: 48px;
  font-weight: bold;
}

.service_box h5 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.service_list {
  margin-top: 60px;
  line-height: 32px;
  font-size: 20px;
}

.strong {
  font-weight: bold;
}
.service_list p {
  /* font-weight: bold; */
  margin-bottom: 20px;
  font-size: 22px;
}
p a {
  color: blue;
}
p a:hover {
  color: blue;
}

.service_list li {
  margin-bottom: 20px;
  position: relative;
}

.service_list li span {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.service_list li span::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 14px;
  width: 6px;
  height: 6px;
  background-color: #232323;
  border-radius: 6px;
}

.service_list li a {
  font-weight: bold;
}

.contact_logo {
  display: block;
  width: 50%;
  margin: 50px auto;
}
