.guarantee-container {
    padding: 45px;
}

.home-guarantee .guarantee-container h2 {
    color: #043c75;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
}

.banner-row {
    display: flex;
    justify-content: space-around;
    max-width: 1368px;
    margin: 45px auto;
    min-height: 250px;
}

.banner {
    flex: 1 1 0px;
    max-width: 400px;
    position: relative;
}

.home-guarantee img.fence-row {
    position: relative;
    z-index: -1;
}
.home-guarantee .guarantee-container {
    position: relative;
    z-index: 2;
}

.banner-content {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 12px #00000055;
    height: fit-content;
    width: 100%;
    position: absolute;
}
.home-guarantee .banner-content {
    background: #eaeff5;
}

.banner img {
    height: 100px;
    width: auto;
}

.banner-row.location {
    min-height: 80px;
}

.banner-row.location h4 {
    margin-top: unset;
    padding: 15px;
    line-height: 1;
    padding-bottom: 13px;
}

.banner h3 {
    color: #1c4f9c;
    font-size: 38px;
    margin-top: 30px;
    font-weight: 900;
    font-family: "Catamaran", "Trebuchet MS", sans-serif;
}

.banner-content .reveal {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.banner-content:hover > .reveal {
    max-height: 300px;
}

.banner.flip .panel-body * {
    font-size: 12px !important;
    line-height: 1.2;
}

.banner .back {
    position: absolute;
    transform: rotateY(180deg);
    opacity: 0;
    z-index: 1;
    transition: all 0.25s cubic-bezier(0, 0.55, 0.45, 1);
    width: 100%;
    height: 100%;
    top: 0;
    background: white;
    border-radius: 8px;
}

.banner .panel.panel-default {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner.flip .banner-content {
    transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
    position: relative;
}

.banner.flip:hover .banner-content {
    opacity: 0;
}

.banner.flip:hover .back {
    transform: rotateY(360deg);
}

.banner.flip:hover .banner-content {
    transform: rotateY(180deg);
}

.banner.flip:hover .back {
    opacity: 1;
}

@media (max-width: 1368px) {
    .banner h3 {
        font-size: 30px;
    }

    .banner-row.location h4 {
        margin: 30px 0;
        padding: 0;
    }

    .banner {
        max-width: 300px;
    }

    .banner img {
        height: 75px;
    }
}

@media (max-width: 992px) {
    .banner {
        max-width: 250px;
    }

    .banner h3 {
        font-size: 24px;
    }

    .banner-row.location h4 {
        margin: 45px 0;
    }

    .banner.flip .banner-content {
        padding-top: 15px;
    }

    .banner-content {
        padding: 15px;
        padding-top: 30px;
    }

    .banner img {
        height: 50px;
    }

    .banner-row {
        min-height: 150px;
    }
}

@media (max-width: 860px) {
    .banner-row {
        flex-direction: column;
    }

    .banner-content {
        padding: 30px;
        position: relative;
        margin-bottom: 30px;
    }

    .banner.flip .banner-content {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .home-guarantee .guarantee-container h2,
    .home-section.showrooms .showroom-container h2,
    .home-bottom .area-container h2,
    .home-bottom .price-container h2 {
        margin: 0;
        font-size: 40px;
    }
}
