.big-section{
    .section-content{
        padding: 152px 0 150px;
    }
    .section-title{
        text-transform: uppercase;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    .section-buttons{
        .button{
            margin: 0 12px 24px;
        }
    }
	.section-description {
		font-size: 18px;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	}
}

.section-buttons{
    margin: 0 0 16px;
    .button{
        display: inline-block;
        min-width: 170px;
        margin-bottom: 24px;
    }
}
.section-description{
    margin: 0 0 40px;
}
.section-right,
.section-left{ 
    position: absolute;
    top: 0;
    bottom: 0;
}
.section-right{
    left: 50%;
    width: 50%;
}
.section-left{
    left: 0;    
    width: 41.66666667%;
}
.white-section{
    background:#ffffff;
}
.grey-section{
    background: #f6f7f7;
}
.transparent-section{    
    text-align: center;
    color:#ffffff;
    background: rgba(50,65,85,0.75);
}
.site-main .transparent-section,
.site-main .accent-section{    
    .white-button{
        color:#ffffff;
        border-color:#ffffff;
        &:hover,&:focus{
            background: $brandColor;
            border-color: $brandColor;
        } 
    }
}
.default-section{
    .section-title{
        text-transform: uppercase;
    }
}
@media (max-width: 767px){
    .section-right, .section-left {
        display:none;
    }
    .big-section .section-content {
        padding: 52px 0 50px;
    }
}