.vc_grid-container .vc_grid-item-mini   {
    position: relative;
}

.vc_grid-container .vc_gitem-zone-c {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: inherit !important;
    min-height: 175px;
    overflow: visible !important;
}

.vc_grid-container .vc_gitem-zone-a {
    pointer-events: none;
}

.vc_gitem-zone-c .vc_gitem-zone-mini {
    background-color:rgba(255, 255, 255, 0.9) !important;
    height: 166px;
    margin: 0 7px 0 7px; 
    position: absolute;
}
/* Test Tamara: the following parts affect the Bake Builder Accordions and I don't realls see what they do for the smart city services
.vc_general {
    border: 1px solid #917102 !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    padding: 7px 28px 7px 28px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: center !important;
    color: #3F3F3F !important;
}

.vc_general:hover {
    color: white !important;
    background-color: #917102 !important;
}
*/

/* Add a new section with different parameters to see if it affects anything important that was set by the above */
.vc_general {
    padding: 7px 0px 7px 0px !important;
    font-size: 16px !important;
    line-height: 28px !important;
    text-align: center !important;
    color: #3F3F3F !important;
}

.vc_gitem-col {
    padding: 9px 14px 0 14px !important;
    position: relative;
    top: -60px;
    height: 225px;
}

.vc_gitem-post-data-source-post_title {
    position: absolute;
    top: 0;
    margin: 0 !important;
}

.vc_gitem-post-data-source-post_title h4 {
    color: white;
    margin: 0;
}

.vc_gitem-post-data-source-post_excerpt {
    margin-top: 69px;
    margin-bottom: 0;
}

.vc_gitem-post-data-source-post_excerpt p{
    margin: 0 !important;
}

.vc_gitem-link.vc-zone-link {
    display: none !important;
}

.vc_btn3-left {
    position: absolute;
    bottom: 0;
}

.page-header-bg {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 393px;
    background-color: #f4f1ed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
    clear: both;
    background-color: #fff;
    max-width: 1110px;
    margin-top: -133px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.page-content .entry-title {
    text-align: center;
    margin-bottom: 2rem;
}

.entry-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    color: #3F3F3F;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border: 1px solid #63666A;
    box-sizing: border-box;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    background: #F8F8F8;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.panel-content {
    background: white;
    margin: 2rem;
    padding: 2rem;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #3F3F3F;
    font-weight: normal;
    font-style: normal;
}

.service-element {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
}
