.iconHeight {
    max-height: 35px;
}

.w-10 {
    width: 25%;
}

.section-top-decoration {
    background-image: url('img/icons/frillTop.svg');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto;

    /* Adjust size as needed */
    padding-top: 0px;

    /* Make space for the watermark */
}

.tribes-watermark {
    background-image: url('img/icons/frillTop.svg');
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 30px;

    /* Forces the height to 30px */
    height: 30px;
    width: 100%;
    opacity: 0.8;

    /* Adjust based on how subtle you want it */
    margin-bottom: 2rem;

    /* Spacing below the line */
}