.subscribe-to-the-newsletter {
    color: var(--secondary-color);
    background-color: var(--primary-color);
}

.subscribe-to-the-newsletter__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;

    min-height: 8rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-to-the-newsletter__box-1 {
    display: flex;
    align-items: center;
}

.subscribe-to-the-newsletter__box-11 {
    margin-left: 1.5em;
    
    display: flex;
    flex-direction: column;
}

.subscribe-to-the-newsletter__icon {
    fill: #000;
}

.subscribe-to-the-newsletter__title {
    /* font-size: 1.25rem; */
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
}

.subscribe-to-the-newsletter__subtitle {
    /* font-size: 0.875rem; */
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
}
