.infoBlock.googleWorkspace {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/Banner-nowords-big.jpg);
}

.heading:after {
    display: none;
}

.infoBlock.fullWidth > .frame .content .heading {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: none;
}

#tnc_popup button:disabled {
    opacity: 0.4;
    cursor: default;
}

#tnc_popup .popup {
    width: 90%;
    max-width: 910px;
    flex-direction: column;
    display: flex;
    height: 90%;
}

#tnc_popup .popup_content {
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#tnc_popup .text_content{
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

#tnc_popup .title_bar {
    font-size: 16px;
    line-height: 1.25;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 640px) {
    #tnc_popup .title_bar {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }
}
