.container {
    position: absolute;
    z-index: 9999999999;
    right: 0px !important;
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
    top: 15px;
}

.col {
    width: 33%;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    padding: 4px;
    display: flex;
}

.icon {
    display: flex;
    float: left;
    font-weight: bold;
    color: #22A4D7;
    align-items: center;
}

.content {
    display: flex;
    float: right;
    align-items: center;
    margin-left: 8px;
}

.footer-bottom {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 14px;
    border-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}

.footer-bottom-text {
    margin: auto;
    padding: 4px;
}

.section.footer-section {
    position: fixed;
    bottom: 0px;
    z-index: 9999999999;
    width: 100%;
    background-image: none;
}

.section.footer-section a {
    color: rgb(47, 50, 74);
    text-decoration: none;
}

.footer-bottom-column {
    margin-bottom: 0px !important;
    column-gap: 10px;
}

@media only screen and (max-width: 767px) {
    .divnum {
        margin-top: 1rem;
    }
    .footer-brand {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    iframe {
        height: calc(100% - 30px) !important;
        margin-top: 80px;
    }
    .container {
        top: 0px !important;
        width: 100%;
        text-align: center;
        background-color: #F0F7FA;
    }
    .content {
        margin-left: 4px;
    }
    .LandbotFullpage iframe {
        height: 94% !important;
    };
    .footer-bottom-column {
        margin-bottom: 0px !important;
    };
}