.trawell-footer {
    background: var(--main-color)
    }
.trawell-footer__inner {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: space-between;
    width: 100%
    }
@media only screen and (max-width: 767px) {
    .trawell-footer__inner {
        flex-wrap: wrap
        }
    }
.trawell-footer__copyright {
    color: #fafafa
    }
@media only screen and (max-width: 767px) {
    .trawell-footer__copyright {
        margin-top: 20px;
        width: 100%
        }
    }
.trawell-footer-socials {
    align-items: center;
    display: flex
    }
.trawell-footer-socials__title {
    color: #fafafa;
    margin-right: 20px
    }
.trawell-footer-socials__inner {
    align-items: center;
    display: flex
    }
.trawell-footer-socials__item {
    cursor: pointer;
    display: flex;
    margin-right: 20px;
    width: 20px
    }
.trawell-footer-socials__item .icon {
    fill: #fafafa;
    height: auto;
    width: 100%
    }