.bountiful--start-page .tws-container--tws-custom-html.introduction p {
		border-bottom: 3px solid #f26f40;
    display: inline;
    font-size: 32px;
		font-weight: 500;
}

/* --- SHOPWINDOWS --- */

.bountiful--start-page .tws-content-box .tws-content-box--second-line {
	background: rgba(0,0,0, 0.6);
		padding: 4px 12px;
		border-radius: 3px;
    font-size: 22px;
    border-left: 5px solid #f26f40;
}

.bountiful--start-page .tws-content-box-2x--box .tws-content-box--first-line  {
		background: rgba(0,0,0, 0.6);
		padding: 4px 12px;
		border-radius: 3px;
    font-size: 22px;
}
.bountiful--start-page .tws-content-box-2x--box .tws-content-box--second-line
{
    background: rgba(0,0,0, 0.6);
    padding: 5px 12px;
    border-radius: 3px;
    border-left: 5px solid #f26f40;
}

@media (max-width: 768px) {  
  
.bountiful--start-page .tws-container--tws-custom-html.introduction p {
		font-size: 18px !important;
}
  
.bountiful--start-page .tws-content-box .tws-content-box--second-line {
    font-size: 10px;
}
  .bountiful--start-page .tws-content-box-2x--box .tws-content-box--first-line {
    font-size: 18px;
  }
}

/* --- END SHOPWINDOWS --- */