/* SECTION */

.maxim-hero-text-section {
    padding: 20px;
    display: flex;
    justify-content: center;
}


/* CONTAINER */

.maxim-hero-text-container {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
}


/* TITLE */

.maxim-hero-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}


/* FIRST LINE */

.maxim-hero-title-primary {
    font-size: clamp(30px, 4.8vw, 56px);

    font-weight: 600;

    line-height: 1;

    color: #e6e6e6;


    letter-spacing: 0.01em;
}


/* SECOND LINE */

.maxim-hero-title-secondary {
    font-size: clamp(30px, 4.8vw, 56px);

    font-weight: 400;

    line-height: 1;

    color: #2f6fff;


    margin-top: 6px;
}


/* FIRST TEXT */

.maxim-hero-subtitle-primary {

    font-size: 36px;

    font-weight: 600;

    color: #e6e6e6;

    margin-bottom: 18px;
}


/* SECOND TEXT */

.maxim-hero-subtitle-secondary {

    font-size: 32px;

    font-weight: 400;

    color: rgba(255,255,255,0.65);
}


/* MOBILE */

@media (max-width: 900px) {

    .maxim-hero-title-primary {
        font-size: 36px;
    }

    .maxim-hero-title-secondary {
        font-size: 36px;
    }

    .maxim-hero-subtitle-primary {
        font-size: 24px;
    }

    .maxim-hero-subtitle-secondary {
        font-size: 20px;
    }

}
