.footer-sections-container .first-section{
	display:flex;
}
.footer-sections-container .first-section .brand{
display:inline-flex;
}
.footer-sections-container .first-section .brand:nth-of-type(2) .footer-text{
    margin-left:0px;
}
.footer-sections-container .first-section .brand .footer-text span{
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 17.8px;
}

@media(max-width:767px){
    .footer-sections-container .first-section{
    	flex-wrap:wrap;
    }
    
    .footer-sections-container .first-section .brand{
    	width:100%;
    }
    .seperator{
        display:none;
    }
}