#page-header{
    margin-top:-80px;
    padding-top:calc(80px + clamp(2.1875rem, 1.5625rem + 2.0833vw, 3.125rem));
    padding-bottom:clamp(2.1875rem, 1.5625rem + 2.0833vw, 3.125rem);
}
#presentation .section-title{
    margin-bottom:30px;
}
#services-slider{
    padding:40px 30px;
    margin:-40px -30px;
}
#services .section-title{
    margin-bottom:30px;
    display: flex;
    text-align: center;
    justify-content: center;
}
#services .section-suptitle{
    display: flex;
    justify-content:center;
    text-align: center;
}
#portfolio{
    background-color:#f9f9f9;
}
#portfolio-slider{
    padding-left:20px;
    padding-right:20px;
    margin-left:-20px;
    margin-right:-20px;
}
#portfolio-slider .swiper-wrapper{
    padding:20px 0 30px;
}
#brands-slider figure{
    width:100%;
    height:40px;
    position: relative;
    overflow: hidden;
    filter: grayscale(90%);
    transition:all 300ms ease;
}
#brands-slider figure:hover{
    filter: grayscale(0);
}
#brands-slider figure img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit:contain;
}

@media screen and (max-width:767px){
    #services :is(.section-title, .section-suptitle){
        justify-content:flex-start;
        text-align:left;
    }
}