.section_head_size {margin-bottom: 30px;} 
.join_splendies {padding: 30px 0 20px; }
.type_of_pakage {padding: 20px 0 20px;}
.select_plan {padding: 20px 0 40px;}  
 
.past-drops {text-align: center;padding-top: 30px;}
.past-drops h1 {font-size: 24px; margin-bottom: 10px;}
.past-drops a {color: #ff5d7b;}
.past-drops .owl-carousel .owl-item {padding-top: 10px;}
.past-drops .owl-nav {display: block;}
.past-drops .owl-nav .glyphicon-menu-left {
    position: absolute;left: 0;top: 50%;font-size: 30px;transform: translateY(-50%);color: #fff; background-color: #6a6a6a;padding: 15px 1px;cursor: pointer;
}
.past-drops .owl-nav .glyphicon-menu-right {
    position: absolute;top: 50%;right: 0px;font-size: 30px;transform: translateY(-50%);color: #fff;background-color: #6a6a6a;padding: 15px 1px;cursor: pointer;
}

@media screen and (max-width: 991px) {
	.join_splendies {padding: 25px 0 20px; }
	.type_of_pakage {padding: 15px 0 14px;}
	.option_type_head {margin-bottom: 20px;}
	.select_plan {padding: 15px 0 14px;}
}
@media screen and (max-width: 767px) {
	.section_head_size {margin-bottom: 20px;}
	.join_splendies {padding: 20px 0 20px; }
	.type_of_pakage {padding: 5px 0 4px;}
	.option_type_head {margin-bottom: 15px;}
	.select_plan {padding: 5px 0 4px;}

	.past-drops .owl-nav .glyphicon-menu-left,
    .past-drops .owl-nav .glyphicon-menu-right {font-size: 18px;}
}