.glosserySingleContent .basicContent {
        font-family: "Overused Grotesk", Sans-serif;
}

.glosserySingleContent .basicContent p {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.glosserySingleContent .basicContent li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.glosserySingleContent .basicContent li strong {
    font-weight: 500;
}

.glosserySingleContent .basicContent li a {
    color: var(--e-global-color-primary);
}

.glosserySingleContent .image-with-text-module,
.glosserySingleContent .text-editor-module
{
    margin-bottom: 80px;
}
.glosserySingleContent .image-with-text-module .image-container {
    position: relative;
}

.glosserySingleContent .textInsideImage {
    font-family: 'FAIRE Sprig Sans';
    font-weight: 300;
    font-size: 45px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
}
.glosserySingleContent .image-only-module {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glosserySingleContent .image-only-module img{
    width: 100%;
    max-width: 940px;
}

@media only screen and (max-width: 600px) {
.glosserySingleContent .textInsideImage {
    font-size: 28px;
    top: unset;
    transform: unset;
    bottom: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    max-width: 80%;
}

.glosserySingleContent .image-only-module,
.glosserySingleContent .image-with-text-module,
.glosserySingleContent .text-editor-module {
    margin-bottom: 60px;
}

.glosserySingleContent .basicContent p {
    font-size: 18px;
} 

.glosserySingleContent .basicContent p br {
    display: none;
}

.glosserySingleContent .basicContent li {
    font-size: 16px;
}

}