﻿section.compare_package.car {
    position: relative;
    background-color: #19C6FA;
    padding: 75px 0 0;
}
section.compare_package .container {
    position: relative;
}
img.building._1 {
    position: absolute;
    bottom: 0;
    left: -295px;
    z-index: 0;
}

img.building._2 {
    position: absolute;
    bottom: 0;
    right: -295px;
    z-index: 0;
}


section.compare_package h2 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 57px;
    /*margin-top:47px;*/
}

.topic-CarInsurance {
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.topic-CarInsurance h1 > small {
    font-size: 40%;
}

.topic-CarInsurance h1,
.topic-CarInsurance h1 > small {
    text-align: center;
    color: #fff;
    line-height: 55px;
    font-weight: bold;
}
.content-page p, .content-page li {
    font-size: 16px;
    line-height: 1.5;
}
.content-page h4 span {
    color: #19C6FA;
}

.content-page .line-dec-third {
    height: 5px;
    background-color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
}
.accordion-section-content p {
    font-size: 15px;
}

.shortcodes-content .accordions .accordion-section-title {
    color: #fff;
    background: #19c6fa;
    font-weight: bold;
    font-size: 21px;
    border-radius: 5px;
    padding: 14px 20px;
}
    .shortcodes-content .accordions .accordion-section-title img {
        height:37px;
    } .shortcodes-content .accordions .accordion-section-title .fa {
        font-size: 29px;
    }

    .shortcodes-content .accordions .accordion-section-title:hover, .shortcodes-content .accordions .accordion-section-title.active {
        color: #fff;
    }
@media screen and (max-width: 1600px) {
    img.building._1, img.building._2 {
        width: 40%;
    }
}

@media screen and (max-width: 950px) {

    img.building._1, img.building._2 {
        width: 60%;
    }
}

@media screen and (max-width: 450px) {
    section.compare_package.car {
        padding: 30px 0 0;
    }
    img.building._1, img.building._2 {
        width: 120%;
    }
}