.footer-copyright__p {
overflow-wrap: break-word;
}
.footer-copyright__text_link {
text-decoration: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
color: inherit;
}
.footer-copyright__text_link:hover {
text-decoration: none;
color: #51acfb;
}
.footer-copyright__text_link, .footer-copyright__text_link:active, .footer-copyright__text_link:focus {
outline: none;
}
.footer-copyright__p {
margin: 0 0 1em;
}
.footer-copyright {
color: #fff;
margin-top: 3.5em;
}
.footer-copyright {
display: flex;
justify-content: center;
font-family: Roboto;
font-size: 16px;
font-weight: 600;
}
.footer-copyright__text_link:hover {
color: #51acfb;
}
.footer-copyright__text_link {
color: #219df3;
font-weight: 600;
}
.footer-copyright__text {
font-weight: 600;
}
.footer-copyright__divider {
font-weight: inherit;
}
@media (max-width: 600px) {
.footer-copyright__p {
display: flex;
flex-direction: column;
text-align: center;
}
.footer-copyright__divider {
display: none;
}
}