.agb-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.agb-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--text-font);
    margin-bottom: 25px;
}

.agb-main-heading {
    padding: 10px;
    font-size: 38px;
}

.agb-sub-heading {
    font-size: 16px;
}

.paragraph {
    padding-bottom: 20px;
}

.paragraph p {
    font-size: 18px;
    margin-bottom: 10px;
}
