﻿
.mobile #HeaderSection {
    position: relative;
    background-color: #efeff0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    margin-top: 80px;
}

.mobile #HeaderText {
    font-family: TradeGothic;
    /*font-size: 40px;*/
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1.2899999618530273px;
    text-align: left;
    color: #25282A;
}

.mobile #HeaderSubText {
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1599999964237213px;
    text-align: left;
    color: #25282A;
}

.mobile figure, .mobile figure img {
    width: 343px;
    height: 232px;
    border-radius: 96px 8px 96px 8px;
    overflow: hidden;
}
.mobile #Specialty_Options {
    width:100%;
    max-width: 550px;

}
.mobile .accordion{
    width: auto !important;
}