.hello-page {
    color: #303030;
}

.hello-card {
    width: min(720px, 100%);
    margin: 0 auto;
    padding: 42px;
    border: 1px solid #e5e1d6;
    background: #fff;
    box-sizing: border-box;
}

.hello-intro {
    margin-bottom: 18px;
    text-align: center;
}

.hello-intro h2 {
    margin-bottom: 14px;
    line-height: 1.25;
    scroll-margin-top: 18px;
}

.hello-intro p {
    max-width: 600px;
    margin: 0 auto;
    color: #606060;
    font-size: 15px;
    line-height: 1.55;
}

.hello-founders {
    display: grid;
    width: min(500px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0 auto;
}

.hello-founders > div {
    overflow: hidden;
    background: #f5f2eb;
    text-align: center;
}

.hello-founders img {
    display: block;
    width: 100%;
    height: auto;
}

.hello-founders h3 {
    margin: 20px 16px 8px;
    color: #372a1e;
    font-size: 20px;
    line-height: 1.35;
}

.hello-founders h3 a {
    color: inherit;
}

.hello-founders h3 a:hover {
    color: #c55e24;
}

.hello-founders p {
    margin: 0 16px 22px;
    color: #8a8178;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hello-contacts {
    display: grid;
    gap: 8px;
    justify-items: center;
    margin-bottom: 34px;
    text-align: center;
}

.hello-contacts > a {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 15px;
    line-height: 1.55;
}

.hello-contacts a {
    color: #372a1e;
}

.hello-contacts a:hover {
    color: #c55e24;
}

.hello-contacts i {
    width: 24px;
    color: #c55e24;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 600px) {
    .hello-card {
        padding: 28px 20px;
    }

    .hello-founders {
        width: min(260px, 100%);
        grid-template-columns: 1fr;
    }
}
