.section__padding {
    padding: 4rem 4rem;
}

.footer {
    background-color: black;
    font-family: 'Montserrat', sans-serif;
}

.sb__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sb__footer-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
}

.sb__footer-links_logo {
    width: 402px;
    height: 91px;
    margin: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: white;
    flex-shrink: 0;
    margin-top: 1.4%;
}

.sb__footer-links_div {
    margin: 0rem 2rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: white;
}

.socialmedia {
    display: flex;
    flex-direction: row;

}

.socialmedia p {
    width: 32px;
    height: 33px;
    flex-shrink: 0;
    fill: #FBBC05;
    padding-right: 2rem;
}

.socialmedia a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 37px;
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
    background-color: #FBBC05;
    color: black;
}

.sb__footer-links_div h4 {
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.sb__footer-links_div p {
    line-height: 24px;
    margin: 0.5rem 0;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: light;
    color: #AFAFAF;
    font-weight: 400;
}

.sb__footer-below {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0.2rem;
    flex-shrink: 0;

}

.sb__footer-below-links {
    display: flex;
    flex-direction: row;
}

.sb__footer-below-links p {
    font-size: 16px;
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 24px;
    margin-left: 2rem;
    color: white;
    font-weight: 700;
}

.sb__footer-copyright p {
    color: #888;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.h4-coming-soon {
    margin-top: 50%;
    font-size: xx-large;
}

@media screen and (max-width: 1720px) {

    .sb__footer-links_div {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1720px) {

    .logo_div {
        flex: 0 1 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 900px) and (max-width: 1430px) {

    .social_div {
        flex: 0 1 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 739px) {

    .sb__footer-links_div {
        width: 224px;
        margin: 1rem 1rem;
    }
}

@media screen and (max-width: 550px) {
    .sb__footer-heading h1 {
        font-size: 34px;
        line-height: 42px;
        height: auto;
    }

    .sb__footer-links div {
        margin: 1rem 1rem;
        height: auto;
    }

    .sb__footer-btn p {
        font-size: 14px;
        line-height: 20px;
    }

    .sb__footer-below {
        flex-direction: column;
        justify-content: left;
    }

    .sb__footer-below-links {
        flex-direction: column;
    }

    .sb__footer-below-links p {
        margin-left: 0rem;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 530px) {
    .sb__footer-links_logo {
        display: none;
    }

}

@media screen and (max-width: 899px) {

    .social_div {
        width: 220px;
    }
}