/* Banner */


.all-services-banner {
    background-image: url("../img/service_banner.jpg");
    margin-top: 20px;

}

/* Services */
.view--body {
    padding: 32px 0 0;
}
.static-title {
    font-size: 40px;
    font-weight: 300!important;
    line-height: 50px;
    color: #242a30;

}
.mg-panel-item {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
    margin-bottom: 2em;
}
.mg-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.box-no-padding {
    padding: 0;
}
.panel--floating {
    -webkit-box-shadow: 0px 2px 2px 0px rgb(36 42 48 / 15%);
    box-shadow: 0px 2px 2px 0px rgb(36 42 48 / 15%);
}
.panel, .panel--with-overflow {
    background: white;
    border: 1px solid #dce0e6;
    border-radius: 4px;
    padding: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.mg-panel__img {
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.mg-panel__img:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.3);
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.mg-panel__content {
    padding: 16px 20px 20px 20px!important;
}
.mg-panel__title {
    font-family: 'Proxima Nova';
    font-size: 20px;
    line-height: 30px;
    color: #438e29;
}
.panel, .panel--with-overflow {
    background: white;
    border: 1px solid #dcdee0!important;
    border-radius: 4px;
    padding: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.mg-panel__content {
    padding: 16px 20px 20px 20px!important;
    font-size: 16px;
    line-height: 24px;
    color: #242a30;
    font-weight: 300;
}
li.mg-panel__template-item {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #438e29;
    list-style: none;
    width:300px;
}
/* Responsive */

@media (min-width: 501px){
.mg-panel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -1.5em;
    margin-bottom: 0.75em;
}
}
@media (min-width: 801px) and (max-width: 1024px), (min-width: 1025px) {
.mg-panel-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
}
}
@media (min-width: 501px) {
.mg-panel-item {
    padding-left: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}