
        @font-face {
             font-family: "Fidelity Sans";
             src: url("https://assets.fidelity.com/fonts/FidelitySans-Light.woff2") format("woff2"), url("https://assets.fidelity.com/fonts/FidelitySans-Light.woff") format("woff");
        }

         .how-to-get-started-bg{
             background-color: rgba(242, 242, 242, 100);
             padding:40px 0;
        }
         .how-to-get-started {
             max-width: 1140px;
             width: 100%;
             margin: 0 auto;
             box-sizing: border-box;
        }
         .how-to-get-started h2{
             font-size: 24px;
             font-weight: 300;
             margin: 0px auto 20px;
             text-align: center;
             font-family: "Fidelity Sans";
        }
         .how-to-get-started h3{
             font-size: 16px;
             font-weight: 700;
             text-align: center;
             margin-bottom: 20px;
             font-family: "Fidelity Sans";
        }
         .how-to-get-started .bar {
             width: 65%;
             height: 0px;
             border-top: 2px solid #979797;
             margin: 0 auto;
             position: relative;
             top: 114px;
             z-index: 1;
        }
         .how-to-get-started .progress {
             width: 100%;
             padding: 0;
             margin: 0 auto;
        }
         .how-to-get-started .progress li {
             width: 32.8%;
             display: inline-block;
             vertical-align: top;
             box-sizing: border-box;
             padding: 8px 8px 0 8px;
        }
         .how-to-get-started .progress .icon {
             display: block;
             height: 129px;
             width: 129px;
             text-align: center;
             margin: 0 auto 30px;
             position: relative;
             z-index:2;
        }
         .how-to-get-started .progress>li>p {
             padding:0 30px;
        }
         @media (max-width: 960px) {
             .how-to-get-started h2{
                 font-weight: 700;
                 margin-bottom: 20px;
            }
             .how-to-get-started .bar {
                 display: none;
            }
             .how-to-get-started .progress {
                 width: 100%;
                 margin: 0;
                 display: inline-block;
                 background-color: transparent;
            }
             .how-to-get-started .progress li{
                 width:100%;
                 text-align: center;
                 margin-bottom: 40px;
            }
             .how-to-get-started h3 {
                 display: inline-block;
                 font-weight: 600;
                 padding-top: 13px;
            }
             .how-to-get-started p {
                 padding-left:62px;
            }
             .how-to-get-started .progress .icon {
                 position: static;
                 margin-bottom: 20px;
                 display: block;
                 vertical-align: top;
            }
        }
