.footer {
    border-top: 3px solid rgb(82, 87, 92);
    color: rgb(248, 249, 250);
    color: rgb(248, 249, 250);
    font-size: 14px;
}

.footer-2 {
    .footer-contact-form {

        input,
        textarea {
            background-color: #212529;
            border: 1px solid #222425;
            color: rgb(248, 249, 250);
            font-size: 14px;

            &::placeholder {
                color: rgb(248, 249, 250);
            }
        }

        .input-group-text {
            width: 45px;
            justify-content: center;
            background-color: #141618;
            border: 1px solid #222425;
            color: rgb(248, 249, 250);
        }
    }
}