@media only screen and (min-width: 800px) {.d0whitescrollbox {background-color: #164957; min-height: 310px;}}
@media only screen and (max-width: 799px) {.d0whitescrollbox {background-color: #164957; min-height: 380px;}}

.jh-solid-box {background-color: #fff; margin-top: 1em; margin-bottom: 1em; padding:20px; border-radius: 10px; min-height:203px; display: flex; align-items: center; flex-direction: column; justify-content: center; cursor: pointer; -moz-transition: all .35s ease-in; -o-transition: all .35s ease-in; -webkit-transition: all .35s ease-in; transition: all .35s ease-in;}
.jh-solid-box:hover {background-color: #164957; margin-top: 1em; margin-bottom: 1em; padding:20px; border-radius: 10px; min-height:203px; cursor: pointer; display: flex; align-items: center; flex-direction: column; justify-content: center;}

.jh-solid-box:hover p{color: #E18F27; font-family: Nunito Sans, sans-serif; -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
      -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;}
