.h-hero{
    height: calc(100vh - 58px);
}
.h-img{
    height: 100%;
    object-fit: cover;
}
.text-hero-slide{
    background-color: rgb(0, 0, 0, 50%);
    border-radius: 30px;
}
.circle-img{
    border-radius: 50%;
}
.cont-ba{
    background-color: #e9edf6;
}
footer{
    align-items: center;
    padding: 25px 20px;
    ul{
        list-style: none;
        li{
            padding: 10px;
        }
    }
}