.Gipl {
  padding: 2.5rem 0;
  background: #f6f7f9;
  background: url("/bg.png") repeat-x;
}
.Gipl .secTitle3 {
  text-align: left;
}
.Gipl .secTitle3 h2 {
  margin-bottom: 1rem;
}
.Gipl .secTitle3 p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.Gipl .feus {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  justify-content: space-around;
}
.Gipl .feus .Giplfeatcard {
  text-align: center;
  margin: 0 1rem;
  background-color: #edffe8;
  border: 1px solid #47ee40;
  width: 100%;
  border-radius: 10px;
  padding: 1.5rem 3rem;
}
.Gipl .feus .Giplfeatcard:first-child {
  margin-left: 0;
}
.Gipl .feus .Giplfeatcard:last-child {
  margin-right: 0;
}
.Gipl .feus .Giplfeatcard p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.Gipl .feus .Giplfeatcard .desc {
  padding-top: 5px;
}
.Gipl .feus .Giplfeatcard .desc p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #004135;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.Gipl .actbtn {
  text-align: center;
}
.Gipl .actbtn .srb-btn {
  background: #004135;
  color: #edffe8 !important;
}
.Gipl .actbtn .srb-btn svg {
  margin-left: 0.625rem;
}
.Gipl .actbtn .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}

@media (max-width: 768px) {
  .Gipl {
    padding: 1.5rem 0;
  }
  .Gipl h2 {
    font-size: 1.375rem;
  }
  .Gipl .feus {
    display: block;
  }
  .Gipl .feus .Giplfeatcard {
    margin: 0.625rem 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .Gipl {
    padding: 1.5rem 0;
  }
  .Gipl h2 {
    font-size: 1.375rem;
  }
  .Gipl .feus {
    display: block;
  }
  .Gipl .feus .Giplfeatcard {
    margin: 0.625rem 0;
  }
}
