
.green-energy h2 {
  font-family: Catamaran, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

.green-energy p {
  padding-top: 10px;
  max-width: 650px;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 80px;
}

.green-energy .lpi-link-row>div {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
}

.green-energy .lpi-link-row a {
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  width: 25%;
  transition: all 0.4s ease 0s;
  border-radius: 20px !important;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgb(31 45 61 / 5%) 0px 2px 8px;
  border: solid 1px #ebedf5 ;
  margin: 0px 15px;
  max-width: 287px;
  margin-bottom: 30px;
}


.green-energy .lpi-link-row a:nth-child(4n) {
  margin-right: 0;
}

.green-energy .lpi-link-row a:first-child {
  margin-left: 0;
}
.green-energy .lpi-link-row.three a {
  width: 33%;
  max-width: 100%;
}
.green-energy .lpi-link-row p {
  padding: 0;
  font-size: 0.95rem;
}

.green-energy .lpi-link-icon i {
  font-size: 2.2rem;
}

.green-energy .lpi-link-icon {
  margin: 0px auto 15px;
}
.green-energy .lpi-link-row a:hover{
  border-color: #4c9aff;
}
.green-energy .lpi-link-row a:nth-child(4n+1) {
  margin-left: 0;
}
.green-energy .lpi-link-row a.startups:hover {
  border-color: #4c9aff;
}

.green-energy .lpi-link-row a.saas:hover {
  border-color: #ffab00;
}

.green-energy .lpi-link-row a.tech:hover {
  border-color: #ff8f73;
}

.green-energy .lpi-link-row a.small-business:hover {
  border-color: #8777d9;
}

.green-energy .lpi-link-row a.restaurants:hover {
  border-color: #79e2f2;
}

.green-energy .lpi-link-row a.marketing-\&-advertising:hover {
  border-color: #bf2600;
}

.green-energy .lpi-link-row a.software:hover {
  border-color: #0747a6;
}

.green-energy .lpi-link-row a.green-energy:hover {
  border-color: #57d9a3;
}
.green-energy .lpi-link-row.three a:nth-child(3n) {
  margin-right: 0;
}
.green-energy .lpi-link-row a.candidate-screening:hover {
  border: solid 1px #8777d9;
}
.green-energy .lpi-link-row a.applicant-tracking-system:hover {
  border: solid 1px #ff8f73;
}
.green-energy .lpi-link-row a.interview-scheduling-software:hover {
  border: solid 1px #0747a6;
}
.green-energy .lpi-link-row a.data-driven-hiring:hover {
  border: solid 1px #79e2f2;
}
.green-energy .lpi-link-row a.recruiting-software-from-anywhere:hover {
  border: solid 1px #0747a6;
}
@media(max-width:1050px){
  .green-energy .lpi-link-row>div {
    flex-direction: column;
    margin-bottom: 50px;
  } 
  .green-energy .lpi-link-row>div:last-child {
    margin-bottom: 0px;
  }
  .green-energy .lpi-link-row a {
    max-width: 350px !important;
    width: calc(100% - 50px);
    margin: 25px auto;
    box-sizing: content-box;
  }
  .green-energy .lpi-link-row>div {
    flex-direction: column;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
  }
  .green-energy .lpi-link-row>div {
    margin-bottom: 25px;
  }
  .green-energy .lpi-link-row a:nth-child(4n+1) {
    margin-left: auto;
  }
  .green-energy .lpi-link-row a:nth-child(4n+1) {
    margin-left: auto;
    margin-top: 0;
  }
  .green-energy .lpi-link-row a:nth-child(4n) {
    margin-right: auto;
  }
  .green-energy .lpi-link-row.three a {
    max-width: 350px !important;
    width: calc(100% - 50px) !important;
}
  .green-energy .lpi-link-row.three a:nth-child(3n) {
    margin-right: auto;
}
}

@media(max-width:950px){
  .green-energy p {
    padding-bottom: 60px;
  } 
}