﻿/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
    margin-top: 25px;
}
@media only screen and (max-width: 1068px) {
	.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 1068px) {
    .section-story-spotlight .grid.inter-story-update .badges .column.badge-column {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 734px) {
    .section-story-spotlight .grid.inter-story-update .badges .column.badge-column {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.shared-how-to-buy {
    margin-top: 135px;
    margin-bottom:100px
 }
 
 @media only screen and (max-width: 1068px) {
    .shared-how-to-buy {
        margin-top:115px
    }
 }
 
 @media only screen and (max-width: 734px) {
    .shared-how-to-buy {
        margin-top: 70px;
        margin-bottom:85px
    }
 }

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/