#footers-template-2 .footer-main-content-container {
    padding: 4rem 1.5rem;
    background-color: #0c2e30;
    color: #029447;
    line-height: 1.7rem;
    letter-spacing: 1px;
    text-align: center;
}

#footers-template-2 .footer-main-content-container img {
    display: block;
    margin: auto;
}

#footers-template-2 .footer-main-content-container img:nth-of-type(2) {
    width: 100%;
    max-width: 262px;
}

#footers-template-2 .footer-main-content-heading {
    margin-block: 2rem 0.75rem;
    color: #4199d4;
}

#footers-template-2 .copyright {
    padding-block: 0.75rem;
}

#footers-template-2 .copyright p {
    padding-inline: 0.25rem;
    font-size: 0.75rem;
    text-align: center;
}

#footers-template-2 .copyright a {
    text-decoration: underline;
}

@media(min-width: 400px) {
    #footers-template-2 .copyright {
        display: flex;
        justify-content: center;
    }

    #footers-template-2 .copyright p:nth-of-type(1) {
        border-right: 1px solid black;
    }
}

@media (min-width: 600px) {
    #footers-template-2 .footer-main-content-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footers-template-2 .footer-main-content-item {
        width: 49%;
    }
}

@media (min-width: 950px) {
    #footers-template-2 .footer-main-content-item {
        width: 24%;
    }
}