.service-container h1,
.service-container h2,
.block-functionality h3{
    text-align: center;
}
.service-container h5{
    color: #2878EB;
    text-transform: uppercase;
    text-align: center;
}
.block>*{
    margin-bottom: 15px;
}
.service-container .list{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-container .list-item{
    display: flex;
    gap: 10px;
    padding: 15px;
    max-width: 32%;
    min-width: 20%;
}
.service-container i{
    font-size: 40px;
    color: #2878EB;
}
.block-possibility i{
    margin-top: 25px;
}
.block-functionality .list-item p{
    text-align: center;
}
.block-functionality .list-item{
    flex-direction: column;
    align-items: center;
    background-color: #ECF4FF;
}
.block-place .list-item{
    flex-direction: column;
    background-color: #ECF4FF;
}
.block-place .list-item_head{
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 26px;
}
.block-place .list-item_head:last-child{
    align-self: end;
}
.service-container .link{
    margin: 20px 0;
}
@media(max-width: 991px){
    h3{
        font-size: 20px;
        font-weight: 600;
    }
    .block-place .list-item_head{
        flex-direction: column;
    }
    .service-container .list{
        gap: 5px;
    }
    .service-container .list-item{
        max-width: 49%;
    }
}
body.flat #wrapper{
    background-color: #fff;
    padding-top: 50px;
    min-height: 0;
}
#logo{
    min-height: 60px;
    width: 100%;
    background-color: rgb(54, 55, 60);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
}
#logo img{
    width: auto;
    height: 40px;
}
.logo-links a{
    color: inherit;
    margin-left: 15px;
    font-weight: 700;
}
@media(max-width: 475px){
    .service-container .list-item{
        max-width: 100%;
    }
}