
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	}
.ways {
	margin-top:1%;
	}
	

.ways .surgery{
	width:350px;
	height:450px;
	position:relative;
	border-radius:8px;	
	display:flex;	
	background:black;
	float:left;
	margin-left:15%;
}
.ways .surgery img{
	width:350px;
	height:450px;
	padding:10px;

	}
.ways .surgerydesc {
	font-size:25px;
	color:#d1e8e2;
	font-family: 'Josefin Slab', serif;   	
	background:black;
	float:right;
	margin-right:200px;
	height:450px;
	width:950px;
	padding:60px;		
	}
.ways .surgerydesc h3 {
	font-size:45px;
	text-transform:uppercase;
	margin-top:0px;		
}

.ways .backbraces{
	margin-top:1%;
	width:350px;
	height:450px;
	position:relative;
	border-radius:8px;	
	display:flex;	
	background:black;
	float:left;
	margin-left:15%;
	}
.ways .backbraces img{
	width:350px;
	height:450px;
	padding:10px;
	}
.ways .bbdesc h3{
	font-size:45px;
	text-transform:uppercase;
	margin-top:0px;
	}
.ways .bbdesc{
	margin-top:1%;
	font-size:25px;
	color:#d1e8e2;
	font-family: 'Josefin Slab', serif;   	
	background:black;
	float:right;
	margin-right:200px;
	height:450px;
	width:950px;
	padding:60px;
	}
	
	