body {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/joakim-honkasalo-DurC25GdOvk-unsplash.jpg');
    background-size: cover;
    margin: 0;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

#logo {
    position: absolute;
    width: 240px;
    top: 50px;
    left: 50px;
}

footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

footer a{
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
}

.grid {
    display: flex;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.box {
    width: 100%;
    max-width: 1200px;
    padding: 30px;
}
.box.bg-box{
    padding: 10px;
    border-radius: 25px;
    background-color: rgb(35 35 35 / 83%);
}

.box {
    display: flex;
}
.box.split .left,
.box.split .right{
    width: 50%;
}



.box.hero {
    font-size: 22px;
}
.box.hero h1{
    font-size: 50px;
}

.box.hero p.text-big {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.box.hero p.text-small {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.4;
}


.box.hero .ul-box{
    padding: 10px;
    border-radius: 25px;
    background-color: rgb(35 35 35 / 83%);
}

.box.hero ul{
    list-style-type: none;
}

.box.hero li + li{
    margin-top: 25px;
}

.box.hero li{
    font-size: 18px;
}
.box.hero li b{
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}