#welcome_text_v4 {
    display: block;
    position: relative;
}

#welcome_text_v4 .cd5_triangle {
    z-index: 2;
}

#welcome_text_v4 .about_main {
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

#welcome_text_v4 .featured-title h1 {
    margin: 20px 0 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: poppinsregular;
    font-size: 34px;
    font-weight: normal;
    line-height: 39px;
}

#welcome_text_v4 .featured-title h1 strong {
    font-family: poppinsbold;
}

#welcome_text_v4 .text_content {
    text-align: center;
}

#welcome_text_v4 .about_main .featured-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#welcome_text_v4 .about_main .featured-title h3 {
    font-size: 26px;
    line-height: 35px;
    margin-top: 30px;
    font-family: poppinsbold;
}

#welcome_text_v4 .about_main .featured-title:after {
    content: '';
    max-width: 200px;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px auto;
}

#welcome_text_v4 .about_main .text_content {
    text-align: center;
    max-width: 1200px;
    margin: 30px auto 0;
    position: relative;
    font-family: poppinsregular;
}

#welcome_text_v4 .about_main .text_content p {
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 24px;
    font-size: 15px;
}

#welcome_text_v4 .our-partner {
    position: relative;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 50px;
    display: inline-block;
}

#welcome_text_v4 .partner_title {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

#welcome_text_v4 .partner_title h2 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    font-family: ralewayregular;
}

#welcome_text_v4 .partner_title h2 strong {
    font-family: ralewaybold;
}

#welcome_text_v4 .cars_brand {
    position: relative;
    width: 100%;
    display: inline-block;
}

#welcome_text_v4 .cars_brand ul {
    list-style: none;
    display: block;
    text-align: center;
}

#welcome_text_v4 .cars_brand ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 60px;
    vertical-align: middle;
    margin: 20px 30px;
    padding-bottom: 10px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

#welcome_text_v4 .cars_brand ul li img {
    max-width: 100%;
}

#welcome_text_v4 .cars_brand ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    vertical-align: bottom;
}

#welcome_text_v4 .more_info_rollover {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

#welcome_text_v4 .more_info_rollover h3 {
    font-size: 14px;
}

#welcome_text_v4 .cars_brand ul li:hover .more_info_rollover {
    opacity: 1;
    visibility: visible;
}

#welcome_text_v4 .cars_brand ul li:hover img {
    opacity: 0.1;
}

#welcome_text_v4 .cars_brand ul li img {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

#welcome_text_v4 .cars_brand.category_car ul li {
    max-width: 120px;
    margin: 20px 20px;
    border-bottom: none;
    vertical-align: bottom;
}

#welcome_text_v4 .cars_brand.category_car .more_info_rollover {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 10px;
}

#welcome_text_v4 .cars_brand.category_car .more_info_rollover h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: ralewaysemibold;
}

#welcome_text_v4 .cars_brand.category_car ul li svg {
    opacity: 0.30;
    vertical-align: bottom;
    height: 50px;
    width: 100%;
}

#welcome_text_v4 .cars_brand.category_car ul li:hover svg {
    opacity: 1;
}

#welcome_text_v4 .cars_brand.category_car ul li .estate_car svg {
    width: 140px;
}

#welcome_text_v4 .cars_brand.category_car ul li .suv_car svg {
    width: 118px;
}

#welcome_text_v4 .cars_brand.category_car ul li .saloon_car svg {
    width: 135px;
}

@media only screen and (max-width: 600px) {
    #welcome_text_v4 .about_main .featured-title h1 {
        font-size:18px;
        line-height: 22px;
        margin-top: 15px;
    }

    #welcome_text_v4 .about_main .featured-title h3 {
        font-size: 16px!important;
        line-height: 20px;
        margin-top: 15px;
    }
}
