body {
    margin: 0;
    padding: 40px;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    background-color: #f5f7f8;
color: #172126;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    background-color: #ffffff;
color: #172126;
}

.hero {
    padding: 80px 30px;
}
.hero h1 {
    font-size: 48px;
    max-width: 700px;
}
.hero p {
    max-width: 850px;
    line-height: 1.6;
}
.hero a {
    display: inline-block;
    padding: 14px 24px;
    background-color: #172126;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}
.brand {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand strong {
    font-size: 22px;
    letter-spacing: 1px;
}

.brand span {
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 6px;
}
.brand img {
    width: 360px;
    height: auto;
    display: block;
}
.header-brand {
    display: flex;
    align-items: center;
    gap: 22px;
}

.brand-services {
    display: flex;
    flex-direction: column;
    padding-left: 22px;
    border-left: 2px solid #2f80ed;
    line-height: 1.25;
    font-size: 15px;
    color: #172126;
}

.brand-services strong {
    display: block;
}
