.work-top {
  margin: 3rem 0;
}
.work-top h1 {
  position: relative;
}
.work-top h1::before {
  content: " ";
  background-image: url("../../../../images/background-line.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 35rem;
  height: 35rem;
  top: -10.5rem;
  left: -7rem;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-top h1::before {
    background: none;
    height: unset;
    width: unset;
  }
}
.work-top .row {
  margin-bottom: 3rem;
}
.work-top .row p {
  margin: 0;
}

.work-text {
  background-color: #2174ac;
  padding: 3rem 0 2rem;
  text-align: center;
  color: white;
}
.work-text p {
  margin-bottom: 1.5rem;
  text-align: justify;
  font-size: 1.12rem;
}
.work-text h1 {
  color: white;
}

.work-list {
  background-color: #eff4f7;
  padding-top: 4rem;
}
.work-list-top {
  text-align: center;
  padding: 0 5rem;
}
@media (max-width: 991.98px) {
  .work-list-top {
    padding: 0;
  }
}
.work-list-top p {
  margin: 2rem 0;
}
.work-list-content {
  background: #28983f;
  background: linear-gradient(90deg, #28983f 0%, #359e4f 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.9rem 0;
  padding-left: 5rem;
  margin-right: 15rem;
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .work-list-content {
    display: grid;
    margin: 0;
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.work-list-content p {
  color: white;
  font-size: 1.75rem;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 991.98px) {
  .work-list-content p {
    margin-bottom: 1rem;
    text-align: center;
    line-height: 2rem;
  }
}
.work-list-content .div-custom {
  position: absolute;
  right: -15rem;
}
@media (max-width: 991.98px) {
  .work-list-content .div-custom {
    position: relative;
    right: 0;
  }
}
.work-list-content .btn {
  margin: 0 !important;
  color: #345a28;
  background: linear-gradient(90deg, #cdf4da 0%, #caf2be 30%);
}
.work-list-content .btn .icon-box {
  background-color: white;
  color: #769a6a;
}
.work-list .card {
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.75);
  margin-bottom: 1rem;
  border-radius: 10px;
  font-weight: 200;
}
.work-list .card .p1 {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
  color: #2174ac;
}
.work-list .card .p2 {
  color: black;
  font-size: 0.93rem;
  margin: 0;
}
.work-list .card .btn {
  justify-content: center;
  align-items: center;
  font-size: 0.93rem;
  transition: 0.5s;
  display: flex;
  height: 100%;
  width: 100%;
}
.work-list .card .btn svg {
  margin-right: 0.5rem;
  color: #2174ac;
  font-size: 2.3rem;
}
.work-list .w-100 {
  justify-content: center;
  text-align: center;
  display: flex;
}
.work-list .w-100 .btn-outline-primary {
  margin-top: 3rem;
  width: 30%;
}
@media (max-width: 991.98px) {
  .work-list .w-100 .btn-outline-primary {
    width: 100%;
  }
}
