#header3 {
    background: rgb(37, 53, 57);
    background: linear-gradient(180deg, rgba(37, 53, 57, 1) 0%, rgba(62, 75, 77, 1) 100%);
}

.new-search-input {
    border-radius: 0 5px 5px 0;
}

.search-button {
    width: auto;
    border-radius: 5px 0 0 5px;
}

.new-company-div {
    color: #253539;
    border-radius: 5px;
    padding: 10px 0;
}

.new-company-div:hover {
    box-shadow: 0 0 4px 0 #ccc;
    color: #089aaf;
    transition: 300ms ease-in-out;
}

.new-company-img {
    width: 75px;
    height: 50px;
    object-fit: cover;
}

.btn-turquoise-blue {
    background-color: #089aaf;
    color: #fff;
    border: 1px solid #089aaf;
    border-radius: 5px;
}

.btn-turquoise-blue:hover {
    background-color: #fff;
    color: #089aaf;
    border: 1px solid #089aaf;
    transition: 300ms ease-in-out;
}

#footer3 {
    padding: 50px 0;
    position: relative;
    min-height: 450px;
    background: rgb(37, 53, 57);
    background: linear-gradient(0deg, rgba(37, 53, 57, 1) 0%, rgba(62, 75, 77, 1) 100%);
}

.footer-rights-div {
    position: absolute;
    bottom: 0;
}

.footer-rights-div-right {
    right: 1rem;
}

.footer-rights-div-left {
    left: 1rem;
}


@media screen and (max-width: 600px) {
    .footer-rights-div-right {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .footer-rights-div-left {
        bottom: 2rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
}
