 body {
    font-family: "Roboto", sans-serif; 
    color: #434455;
    background-color: #fff;
}

 ul {
    list-style-type: none;
 }
    
 a {
    text-decoration: none;
 }

 .logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
}

.logo-header .logo-part {
    color: #2e2f42;
}

.logo-footer .logo-part-footer {
   color: #f4f4fd;
}
.nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

.nav-link:hover,
.nav-link:focus {
    color: #404bbf;
}

.contacts {
    font-style: normal;
}

.contacts-link {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #434455;
}

.contacts-link:hover,
.contacts-link:focus {
    color: #404bbf;
}

button {
    cursor: pointer;
    background-color: #4d5ae5;
}

.section-title {
    background-color: #2e2f42;
}

.title {
    font-weight: 700;
    font-size: 56px;
    line-height: 107%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.section-our-team {
    background: #f4f4fd;
}

.button-order {
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.button-order:hover,
.button-order:focus {
    background-color: #404BBF;
}

.title-benefits {
    line-height: 150%;
    letter-spacing: 0.02em;
}
    
.list-benefits {   
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #2e2f42 ;
}
 
.descr-benefits {
    line-height: 150%;
    letter-spacing: 0.02em;
}

.title-team {
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    text-transform: capitalize;
}

.team-member {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color:  #2e2f42;
 }

 .post {
    line-height: 150%;
    letter-spacing: 0.02em;
 }

 .lista-team {
    background-color: #FFFFFF
 }

 .title-portfolio {
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    text-transform: capitalize;
 }

 .name-foto {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color:  #2e2f42;
 }

 .descr-foto {
    line-height: 150%;
    letter-spacing: 0.02em;
 }

 .footer {
    background-color: #2e2f42;
 }

 .text-footer {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #f4f4fd;
 }