    #howToBuyPopup .htbp-stepSet { margin: 10px 0 10px 0; }
    #howToBuyPopup .htbp-icon-holder { max-width: 100px; margin:0 auto 20px auto; }
    #howToBuyPopup .htbp-icon-holder img { max-width: 100%; }
    #howToBuyPopup .htbp-text h2, #howToBuyPopup h2 { font-size: 2.2rem; line-height: 2.4rem; }
    #howToBuyPopup h3 { font-size: 1.8rem; line-height: 2rem; }
    #howToBuyPopup .mt20 { margin-top: 20px }
    #howToBuyPopup .htbp-selection { background-color:#f1ecdb; padding:1.5% 2% 1% 2%; overflow: hidden; margin-bottom: 25px }
    #howToBuyPopup .htbp-selection h2 { text-align: center; }
    #howToBuyPopup .adjust-button { max-width: 233px; margin: 25px auto 16px auto; }
    #howToBuyPopup p, #howToBuyPopup li, #howToBuyPopup address { line-height: 2.3rem; }
	@media print, screen and (min-width: 620px) {
        #howToBuyPopup .htbp-icon-holder { display: block; }
        #howToBuyPopup .htbp-stepSet { 
            display: grid;
            grid-template-columns: 140px auto ;
            grid-column-gap: 14px;
            grid-template-areas:
                "htbp-icon htbp-text"
        }
    }