@media(min-width : 1025px){


    :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%;
    	background:url("../IMAGES/book.jpg");
    	min-height : 50dvh;
    	min-height : 50vh;
    	margin-top : 100px;
    	background-size : cover;
    }
    
    .first_section_content{
    	width : 100%;
    	min-height : 50dvh;
    	min-height : 50vh;
    	background-color : #1a76d1E5;
		padding : 4rem 4rem 4rem 4rem;
    }
    .first_section_header{
    	font-size : 2.5rem;
    	color :#ffffff;
    	font-weight : 600;
    }


/****SECOND SECTION*****/

    .second_section{
    	width : 100%;
    	padding : 4rem 6rem 4rem 6rem;
    }
    
    .second_section_content{
        width : 100%;    
    }
    .question{
    	font-weight : 600;
    	color : var(--uni_color);
    }
    
    .name_flex{
    	display : flex;
		flex-direction : row;
		column-gap : 50px;
		row-gap : 0;
    	width : 100%;
    }
	
	
    .name_flex >div{
    	/* margin-right : 50px; */
    }
    .time_flex{
     	display : flex;
		flex-direction : row;
		column-gap : 50px;
		row-gap : 0;
    	width : 100%;
    	margin-top : 25px;
    	margin-bottom : 25px;
    }
    
    .time_flex>div{
    	/* margin-right : 50px; */
    }
    
    .submit_button{
    	width : 150px;
    	height : 50px;
    	font-weight : 600;
    	outline : none;
    	font-size  : 1.5rem;
    	color : #ffffff;
    	border : none;
    	background :  linear-gradient(315deg, #55efc4 0%, #223a66 74%);
    	border-radius : 4px;
    	margin-top : 25px;
    }
    
    .submit_button:hover{
    	color : var(--uni_color);
    	border : solid 3px var(--uni_color);
    	background :  #ffffff;	
    }



    .home{
    	border : none;
    	outline : none;
    	color : #ffffff;
    	background-color :var(--sec_color);
    	border-radius : 5px;
    	width : 125px;
    	height : 45px;
    	font-weight : 600;
    	margin-top : 20px;
    }
    
    small{
    	font-size : 0.75rem;
    	color :#de4453;
    }
	
	
}