

*{




}

body{

	min-width: 320px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.15;
    color: #231815;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto; 


}

.topmenu{
	display: flex;
	width: 100%;
}


.main_text_h2_size{

	text-align: center;
	
	
}

.main_text_h2_size h2{
		
		font size: 26px !important;
}

.card {
	margin: 0 auto;
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 300px;
}

.card img{
	width: 300px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}


.our_squad{

	margin-top: 25px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	

}

.card_text_main{

	margin: 0 auto;
	width: 25%;
	font-size: 20px;
    font-weight: bold;
    
}

.under_line_text{

	border-top: 2px solid orange;
}

.squad_block_display{

	
}