.footer>div:nth-of-type(2) {
    background-color: black;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(1) {
    width: 90%;
    margin: auto;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1)>a {
    font-size: 15px !important;
    color: white !important;
    text-decoration: none !important;
    opacity: 100%;
    transition: all 0.3s !important;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1)>a:hover {
    opacity: 80%;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1)>div {
    width: 1px;
    height: 20px;
    background-color: white;
    opacity: 30%;
}

@media (max-width: 495px) {
    .footer>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1) {
        display: none !important;
    }
}

.footer>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1) {
    font-weight: 700;
    text-align: right;
    color: white;
    line-height: 50px;
    font-size: 2.5rem;
    margin: 0px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(2) {
    font-weight: 400;
    text-align: right;
    color: white;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(2) {
    width: 90%;
    margin: auto;
    background-color: var(--deepblue);
    height: 1px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3) {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>img {
    height: auto;
    width: 120px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>div {
    display: flex;
    gap: 10px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>div>a {
    color: white;
    font-size: 32px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(4) {
    margin-top: 35px;
    order: 3;
}

.footer>div:nth-of-type(2)>div:nth-of-type(4)>p {
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    gap: 10px;
}

.footer>div:nth-of-type(2)>div:nth-of-type(4)>p>a {
    color: white;
    text-decoration: none;
}

.footer>div:nth-of-type(2)>div:nth-of-type(4)>p>span {
    color: white;
    opacity: 30%;
}

.footer>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1) {
    display: none;
}

@media (min-width: 940px) {
    .footer>div:nth-of-type(2)>div:nth-of-type(4) {
        display: none;
    }

    .footer>div:nth-of-type(2)>div:nth-of-type(4)>p {
        display: none;
    }

    .footer>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1) {
        display: flex;
    }
}

@media (max-width: 460px) {
    .footer>div:nth-of-type(2)>div:nth-of-type(4)>p {
        font-size: 13px;
    }
}