* {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
a {
    color: #e40d1e;
}
body {
    color: #161616;
}

.wrap_container {
    min-height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(329deg,rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(235, 235, 235, 1) 100%);
}

.logo_container img {
    height: 100px;
}

.logo_container {
    display: inline-flex;
    align-items: center;
}

.slog_container {
    display: flex;
    flex-flow: column;
}

.slog_container .name {
    font-size: 49px;
    letter-spacing: 1px;
}
.slog_container .slog {
    font-size: 15px;
    color: #5d5d5d;
    text-align: left;
}

.container {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    padding-top: 30px;

}

.text {
    text-align: left;
    padding-top: 20px;
    line-height: 22px;
    padding-left: 10px;
}

.text h3 {
    text-align: center;
}
.services {
    padding-top: 10px;
}
.services ul {
    padding-top: 10px;
    padding-left: 16px;
}


@media screen and (max-width: 840px) {
    .container {
        max-width: none;
        margin: 0 20px;
        padding-bottom: 40px;
    }
}


