.volunteer_list li, .volunteer_gallery {display: flex;display: -webkit-flex}
.vol_desc h2{font-size: 24px;text-transform: uppercase;margin-bottom: 25px;margin-top: 0;}
.vol_desc a{font-size: 24px;font-family: "ssSB";margin-bottom: 25px;display: inline-block;border-bottom: 1px solid #333;
	transition: all 0.2s;-webkit-transition: all 0.2s;}

.vol_desc p{font-size: 18px;line-height: 30px;font-family: "ssL"}

.volunteer_content{margin-bottom: 140px;}
.volunteer_list li:hover{border-top: 1px solid #41b8c4;border-bottom: 1px solid #41b8c4}
.volunteer_list li{align-items: center;padding: 40px 0; box-sizing: border-box;border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;justify-content: space-between;}

.vol_desc a:hover{border-bottom: 0;transition: all 0.2s;-webkit-transition: all 0.2s;}
.vol_button{text-align: center;}
.vol_button a{display: block;width: 220px;text-align: center;border-radius: 100px;border: 1px solid #3bb6c5;padding: 15px 0;
	font-family: "ssB";text-transform: uppercase;transition: all 0.2s;-webkit-transition: all 0.2s;}
.vol_button a:hover{color: #fff !important;}
.vol_button p{color: #888;margin-top: 10px;}
.full_slot a{pointer-events: none;background: #ececec;color: #888;border: none;}

.volunteer_gallery{margin-bottom: 60px;}
.volunteer_gallery img{width: 100%;height:100%;object-fit: cover;}
.volunteer_gallery li{object-fit: cover;margin: 10px}

.vol_title{font-size: 30px;text-transform: uppercase;text-align-last: center;margin: 40px 0}


@media (min-width: 0){
	.volunteer_list li{flex-direction: column;}
	.vol_desc{width: 100%;}
	.vol_button{margin-top: 30px;}
    .volunteer_gallery{flex-direction: row;flex-wrap: wrap;justify-content: space-around;}
	.volunteer_gallery li{width: 100%;height: auto;}
	.volunteer_gallery li:first-child{margin-left: 10px;}
	.volunteer_gallery li:last-child{margin-right: 10px;}
}
@media (min-width: 640px){
	.volunteer_list li {flex-direction: column;}
	.vol_desc{width: 100%;}
	.vol_button{margin-top: 30px;}
    .volunteer_gallery{flex-direction: row;flex-wrap: wrap;justify-content: space-around;}
	.volunteer_gallery li{width: 47%;height: auto;}
	.volunteer_gallery li:first-child{margin-left: 10px;}
	.volunteer_gallery li:last-child{margin-right: 10px;}
}
@media (min-width: 1190px){
	.volunteer_list li, .volunteer_gallery{flex-direction: row;}
	.vol_desc{width: 60%;}
	.vol_button{margin-top: 0;}
	.volunteer_gallery{justify-content: center;}
	.volunteer_gallery li{width: 23%;height: 14vw;}
	.volunteer_gallery li:first-child{margin-left: 20px;}
	.volunteer_gallery li:last-child{margin-right: 20px;}
}

@media (min-width: 1500px){
	.volunteer_gallery li{width: 23.6%;}
}