
.more-info-btn-block {
    display: flex;
    justify-content: flex-end;
    padding: 15px 25px 25px 25px;
    width: 100%;
}

@media (max-width: 768px) {
    .more-info-btn-block {
        justify-content: center;
        padding: 15px 20px 20px 20px;
    }
}

.whats-new-section .description li {
    font-weight: normal !important;
}


.cover .logo {
    position: absolute !important;
    top: 20px !important;
    left: 120px !important;
    z-index: 10 !important;
    
    
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
  
    
    display: inline-block !important;
}

.cover .logo img {
    height: 20px !important;
    width: auto !important;
    display: block !important;
}


.cover .text-block {
    padding-top: 30px !important;
    padding-left: 20px !important;
}


@media (max-width: 575px) {
    .cover .logo {
        top: 20px !important;
        left: 20px !important;
        padding: 8px 15px !important;
    }
    
    .cover .logo img {
        height: 25px !important;
    }
    
    .cover .text-block {
        padding-top: 100px !important;
    }
}