@charset "utf-8";
.answer_text1{
	color:#fff;
}



/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .headerContent{
        background-image: url(http://lp1.dreamclub.co.il/);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 30px;
    }

    .callBtn{
        display: block;
        text-align: center;
        border: none;
        margin: 0 auto 10px auto;
    }

    .callBtn:hover, .callBtn:focus{
        
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}


