* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Rubik", sans-serif;
    line-height: 1;
    font-weight: 400;
    background-color: #f8f9fa;
    color: #555;
}

.section-hero {
    padding: 9.6rem 0;
}

.hero-main {
    max-width: 130rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9.6rem;
}

.hero-text-box {
    display: grid;
    align-items: center;
    gap: 4.8rem;
}

.hero-title {
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.5px;
    color: #333;
    margin-bottom: 3.2rem;
}

.hero-description {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.25;
    margin-bottom: 3.2rem;
}

.hero-slogan {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    
}

.hero-img {
    width: 100%;
}
