.title-section--one h1{
    font-size: 4rem;
    margin-block: 1.5rem;
    line-height: 3.5rem;
}
.title-section--one p{
    margin-inline: 12rem;
}
.section-one--form form {
    flex-direction: row;
}
.section-two--container .what-we-do{
    margin-inline: 25rem;
}
.section-two--services {
    grid-template-columns: repeat(4,1fr);
}
.section-three--container {
    align-items: center;
}
.section-three .section-three--paragraf button{
    cursor: pointer;
}
.section-four--container h3{
    margin-inline: 25rem;
}
.article-section--four {
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}
.section-six--footer{
    display: flex;
    justify-content: space-between;
}
.header-one div p{
    font-size: .7rem;
}
.social-media{
    gap: 1.5rem;
}
.redSocial{
    cursor: pointer;
}
header{
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: var(--color--one);
    padding: 1rem .5rem;
    position: fixed;
    top: 0;
}
.section-about-services--container {
    grid-template-columns: repeat(4,1fr);
}
.section-info--garanties h3{
    font-size: 1rem;
}
.section-about--container div{
    height: 250px;
}
.section-galery--content {
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
    margin-top: 3rem;
}
.section-galer--info button{
    width:40% ;
}
#icon-menu{
    display: none;
}
.nav-descktop{
    display: flex;
}