.sls-license-page {
    margin-top: -150px;
    padding-bottom: 70px;
}
.sls-row{
    display: flex;
        justify-content: center;
}


nav.relative.py-8.px-4.xl\:px-10.bg-blue-800{
background-color: #00000000;
}
section.relative.pb-24.md\:pb-14.bg-blue-800.overflow-hidden {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.717), rgba(0, 0, 0, 0.553)), 
                url(/storage/images/licenses.jpg) no-repeat center/cover;
}



@media only screen and (max-width: 600px) {
    .sls-license-page {
        margin-top: -250px;
        padding-bottom: 70px;
    }
  }