@media only screen and (min-width: 768px){
	.footer-top-style2__left-content {
    position: relative;
    display: block;
    padding-left: 100px;
}

.footer-bottom-style2 .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 0px 22px;
}





}
@media only screen and (max-width: 767px){
.footer-top-style2__left-content {padding-left: 10px;	
	
}}