/* Start custom CSS for html, class: .elementor-element-33280cb */.danikblog h2 {
              color: #09B0AB;
       }

       .danikblog .icon {
              margin-right: 8px;
       }

       .danikblog .highlight {
              background: #fff;
              padding: 10px;
              border-left: 5px solid #09B0AB;
              border-radius: 0px 10px 10px 0px;
              box-shadow: rgba(19, 41, 61, 0.25) 0px 13px 27px -5px, rgba(19, 41, 61, 0.3) 0px 8px 16px -8px;
              display: flex;
              justify-content: space-between;
              margin: auto;
              align-items: center;
       }
       
       .danikblog .highlight img {
           max-width: 300px;
       }

       .danikblog ul {
              list-style: none;
              padding: 0;
       }

       .danikblog ul li {
              margin: 10px 0;
       }

       .danikblog .cta {
              background: #09B0AB;
              color: #fff;
              padding: 15px;
              text-align: center;
              display: block;
              text-decoration: none;
              border-radius: 5px;
              margin-top: 20px;
              display: inline-block;
       }
       
       .danikblog .cta:hover {
                         background: #fff;
              color: #09B0AB;
       }/* End custom CSS */