.bellona .title {
    font-size: 19px;
    line-height: 28px;
}

.row-custom {
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 3vh;
}
.seo-top-section{
    padding-top: 60px  !important;
}
.seo-top-section .text{
    padding-top: 80px;
    padding-bottom: 80px;
}
.img-cover-seo{
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-nav {
    border-bottom:none;
}

.img-corporate-site img {
    border-radius: 7px;
    position: relative;
    max-width: 100%;
}
.price-body .special-s{
    color:#2cff4f;
}

@media (max-width: 992px){
    .img-corporate-site img {
    max-width: 100%;
    text-align: center;
    margin: 20px auto 0;
    }
    .img-cover-seo{
        height: 35vh;
    }
}


@media (max-width: 768px) {
    .row-custom{
        margin-top: unset;
    }
    .seo-top-section .text{
    padding: 40px 20px 85px 20px
    }
    .img-cover-seo {
    height:unset;
    }

}
@media (min-height: 800px) {
    .img-cover-seo{
        height: unset;
        padding:20px
    }
}
