
.membership{
    padding: 85px 10px;
    background: #f2f2f2;
    /*background: #073f82;*/
}
.membership .container-fluid{
    border: 0px solid #fff;
    padding: 0 230px;
}
.membership .col-lg-12{
    border: 0px solid #000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.membership h1{
    font-family: 'Work Sans';
    font-size: 2.2rem;
    font-weight: 400;
    color: #4c1410;
    text-align: center !important;
    padding: 0 10px 10px 10px;
    line-height: 130%;
    margin: 0;
}
.membership p{
    font-family: 'Work Sans';
    font-size: 1.7rem;
    font-weight: 300;
    color: #4c1410;
    text-align: left !important;
    padding: 10px;
    line-height: 140%;
    margin: 0;
    clear: both;
}
.membership img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#membership{
    opacity: 0;
}

.mobile-hero{
    display: none;
}

@media only screen and (max-width: 1680px) {

    .membership .container-fluid{
        padding: 0 170px;
    }
		
}
@media only screen and (max-width: 1440px) {
    
    .membership h1{
        font-size: 2.00rem;
    }
		
}
@media only screen and (max-width: 1366px) {

    .membership .container-fluid{
        padding: 0 120px;
    }
		
}
@media only screen and (max-width: 1280px) {
    
    .membership h1{
        font-size: 1.8rem;
    }
	
		
}
@media only screen and (max-width: 1128px) {

    .membership .container-fluid{
        padding: 0 70px;
    }
		
}
@media only screen and (max-width: 1024px) {
    
    .membership .container-fluid{
        padding: 0 50px;
    }
		
}
@media only screen and (max-width: 900px) {
    
    .membership{
        padding: 85px 0;
    }
    .membership .container-fluid{
        width: 100%;
        padding: 0 30px;
    }
		
}
@media only screen and (max-width: 767px) {
    
    .membership .container-fluid{
        padding: 0 25px;
    }
		
}
@media only screen and (max-width: 700px) {
    
    .membership{
        padding: 45px 0 45px 0;
    }
    .mobile-hero{
        display: block;
    }
    .desktop-hero{
        display: none;
    }
		
}
@media only screen and (max-width: 450px) {
    
    .membership .container-fluid{
        padding: 0 15px;
    }
		
}