@media(min-width : 640px) and (hover : hover) and (pointer : fine){


    :root{
       --pri_color :#1a76d1;
       --sec_color :#e12454;
       --uni_color :#223a66;
    }
    body{
    	font-family :-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }
    
    /****FIRST SECTION*******/
    .first_section{
    	width : 100%;
    	margin-top : 80px;
    }    
    
    .first_section_content h1{
    	font-weight : 700;
    	font-size : 2.5rem;
    	color : #ffffff;
    }
	
	
    .malaria_first_section{
		width : 100%;
		background-image : url("../IMAGES/close-up-mosquito-sucking-blood-from-human-arm5.jpg");
		background-size : cover;
		min-height : 100dvh;
		min-height : 100vh;
		margin-top : -100px;
	}
	
	.malaria_first_section_content{
		width : 100%;
		min-height : 100dvh;
		min-height : 100vh;
        background: linear-gradient(315deg, #55efc4E5 0%, #000000E5 74%);		
	}	


/*****SECOND SECTION*****/
    .second_section{
        width : 100%;	 
    }
    .second_section_content{
        width : 100%;
		padding : 4rem 2rem 4rem 2rem;
    	font-size : 1.18rem;
    	color : #3e3e3e;
    }
    .second_section_header{
    	min-height : 300px;
    	border-top : solid 2px #eee;
    	border-bottom : solid 2px #eee;
    	padding : 50px;
    	margin-bottom : 75px;
    }
    .carousel_container{
    	width : 600px;
    	height : 400px;
    	margin-left : auto;
    	margin-right : auto;
    	margin-bottom : 50px;
    	margin-top : 20px;
    }
    
    .second_section_header h1{
    	font-weight :600;
    	font-size : 2rem;
    	
    }
	
	.newsletter_content{
		text-align : justify;
	}	
    
    .contributor_flex{
    	display : flex;
    	height : 100px;
    	width : 100%;
    	align-items : center;
    }
    
    .lois_pic{
    	width : 75px;
    	height : 75px;
    	border-radius : 100px;
    }



}