.gm-callout-container {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 4rem auto;
    max-width: var(--container-width);
    padding:var(--container-padding);
    align-items: center;
    
}

.gm-callout--reverse {
    flex-direction: row-reverse;
}

.gm-callout-left {
    width: 50%;
    margin-right:5%;
    padding: 1rem 1rem 1rem 0;
    box-sizing: border-box;
}

.gm-callout-right {
    width: 45%;
    padding: 1rem 0 1rem 5%;
    box-sizing: border-box;
    position: relative;
}


.gm-callout--reverse .gm-callout-left {
    margin-left:5%;
    margin-right:0;
}
.gm-callout--reverse .gm-callout-right {
    padding: 1rem 5% 1rem 0;
}

.gm-callout-vertical-align {
    padding-top: 0;
}

.gm-callout-title-overlay {
    font-family: "Quicksand", sans-serif;
    color:var(--primary-color-00);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.81px;
    text-transform: uppercase;
}

.gm-callout-title {
    font-family: "VAG Rounded W01 Light", sans-serif;
    color: var(--secondary-color-00);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 300;
    margin: 1rem 0;
}

.gm-callout-text {
    color: var(--neutral-color-01);
    font-family: "Source Sans 3", sans-serif;
    line-height: 150%;
    font-size: 1.25rem;
}

.gm-callout-image {
    border-radius: 20px;
    max-width: 100%;
    box-shadow: 0px 3px 20px 1px #CDCDCD;
    z-index: 1;
    position: relative;
}

.gm-callout-icon-top {
    position: absolute;
    top: 5px;
    left: 50px;
    z-index: 4;
}

.gm-callout-con-bottom {
    position: absolute;
    bottom: 0px;
    left: 40px;
    z-index: 4;
}

.gm-callout--reverse .gm-callout-con-bottom {
    left: auto;
    right: 40px;
}

.gm-callout--reverse .gm-callout-icon-top {
    left: auto;
    right: 50px;
}

.gm-callout-phone-overlay {
    display: none;
}

@media screen and (max-width: 1280px) { 
    .gm-callout-title-overlay {
        font-size: 1.2rem;
    }
    .gm-callout-title {
        font-size: 1.8rem;
        margin: .7rem 0;
    }
    .gm-callout-text {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding:0;
    }
    .gm-callout-con-bottom {
        width:120px;
    }
    .gm-callout-con-bottom svg {
        width:100%;
    }
}

@media screen and (max-width: 1023px ) {
    
    .gm-callout-container {
        flex-direction: column-reverse;
        padding: 0;
    }
    .gm-callout-image { 
        border-radius: 0;
    }
    .gm-callout-left, .gm-callout-right { width: 100%; margin: 1rem 0; position: relative; padding: 0; }
    .gm-callout-con-bottom {
        left: auto;
        right: 16px;
        bottom: -20px;
        width: 80px;
    }
    .gm-callout-icon-top {
        left: 16px;
        top: -16px;
        width: 40px;
    }
    .gm-callout-icon-top svg { width: 100%;}

    .gm-callout-title-overlay {
        font-size: 2rem;
        margin-top: -14rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .gm-callout-title {
        color: #FFF;
        font-size: 3.3rem;
        margin: 0 1rem 1rem;
        height: 7rem;
        overflow: hidden;
    }
    .gm-callout-left, .gm-callout--reverse .gm-callout-left {
        z-index: 9;
        margin: 0;
    }
    .gm-callout-text {
        margin:4rem 1rem 0 1rem;
    }
    .gm-callout-image {
        transform: scaleX(-1);
    }

    .gm-callout-phone-overlay { 
        display: block;
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 60%, #296CA9 100%);
        background-blend-mode: multiply;
    }

    .gm-callout--reverse .gm-callout-right {
        padding: 1rem 0;
    }

}
