.footerSections{
    width:90%;
    margin:auto;
}
.sectionOneHeading,.followUsHeading{
    font-family:Lato;
    font-size:24px;
    color:#333333;
    font-weight:600;
}
.sectionOneHeading{
    margin-bottom:20px;
}
.followUsHeading{
    margin-bottom:10px;
}
.borderBefore{
    font-family:Lato;
    font-size:18px;
    color:#333333;
}
.copyrightSection{
    font-family:Lato;
    font-size:14px;
    color:rgba(51,51,51,0.68);
}
.socialMediaIcons a i{
    color:#333333;
    
}
.socialMediaIcons.d-flex a {
    margin-right: 20px;    
}
.socialMediaIcons a i:hover{
    color:#707070;
}
.footerSectionOne,.footerSectionTwo,.footerSectionThree{
    width:33.3%;
}
.footer{
    width:100%;
    background-color: #FAFAFA;
    padding:50px 0;
}
.socialMediaIcons{
    width:130px;
}
.borderBefore{
    padding-right:30px;
    font-family:Lato;
    font-size:18px;
    color:rgba(51,51,51,0.68);
}
.borderBefore:hover{
    color:#333333!important;
}
.lineBefore{
    position: relative;
}
.lineBefore::before{
    position: absolute;
    content:'';
    top:-4px;
    height:30px;
    width:1px;
    border-left:1px solid rgba(51,51,51,0.68);
    left:-17%;
}