﻿
.mobile #HeaderSection {
    position: relative;
    background-color: #efeff0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    margin-top: 80px;
}

.mobile .HeaderText {
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
    color: #25282A;
}

.mobile .HeaderCompanyName {
    font-family: TradeGothic;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: center;
    color: #25282A;
}
.mobile .HeaderSubText {
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1599999964237213px;
    text-align: left;
    color: #25282A;
}
.mobile figure, .mobile figure img {
    width: 343px;
    height: 232px;
    border-radius: 64px 8px 64px 8px;
    overflow: hidden;
}
