header {
    background-color: rgba(255, 255, 255, .8);
    height: 150px;
}

.service {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/background-foot.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 20px;
}

.alt-menu {
    height: 150px;
}

.alt-end {
    height: 50px;
}

.desc {
    box-sizing: border-box;
    max-width: 950px;
    margin-inline: auto;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

}

.desc h1 {
    color: #ff0000;
    padding-bottom: 20px;
    text-shadow: black 1px 2px;
    text-align: center;
}

.white {
    color: #000;
    text-shadow: none;
    background-color: transparent;
}

.list-includes {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    background-color: rgba(255, 0, 0, .05);
    border-top: 5px solid #121212;
    border-bottom: 5px solid #ff0000;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.list-includes h1 {
    font-size: 1.5rem;
    text-shadow: none;
    text-align: left;
}

.choose-card {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .05);
    border-left: 5px solid #ff0000;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.choose-card h1 {
    width: auto;
    font-size: 1.5rem;
    text-shadow: none;
    text-align: left;
    color: #121212;
}

@media only screen and (max-width : 950px) {

    .desc {
        max-width: 95%;
    }
    .header.scroll {
        height: 100px;
        background-color: rgba(255, 255, 255, .980);
    }
}