@font-face {
    font-family: Dm-Sans;
    src: url(../dm-sans/DMSans-Regular.ttf);
}
body{
       font-family: Dm-Sans;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.offer-strip {
    background: linear-gradient(90deg, #0d2d6e, #1340b0);
    padding: 16px 5%;
    text-align: center;
}

.f-col-head {
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #1340b0;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
}

.f-col-head:before
 {
    content: "";
    background: #1340b0;
    width: 16px;
    height: 1px;
}

.text_blue{
    color: #1340b0;
}