 .options-container{
            display:flex;
            flex-wrap: wrap;
            justify-content: space-around;
            width: 100%;
            max-width: 1410px;
            margin: auto;
        }

        .option-container{
            width: 100%;
            max-width: 360px;
            min-width: 200px;
            transition-duration: 0.5s;
            margin: 30px 10px 10px 10px;
        }

        .option-container:hover{
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.04), 0 5px 14px 0 rgba(0,0,0,.1);
            transition-duration: 0.5s;
        }

        .option-container:hover > a > div > img{
            transform: scale(1.1);
            transition-duration: 1s;
        }

        .option-container > a > div > img{
            transform: scale(1.0);
            transition-duration: 1s;
        }

        .img-container{
            width: 100%;
            max-width: 360px;
            min-width: 200px;
            height: auto;
            overflow: hidden;
        }

        .img-stl{
             width: 100%;
             height: auto;
        }

        .text-container{
            padding:10px;
        }

        .title-option-stl{
            font-size: 20px;
            font-weight: 600;
            font-family: "Arial Black","Frutiger LT Std-Black",Helvetica,sans-serif;
        }

        .description-option-stl{
            font-size: 20px;
            font-weight: 200;
            text-align:left;
            color: rgba(0,16,24,.44);
            font-family: Arial,"Frutiger LT Std-Light",Helvetica,sans-serif;
        }

        .link-help-and-support{
            text-decoration: none;
            color: #000000;
        }


        .link-help-and-support:hover{
            text-decoration: none;
            color: #000000;
        }

        .hr-stl{
            display: none;
        }

        .divider{
            width: 0%;
            max-width: 0px;
            min-width: 0px;
        }

        @media only screen and (max-width: 900px) {
            .option-container{
                max-width: 250px;
                height: auto;
            }

            .img-container{
                max-width: 250px;
                height: auto;
            }
        }

        @media only screen and (max-width: 500px) {
            .hr-stl{
                display: block;
                border: 1px solid rgba(0,16,24,.44);;
            }

            .img-container{
                width: 0%;
                height: 0%;
                display: none;
            }

            .option-container{
                margin: 10px;   
            }

            .divider{
                width: 100%;
                max-width: 360px;
                min-width: 200px;
                transition-duration: 0.5s;  
            }
        }



  .gdoc-field {
    width: 100%;
    margin: 25px auto 10px auto;
  }


.fadeMePP {
    display: none !important;
}