.block-strengths-row-5 {
  display: flex;
  flex-wrap: wrap;
  /* background: #f7f7f7; */
  padding: 10px 0px;
  padding: 100px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 25px 70px 0px rgba(152, 152, 153, 0.25);
  box-shadow: 0px 25px 70px 0px rgba(152, 152, 153, 0.25);
}
@media all and (max-width: 1140px) {
  .block-strengths-row-5 {
    padding: 60px 0px;
  }
}
@media all and (max-width: 1024px) {
  .block-strengths-row-5 {
    padding: 25px 0px;
  }
}
.block-strengths-row-5 .item {
  width: 25%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 0px 30px;
}
@media all and (max-width: 1024px) {
  .block-strengths-row-5 .item {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 800px) {
  .block-strengths-row-5 .item {
    margin: 20px 0px;
    width: 50%;
  }
}
.block-strengths-row-5 .item:hover svg {
  fill: var(--main-color) !important;
}
.block-strengths-row-5 .item:hover svg .th1, .block-strengths-row-5 .item:hover svg .th2 {
  stroke: var(--main-color) !important;
}
.block-strengths-row-5 .item:hover svg .th2 {
  fill: var(--main-color) !important;
}
.block-strengths-row-5 .item:hover a {
  color: var(--main-color) !important;
}
.block-strengths-row-5 .item .icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .block-strengths-row-5 .item .icon {
    margin-bottom: 10px;
  }
}
.block-strengths-row-5 .item svg {
  width: 52px;
  height: 52px;
  /* margin-bottom: 7px; */
  fill: var(--main-color);
}
.block-strengths-row-5 .item:nth-child(2) svg {
  width: 60px;
}
.block-strengths-row-5 .item .content-right .title_name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media all and (max-width: 1024px) {
  .block-strengths-row-5 .item .content-right .title_name {
    margin-bottom: 12px;
    font-size: 17px;
  }
}
@media all and (max-width: 430px) {
  .block-strengths-row-5 .item .content-right .title_name {
    font-size: 16px;
  }
}
.block-strengths-row-5 .item .content-right .summary_name {
  font-size: 15px;
  line-height: 1.6;
  color: var(--body-color);
}
@media all and (max-width: 1024px) {
  .block-strengths-row-5 .item .content-right .summary_name {
    font-size: 14px;
  }
}
.block-strengths-row-5 .item:after {
  position: absolute;
  right: 0px;
  content: "";
  border-right: 1px solid #ececec;
  height: 56px;
  top: 20px;
}
.block-strengths-row-5 .item:last-child:after {
  display: none;
}
@media screen and (max-width: 1160px) {
  .block-strengths-row-5 .item svg {
    width: 46px;
    height: 46px;
  }
  .block-strengths-row-5 .item:nth-child(2) svg {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .block-strengths-row-5 .item {
    padding: 0px 10px;
  }
  .block-strengths-row-5 .item .content-right {
    font-size: 14px;
  }
}

.block-strengths-row-5 .item:nth-child(1) svg {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim;
}
.block-strengths-row-5 .item:nth-child(2) svg {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a1;
}
.block-strengths-row-5 .item:nth-child(3) svg {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;
}
.block-strengths-row-5 .item:nth-child(4) svg {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a3;
}
@keyframes chang-rotage-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  5% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  15% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  25% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes chang-rotage-anim-a1 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  25% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  35% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  45% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes chang-rotage-anim-a2 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  55% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  60% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  65% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  70% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  75% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes chang-rotage-anim-a3 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  75% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  80% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  85% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  90% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  95% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}/*# sourceMappingURL=row_5.css.map */