/* ===========================================
   СЕКЦИЯ ГОРЯЧЕЙ ЛИНИИ (HOTLINE)
   =========================================== */

.hotline {
    background-color: var(--color-section-bg);
    padding: 3rem 0;
    text-align: center;
}

.hotline__phone-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: currentColor;
}
