.bin-size{
padding: 110px 0;
background-color: #fff;
}
.big-bin-aside{
text-align: right;
    padding-right: 50px;
		}
		.big-bin-content h2 {
			font-size: 29px;
			font-family: 'Oswald', sans-serif;
			font-weight: 400;
			color: #000;
			position: relative;
			padding-bottom: 15px;
			margin-bottom: 25px;
			margin-top: 0;
		}
		.big-bin-content h2::after {
			width: 52px;
			height: 2px;
			background-color: #000;
			position: absolute;
			bottom: 0;
			left: 0;
			content: "";
		}
		.big-bin-content p{
			margin-bottom: 25px;
			font-family: 'Museo Sans 300';
		}
		.big-bin-content a.border-btn-green{
			font-size: 19px;
			font-weight: 400;
			font-family: 'Oswald', sans-serif;
			color: #006f3b;
			border: 2px solid #006f3b;
			padding: 14px 39px;
			border-radius: 3px;
			display: inline-block;
			text-transform: uppercase;
			line-height: 21px;
			transition: 0.2s linear;
			
		}
.big-bin-content a.border-btn-green:hover{
			background-color: #006f3b;
			color: #fff;			
		}
		.big-bin-content a.border-btn-green i{
			margin-left: 5px;
			color: inherit;
		}
