/*BEGIN SECTION-FOOTER*/
.section-footer {
display: flex;
flex-direction: row;
justify-content: space-around;
color: #8d8d8d;
background: #000;
padding: 10px 0;
}
/*END SECTION-FOOTER*/
@media only screen and (min-width: 1121px)  {
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
}
@media only screen and (min-width: 150px) and (max-width: 768px) {
.section-footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
color: #8d8d8d;
background: #000;
padding: 10px 0;
margin-bottom: 80px;
}
}
/*END SECTION-FOOTER*/