@media (min-width: 960px) {
     .uk-child-width-1-3\@m>* {
          /* width: calc(100% * 1 / 3.001); */
          width: 20% !important;
     }
}

@media (min-width: 1600px){
     .uk-child-width-1-3\@s>* {
     width: 20% !important;
     }
}

.uk-panel img {
     height: 277px !important;
     width: 100%;
}

.panel-text h4 {
     color: black !important;
     text-align: center;
     font-family: raleway;
     font-size: 17px;
     margin-bottom: 0px;
     padding-bottom: 0px;
}

.panel-text h6 {
     color: black !important;
     text-align: center;
     font-family: raleway;
     font-size: 15px;
     margin-top: 0px;
     padding-bottom: 0px;
}