body {
    font-family: 'Roboto', sans-serif;
    color: #434455;
    font-size: 16px;
    background-color: #FFFFFF;
    letter-spacing: 0.02em;


}

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

.logo span {
    color: #2e2f42;
}

ul,
ol {
    list-style-type: none;
}

.link-studio {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2E2F42;
}

.adress-info {
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

a {
    text-decoration: none;
    color: #2E2F42;
}

header {
    font-family: 'releway', sans-serif;
}

header a:hover,
header a:focus {
    color: #404BBF;
}

header a {
    color: #434455;
}

h1 {
    font-size: 56px;

}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 12px;
}

.top-banner {
    background-color: #2E2F42;
    color: white;
    text-align: center;
}

.top-banner-h-one {
    line-height: 1.07;
    letter-spacing: 0.02em;
}

.button-order {
    background-color: #4D5AE5;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.button-order:focus {
    background-color: #404bbf;
}

.fotter-style {
    background-color: #2E2F42;
    color: white;
}

.logo-footer {
    color: white;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0.03em;
    /* uppercase - текст усі букви великі */
    text-transform: uppercase;
    color: #4D5AE5;
}

.logo-footer span {
    color: #f4f4FD;
}

.footer-p {
    line-height: 1.5;
    color: #f4f4FD;
    letter-spacing: 0.02em;
}


button:hover {
    background-color: #404BBF;
}

.strategy-h-three {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

.team-section-p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.team-section {
    background-color: #f4f4FD;
}

.team-section-h-second {
    line-height: 1.11;
    text-align: center;
    letter-spacing: 0.02em;
    /* Перша буква буле великою capitalize*/
    text-transform: capitalize;
    color: #2E2F42;
}

.team-section-line-one {
    background-color: #FFFFFF;

}

.team-section-line-one-h-thre {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2E2F42;
}