.platform_footer_container {
    margin-top: 50px;
    margin-bottom: 15px;
}

.platform_footer {
    display: flex;
    justify-content: space-between;
    background-color: #f2f3f3;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 3rem;
}

.platform_footer .text-muted {
    margin-bottom: 0.5rem;
}

.platform_footer__dot {
    height: 3px;
    width: 3px;
    background-color: #99a09c;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 2px 5px;
}

.platform_footer .platform_footer__left {
    display: flex;
    flex-direction: column;
}

.platform_footer .platform_footer__left .platform_footer__left__infobox {
    margin-top: auto;
}

.platform_footer .platform_footer__left strong {
    margin-bottom: 0.25rem;
}

.platform_footer .platform_footer__left > div {
    margin-top: 1rem;
}

.platform_footer .platform_footer__left > div > a {
    color: #070f0b;
}

.platform_footer .platform_footer__right {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.platform_footer .platform_footer__right > div.platform_footer__right__social {
    margin-top: 1rem;
}

.platform_footer .platform_footer__right > div.platform_footer__right__links {
    margin-top: 1rem;
    color: #99a09c;
}

.platform_footer .platform_footer__right > div.platform_footer__right__social > a {
    margin-left: 1rem;
}

.platform_footer .platform_footer__left > div > a:hover {
    text-decoration: underline;
}

.platform_footer .platform_footer__right > div.platform_footer__right__links > a {
    color: #99a09c;
}

.platform_footer .platform_footer__right > div.platform_footer__right__links > a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .platform_footer {
        flex-direction: column;
        background-color: transparent;
        padding: 0;
    }

    .platform_footer span {
        white-space: nowrap; 
    }

    .platform_footer .platform_footer__left {
        background-color: #f2f3f3;
        padding: 1.5rem;
    }

    .platform_footer .platform_footer__right {
        margin-top: 0.25rem;
        text-align: left;
        background-color: #f2f3f3;
        padding: 1.5rem;
    }

    .platform_footer .platform_footer__right > div.platform_footer__right__social > a {
        margin-right: 1rem;
        margin-left: 0;
    }
}
