body {
    --bs-body-font-family: 'Poppins', sans-serif;
}

body {
    color: #022d5f;
    background-color: #fdfdfd;
}

.navbar-brand img{
	height: 45px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-weight:600;

}

.navbar-brand {
    color: #022d5f;
    font-weight: 800;
}

.tag--title{
    width:100%;
    border-bottom:2px solid #022d5f;
    margin-top:10px;
    margin-bottom:10px;
}
.tag--title p{
    color: #fff;
    background: #022d5f;
    padding: 5px;
    font-size:0.875rem !important;
}
footer{
    background-color: #07142f;
    color:white;
}
a{
    color: #022d5f;
}
.splide a{
    text-decoration: none;
}
img{
    width:100%;
}

.splide img{
 height: 250px !important;   
}
}