@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 5000px) and (min-width: 1930px) 
{
.membership .container-fluid {
    padding-left: 25%;
    padding-right: 25%;
}
}
@media only screen and (max-width: 1080px) and (min-width: 490px) 
{
.team-block-one .inner-box .content-box h3 {font-size: 1.1em;}
.membership .membership-box .membership-list li {width: 48%;}
}
@media only screen and (max-width: 489px) and (min-width: 200px) 
{
.team-block-one .inner-box .content-box h3 {font-size: 1.1em;}
.membership .membership-box .membership-list li {width: 98%;}
}