	.field-activity {
        display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 65px;
}
.activity-item {
    text-align: center;
}
.field-activity p {
    color: #000;
    padding: 10px 20px;
    background: #F8F8F8;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
text-transform: uppercase;
min-height: 60px;
margin-top: 30px;
}
.vision .about-title {
    text-align: left;
}
.vision .about-title h2 {
    padding-top: 20px;
}
.vision .about-title h2:before {
    top: 0;
    left: 0;
    transform: unset;
    height: 3px;
}
.vision img {
    width: 100%;
}
.vision .about-title ul {
    padding: 0;
    margin-top: 20px;
}
.vision .about-title ul li {
    color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
margin-bottom: 10px;
}

.vision .about-title ul li:before {
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #bc1010;
}
#m_93703,#m_93705 {
    text-align: center;
}
#m_93705 img {
        border: 3px solid #DEDEDE;
    padding: 20px;
}
@media screen and (max-width:992px) {
    .field-activity {
        grid-template-columns: repeat(2, auto);
    }
}
@media screen and (max-width:456px) {
    .field-activity {
        grid-template-columns: repeat(1, auto);
    }
}
