footer {
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    padding: 50px 135px;
    display: flex;
    justify-content: space-between;
}

.footer-item1 {
    width: 210px;
}

.footer__logo {
    color: #585858;
    font-family: Roboto,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 20px;
}

.footer__logo span {
    color: #FB9333;
}

.footer__description {
    color: #575757;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 67px;
}

.footer__copyright {
    color: #2B2B2B;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.footer__feature {
    height: 100%;
    color: #575757;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature__title, .footer-getInTouch__title {
    color: #FB9333;
    font-family: Poppins-Medium, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.footer-getInTouch__title {
    margin-bottom: 23px;
}

.feature__item a {
    text-decoration: none;
    color: #585858;
    transition: .3s;
}

.feature__item a:hover {
    color: #FB9333FF;
}

.footer-getInTouch__item {
    display: flex;
    width: 250px;
    margin-bottom: 25px;
    color: #575757;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.footer-getInTouch__icon {
    margin-right: 15px;
}

.footer-socialMedia {
    display: flex;
    margin-bottom: 20px;
}

.footer-socialMedia__item:nth-child(2) {
    margin: 0 30px;
}

.socialMedia__text {
    color: #575757;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    line-height: 150%;
}