@import "../fonts/fonts.css";
.strength {
  padding: 100px 0;
}
.strength .st-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.strength .st-top .stt-l {
  width: 60%;
}
.strength .st-top .stt-r {
  width: 35%;
}
.strength .st-bot {
  margin-top: 80px;
}
.strength .st-bot ul {
  display: flex;
  justify-content: space-between;
}
.strength .st-bot ul li {
  width: 14%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
}
.strength .st-bot ul li img {
  width: 80px;
  margin: 0 auto;
}
.strength .st-bot ul li h5 {
  font-size: 1rem;
  color: #9F7308;
  font-family: "avenirblack", sans-serif;
  margin: 10px 0;
  min-height: 70px;
  text-transform: capitalize;
}
.strength .st-bot ul li p {
  font-size: 0.9rem;
  color: #111111;
  line-height: 1.4;
  font-family: "avenirbook", sans-serif;
}

.competent ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.competent ul li {
  width: 32%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #9F7308;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.competent ul li img {
  width: 100px;
  margin: 0 auto;
}
.competent ul li * {
  text-align: left;
}
.competent ul li h4 {
  font-size: 1.5rem;
  color: #9F7308;
  font-family: "Century Schoolbook", sans-serif;
  margin: 10px 0;
  text-transform: capitalize;
  font-family: "Century Schoolbook", sans-serif;
  font-weight: bold;
}
.competent ul li p {
  font-size: 1.2rem;
  color: #111111;
  line-height: 1.5;
  font-family: "avenirbook", sans-serif;
}
.competent ul li:nth-child(2) {
  margin: 0 20px 20px 20px;
}
.competent ul li:nth-child(4) {
  margin-right: 20px;
}

@media only screen and (max-width : 500px) {
  .strength, .cover {
    padding: 40px 0;
  }
  .strength .st-top {
    flex-direction: column;
  }
  .strength .st-top .stt-l, .strength .st-top .stt-r {
    width: 100%;
  }
  .strength .st-top .stt-r img {
    width: 200px;
    margin: 20px auto;
  }
  .strength .st-bot ul {
    flex-wrap: wrap;
  }
  .strength .st-bot ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .competent ul {
    padding: 0;
    justify-content: space-between;
    margin-top: 40px;
  }
  .competent ul li {
    width: 49%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 10px;
  }
  .competent ul li:nth-child(2), .competent ul li:nth-child(4) {
    margin: 0;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=why.css.map */