.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {background-color: #ddd;}

  .dropdown:hover .dropdown-content {display: block;}

  .firstcharacter {
    color: #404040;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
  }

  .text_highlight_custom {
    font-size: 23px;
    font-weight: 700;
    color: #4aa82d;
    margin-top: 0px;
  }

  .list-highlight {
    font-weight: 800;
    color: #4aa82d;
  }

  .icon_box_text {
    text-align: center !important;
    height: 240px;
  }

  .icon_box_text  img {
    width: 70%;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
  }

  .icon_box_title {
    text-transform: uppercase;
  }

  .learnmorebtn {
    float: right;
    border: none; 
    font-weight: bold;
    padding: 1rem 3rem;
    text-decoration: none;
    color: white;
    cursor: pointer;
    background-color: #4aa82d;
    margin-left: 0.5rem;
  }


  @media only screen and (max-width: 575px) {
    .learnmorebtn {
      float: inherit;
      margin: 0.5rem 1rem 0rem 0rem;
    }
  }