
.navbar {
    position: relative;
}

.read-more-info {
    margin: 0;
}

.content-info-container {
    margin-bottom: 70px;
    background-color: #8ae3ff !important;
    color: red !important;
}

@media(min-width: 753px) {
    .content-info-container {
        margin-bottom: 90px;
    }
}

.content-info h3 {
    margin-top: 30px;
    color: #fff;
}

.content-info h3 {
    margin-top: 30px;
    color: #fff;
}

    .content-info h3 a {
        color: #00E0BA;
        text-decoration: none;
        background-color: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        font-family: 'Obviously' !important, system-ui, sans-serif;
        font-size: 20px;
        font-weight: normal;
        line-height: 1;
    }

        .content-info h3 a:hover {
            color: #00E0BA;
            text-decoration: underline;
            background-color: transparent;
            border: none;
            outline: none;
            box-shadow: none;
        }


/* Header CSS start */
.run-header-bg {
    background-color: #8ae3ff !important;
}
