.pos5 .container {
  width: 1336px;
  padding: 0 15px;
}
.pos5 .block_title {
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .pos5 {
    margin-bottom: 60px;
  }
}

.services_home {
  display: flex;
  flex-wrap: wrap;
}
.services_home .item {
  flex: calc(33.3333333333% - 20px);
  margin: 0 7px;
}
.services_home .item img {
  width: 100%;
  height: auto;
  display: grid;
}
.services_home .item .box_content .name {
  color: #111;
  margin-top: 10px;
  font-family: "MarcellusRegular";
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
}
@media screen and (max-width: 990px) {
  .services_home .item .box_content .name {
    font-size: 18px;
  }
}
.services_home .item .box_content .summary_ctn {
  color: #2a2d33;
  margin: 10px 0 20px 0;
  font-size: 15px;
  font-weight: 700px;
  line-height: 22px;
}
@media screen and (max-width: 990px) {
  .services_home .item .box_content .summary_ctn {
    font-size: 13px;
  }
}
.services_home .item .view_services {
  display: flex;
  transition: all 25s;
}
.services_home .item .view_services a {
  color: var(--block-bg);
  text-transform: uppercase;
  font-size: 13px;
  font-family: "JostMedium";
  font-weight: 400px;
}
.services_home .item .view_services .read-more-icon {
  position: relative;
  margin-left: 5px;
}
.services_home .item .view_services .read-more-icon svg {
  transform: translateX(0);
  transition: all 0.3s ease-in;
  color: var(--block-bg);
}
.services_home .item .view_services:hover .read-more-icon svg {
  transform: translateX(6px);
  opacity: 0.8;
  color: gray;
}
.services_home .item .view_services:hover a {
  color: gray;
}

.block-summary {
  text-align: center;
}
.block-summary h2 {
  text-transform: capitalize;
  font-family: "MarcellusRegular";
  color: black;
  font-weight: 100;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .block-summary h2 {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .services_home {
    display: block;
    width: 96%;
    margin: auto;
  }
  .services_home .item {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=images.css.map */