.copyright-section {
    width: 208px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-size: 8px;
    margin-bottom: 30px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 40px;
}

.copyright-section .cl1 {
    margin-bottom: 6px;
}

.copyright-section .cl2 a {
    text-decoration: underline;
    color: #fff;
}
.copyright-section .cl2 a:hover{
    color:#e43c31;
    outline: none;
    transition: all 0.5s ease-in-out;
}

.sociala-wrapper a:first-child {
    margin-left: 0;
}

.footer {
    font-size: 0;
}

.copyright-section .cl2 a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px){
.copyright-section {
    padding-top: 20px;
    padding-bottom: 0px;
}
.footer {
    font-size: 0;
    background: #000;
}
}
@media only screen and (max-width: 1023px) {
.copyright-section {
    padding-top: 20px;
    padding-bottom: 13px;
    margin-bottom: 0;
}
}
