body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.section-text-in-p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.nav-menu {
    color: #2e2f42;
}

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

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

.logo-color-studio-footer {
    color: #f4f4fd;
}

.nav-menu .nav-menu-link {    
    font-weight: 500;
    color: #2e2f42;
}

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

.nav-menu .nav-menu-link:active {
    color: #404bbf;
    text-decoration: underline;
}

.address-menu {
    font-style: normal;
}

.address-menu .contacts-link {
    color: currentColor;
}

.address-menu .contacts-link:hover,
.address-menu .contacts-link:focus {
    color: #404BBF;
}

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

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

.main-section-btn {
    cursor: pointer;
    font-family: inherit;
    color: #fff;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0.04em;
    background-color: #4d5ae5;
}

.main-section-btn:hover,
.main-section-btn:focus {
    background-color: #404bbf;
}

.header-two {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    text-transform: capitalize;
}

.header-three {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
    text-transform: capitalize;
}

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

.team-card-list .team-card-style {
    background-color: #fff;
}

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

.footer-text {
    color: #f4f4fd;
}