#bannerTitle{
    text-shadow: 1px 3px 2px rgba(0,0,0,1); 
    color:#fff; 
    font-size: 1.5em; 
    height: 21.8vw;
    position: relative;
    min-height: 130px;
}
#bannerTitle > div{
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 10vw;
}
.why-anderson .mcolor{
    color: rgba(2,55,95,1);
}
.why-anderson .title > div{
    font-size: 1.8em;
    margin-bottom: 50px;
}
.why-anderson .paddingTop15{
    padding-top: 15px;
}
.why-anderson .content{
    background: #f5f5f5;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 70px;
    margin-bottom: 100px;
}
.why-anderson p.smallTxt .rmedium{
    font-size: 1.1em;
}
.why-anderson .col{
    float: left;
}
.why-anderson .contentWrapper > .col{
    width: 47%;
    margin-left: 2%;
}
.why-anderson .contentWrapper > .col:last-child .each-list{
    margin-left: 50px;
}
.why-anderson .contentWrapper > .col:last-child{
    margin-left: 2.4%;
}
.why-anderson .row{
    display: table;
}
.why-anderson .content .col:last-child > div p{
    padding-left: 50px;
}
.why-anderson .content .col:last-child > div p:first-child{
    color: #1d1674;
    font-size: 1.2em;
    padding-left: 0px;
}
.why-anderson .content .col:last-child > div p:first-child > .title{
    padding: 10px;
}
.why-anderson .content .col:last-child > div{
    margin-top: 50px;
}
.why-anderson .bigTxt{
    font-size: 1.2em;
}
.why-anderson .smallTxt{
    font-size: 0.9em;
}
.why-anderson .parent{
    position: relative;
    height: 430px;
    background-image: url(../images/aboutus_pic.png);
    background-repeat: no-repeat;
    margin-top: 50px;
    background-size: 100%;
    margin-bottom: 50px;
}
.why-anderson .col{
    padding: 25px;
    margin: 10px;
}
.why-anderson .child{
    position: absolute;
}
.why-anderson .yearsofexperience{
    text-align: center;
    font-size: 3.0em;
    transform: rotate(15deg);
    left: -30px;
    top: -30px;
}
.yearsofexperience:after {
    content: '25';
    position: absolute;
    top: 36px;
    left: 45px;
    font-weight: bold;
    font-family: 'rbold';
    font-size: 1.05em;
}

/* Sprites */
.sprites.privateandcustomizable{
    background-position: -483px -58px;
    width: 50px;
    height: 60px;
    zoom: 0.8;
}
.sprites.bullet-checked{
    background-position: -617px -97px;
    width: 18px;
    height: 19px;
    zoom: 0.9;
    -moz-transform: scale(0.9);
    opacity: 0.5;
}
.sprites.uniqueexperience{
    background-position: -404px -57px;
    width: 80px;
    height: 60px;
    zoom: 0.8;
}
.sprites.freedomtoexplore{
    background-position: -349px -69px;
    width: 55px;
    height: 60px;
    zoom: 0.7;
}
.sprites.yearsofexperience{
    background-position: -455px -707px;
    width: 180px;
    height: 160px;
}

/* Mobile */
@media only screen and (max-width: 1350px) {
    .why-anderson .contentWrapper > .col{
        width: 100%;
        padding-left: 10%;
    }
    .why-anderson .contentWrapper > .col:last-child{
        padding-left: 5%;
    }
    .why-anderson .contentWrapper > .col .parent{
        /* display: none; */
        width: 80%;
        height: 37vw;
    }
    .why-anderson .content .col:last-child > div{
        margin-top: 0px;
    }
    .why-anderson .content.row{
        width: 100%;
    }
    footer{
        position: relative;
    }
    .why-anderson.bodyWrapper{
        padding-bottom: 0px;
    }
    .securityMembers img{
        /* width: 80% !important;
        height: auto !important;
        max-width: 150px;
        margin: 0px !important;
        margin-bottom: 20px; */
    }
}

@media only screen and (max-width: 800px) {
    .why-anderson .content .col:last-child > div p{
        padding-left: 10px;
    }
    .why-anderson .contentWrapper > .col:last-child .each-list{
        margin-left: 0px;
    }
    .why-anderson .content.row{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .why-anderson .contentWrapper > .col:last-child{
        margin-left: 0;
    }
    .why-anderson .contentWrapper > .col:last-child .each-list{
        margin-top: 50px;
    }
    .why-anderson .contentWrapper > .col{
        padding-left: 20px !important;
        width: 100%;
        margin: 0;
    }
    .why-anderson .content .col:last-child > div p:first-child > .title{
        padding: 0px;
        line-height: 2.0;
    }
    .why-anderson .contentWrapper > .col .parent{
        width: 100%;
        height: 210px;
    }
   
}