  .close-modal{
    float: right;
    cursor: pointer;
    }
    #icon{
      width: 50px;
      float: right;
      margin-right:-40 ;
    }
    #blockText{
      margin-top:15px;
      margin-bottom:20px;
    }  
    .box{
      margin-top: 10px;
      width: 225px;
      box-sizing: border-box;
      padding: 15px;
      border: 1px solid #0c4456;
    }
    #titleBox{
      color: #f70;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4;
      min-height: 20px;
      max-width: 152px;
      letter-spacing: 1.14px;
      margin: 0 0 8px;
      font-family: aktiv-grotesk-condensed,helvetica,sans-serif;
    }
    #dots{
      color: #f70;
      font-family: "Times New Roman", Times, serif;
      line-height: 0.5;
      padding-bottom: 10px;
    }
    
    #block{
      display: grid;
      display:flex;
      font-family: aktiv-grotesk, sans-serif;
      height: auto;
      max-width: 805px;
    }
    
    #textDiv{
      margin-left: 50px;
      margin-right:10px;
      max-width: 550px;
    }
    #titleText{
      letter-spacing: 1.14px;
      font-size: 14px !important;
      color: #0C4456;
      font-weight: 500 !important;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-family: aktiv-grotesk-condensed !important;
    }
    #subtText{
      color:#0C4456;
      font-size: 20px;
      font-weight: bold;
      line-height: 28px;
      margin-bottom: 10px;
      letter-spacing: 1.14px;
    }
    .textText{
      line-height: 23px;
      font-size: 14px !important;
      color: #4B4B4B;
      margin-bottom:-3px !important;
    }
    #textBox{
      color: lightgray;
      padding-top: 15px;
      list-style-type: none; /* Remove bullets */
      line-height: 15px;
      padding-bottom: 15px;
    }
    .grid{
      display:flex;
      margin-left: 20px;
    }
    .grid2{
      margin-left: 60px;
    }
    .orange{
      color:#FF7700  !important;
    }
    .blue{
      color:#0098a7 !important;
      cursor: pointer;
    }
    .blue:hover{
      text-decoration: underline;
    }
    .thumb-orange:hover{
      fill:orange  !important;
    
    }