.home-announcement {
    background-color: #eee;
}

.home-announcement__container {
    max-width: 1164px;
}

.home-announcement__layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    min-height: 83px;
    overflow: visible;
}

.home-announcement__badge {
    display: block;
    width: 101px;
    height: 101px;
    flex-shrink: 0;
    margin: -9px 0;
    object-fit: contain;
}

.home-announcement__text {
    margin: 0;
    color: #1c75bb;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.6px;
    white-space: nowrap;
}

.home-announcement__text-line {
    display: inline;
}

.home-announcement__text-line + .home-announcement__text-line::before {
    content: " ";
}
