


.landingpage .icon-section .row .col-lg-6:hover{
  box-shadow:0 5px 50px rgba(0,0,0,.05);
  transform:scale(1.1);
  z-index:10
}

.landingpage .icon-section .row .col-lg-4:hover{
  box-shadow:0 5px 50px rgba(0,0,0,.05);
  transform:scale(1.1);
  z-index:10
}

.landingpage .icon-section .row .col-lg-6{
  border:1px solid rgba(120,130,140,.13);
  padding:30px;
  transition:.1s ease-in;
  position:relative;
  background:#fff;
  min-height:250px
}

.landingpage .icon-section .row .col-lg-4{
  border:1px solid rgba(120,130,140,.13);
  padding:30px;
  transition:.1s ease-in;
  position:relative;
  background:#fff;
  min-height:250px
}

.dark-blue {
  color: #262E65;
}

.dark-blue:focus {
  color: #1D70B7;
}

.green {
  color: #3AA935;
}

.text-underline {
  text-decoration: underline;
}
