/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.header-sec{
            display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
       /* margin-bottom: 60px; */
	margin-bottom: 40px;
    margin-top: 5%;
           }
.car-plus {
    font-size: initial;
    padding-right: 1%;
}
           .initialcard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: .25rem;
    /* align-items: center; */
}
.car-header {
    font-family: Poppins,Verdana,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;

    background: transparent;
    border-bottom-color: hsla(0,0%,100%,.3);
    border-bottom-width: 2px;
    padding-bottom: 20px;
    outline: none;
    color: #191c20;
    border-color: #fff!important;
}
.car-body{
    padding-left: 60px;
    font-family: OpenSans,Verdana,sans-serif;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .2px;
    
    font-weight: 400;
}
/* p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
} */
.sec-head {
    font-family: 'FontAwesome';
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.01px;
    margin-bottom: 50px;
    position: relative;

}
.car-plus{
    color: orange;
}