#div4--top--container{
    background-image: url('../img/background4.png');
    background-size:cover !important;
    width: 100%; 
    height: 50vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center center;
    color: #fff;
}

#h1--top-title{
    padding-top: 13%;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}


#div4--bottom-container{
    padding-top: 1%;
    padding-bottom: 10%;
}

.div4--bottom-second{
    padding-left: 10%;
}


.h34--bottom-title{
    margin-top:0;
    font-size: 20px;
    font-weight: bold;
    color: #727272;
}



#h24--bottom-title{
    padding-top: 3%;
    /* padding-bottom: 3%; */
    color: #189cd0;
    font-size:30px;
    font-weight: bold;
}

.ul4--bottom-list{
     
}



#p--bottom-bold{
    padding-top: 15px; 
    font-weight: bold;
    color: #727272;
}

@media screen and (max-width: 768px) {
	.div4--bottom-second{
		padding-left: 0;
    }
    
}

.main__h2c--padding{
    padding-top: 50px; 
    padding-bottom: 50px; 
}

