.elementor-35170 .elementor-element.elementor-element-5693ca5{margin-top:0px;margin-bottom:0px;}body.elementor-page-35170:not(.elementor-motion-effects-element-type-background), body.elementor-page-35170 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-c92efc5 */.images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height:150px;
}
  
      .purchase {
            background-color: #d14124; /* Green background */
            border: none; /* Remove borders */
            color: white; /* White text */
            padding: 10px 32px; /* Padding inside the button */
            text-align: center; /* Center text */
            text-decoration: none; /* Remove underline */
            display: inline-block; /* Align with other elements */
            font-size: 16px; /* Font size */
            font-weight: bold; /* Make text bold */
            margin: 4px 2px; /* Margins around the button */
            cursor: pointer; /* Pointer cursor on hover */
            border-radius: 4px; /* Rounded corners */
            transition: background-color 0.3s; /* Smooth background color change */
        }
        
        .purchase:hover {
            background-color: #a83822; /* Darker green on hover */
        }

        .purchase:focus {
            outline: none; /* Remove default focus outline */
        }
        
              .readmore {
            background-color: #e6e6e6; /* Green background */
            border: none; /* Remove borders */
            color: black; /* White text */
            padding: 10px 25px; /* Padding inside the button */
            text-align: center; /* Center text */
            text-decoration: none; /* Remove underline */
            display: inline-block; /* Align with other elements */
            font-size: 16px; /* Font size */
            font-weight: bold; /* Make text bold */
            margin: 4px 2px; /* Margins around the button */
            cursor: pointer; /* Pointer cursor on hover */
            border-radius: 4px; /* Rounded corners */
            transition: background-color 0.3s; /* Smooth background color change */
        }
        
        .readmore:hover {
            background-color: #f2f2f2; /* Darker green on hover */
        }

        .readmore:focus {
            outline: none; /* Remove default focus outline */
        }/* End custom CSS */