.strength {
  text-align: center;
  margin: 50px 5% 100px 5%;
}
.strength h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
.strength .strength-contents .strength-content {
  background: #fff;
  border-radius: 4px;
  border: rgba(221, 221, 221, 0.5) 1px solid;
  box-shadow: 0 0 40px rgba(99, 99, 99, 0.35);
  margin: 50px auto;
}
.strength .strength-contents .strength-content img {
  margin-top: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength .strength-contents .strength-content h2 {
  margin-top: 20px;
  font-size: 20px;
}
.strength .strength-contents .strength-content p {
  font-size: 15px;
  margin: 30px 20px;
}

@media screen and (min-width: 1150px) {
  .strength {
    position: relative;
    margin: 50px 0 100px 0;
  }
  .strength h1 {
    font-size: 40px;
  }
  .strength .strength-contents {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .strength .strength-content {
    height: 450px;
    width: 25%;
  }
  .strength::after {
    content: "";
    background: rgb(59, 163, 224);
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: -19.8%;
    z-index: -1;
  }
}/*# sourceMappingURL=strength.css.map */