.row.landing-pod-row {
    max-width: 900px;
    margin: 30px auto;
    background-color: #dddbd3;
}

.pod-img-bg {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 300px;
}

.pod-content-wrap {
    padding: 60px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    justify-items: center;
    align-content: center;
    height: 100%;
    width: 100%;
}
.pod-content-wrap h2 {
    font-size: 2.4em;
    font-weight: 800;
}

a.pod-btn {
    border: 2px solid var(--bg-color1);
    color: var(--bg-color1);
    display: inline-block;
    font-weight: 700;
    font-size: 1.125em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
    padding: 25px;
    margin-top: 15px;
    box-shadow: none !important;
}

a.pod-btn:hover, a.pod-btn:focus {
    background: var(--bg-color1);
    color: #fff !important;
    outline: 1px dashed;
}

.pod-content-wrap h2 {
    font-size: 2.4em !important;
    font-weight: 800;
}
@media (min-width: 767px){
    .pod-img-bg {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 767px){
    .pod-img-bg {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
}