#ads-home-page h2{
    text-align: left;
    font-size: 32px;
    margin-top: 1rem;
	margin-left: 12px;
    color: #030a14;
    padding-bottom: 1.5rem;
}

#ads-home-page ul{
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
}

#ads-home-page li.card{
    padding: 1.5rem 1.5rem;
    text-align: left;
    background: #fdfdfd;
    margin: 4px;
    position: relative;
}

#ads-home-page .card{
	font-family: Poppins, Roboto, "Helvetica Neue", sans-serif;
	width: auto;
	padding: 1rem 2rem;
	height: auto;
}

#ads-home-page li h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    color: #030a14;
}

#ads-home-page .card h3{
	margin-bottom: .5rem;
	font-size: 20px;
}

#ads-home-page .card .caption{
	text-transform: uppercase;
	color: #e02b20;
}

#ads-home-page .card {
	line-height: 1.8;
}

#ads-home-page li>a{
	display: block;
	color: black;
	background: white;
}
@media (max-width : 800px){
    #ads-home-page h2{
        font-size: 24px;
    }
    
    #ads-home-page ul{
    }
    #ads-home-page li{
        width: 100%;
    }

    #ads-home-page li h3{
        font-size: 18px;
    }
}


#ads-home .caption{
    color: #030a14;
    opacity: .7;
}