.blue-gradient {
    background-image: linear-gradient(#2557e2, #2976bd, #378da5, #539da6) !important;
    color: white !important;
}

.purple-gradient {
    background-image: linear-gradient(#d222f9, #ae1cfc, #821ffd, #6628fe) !important;
    color: white !important;
}

.light-gray-background {
    background-color: #eeeeee !important;
}

.circle-badge {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-radius: 50% !important;
    width: 30px !important;
    height:30px !important;
    text-align: center !important;
    padding-top: 2px !important;
    font-weight: bold !important;
}

.logo {
    width: 200px;
}

.news-header-img {
    width: 100% !important;
    height: 40vh !important;
}

html {
    scroll-behavior: smooth !important;
}

.scroll-section {
    scroll-margin-block-start: 10vh !important;
    scroll-margin-block-end: 10vh !important;
}

.card-img-top {
	width: 100% !important;
	height: 25vh !important;
	object-fit: contain !important;
}

@media screen and (max-width: 800px) {
    .news-header-img {
        height: 20vh !important;
    }

    .logo {
        width: 170px;
    }
}