.elementor-5005 .elementor-element.elementor-element-6a253af:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5005 .elementor-element.elementor-element-6a253af > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1FAF4;}.elementor-5005 .elementor-element.elementor-element-6a253af > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;text-align:justify;}.elementor-5005 .elementor-element.elementor-element-6a253af > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5005 .elementor-element.elementor-element-e4dd77c > .elementor-widget-container{margin:13px 13px 13px 13px;padding:0px 0px 0px 0px;}.elementor-5005 .elementor-element.elementor-element-e4dd77c{column-gap:0px;text-align:justify;}.elementor-5005 .elementor-element.elementor-element-7c31c89 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;text-align:justify;}.elementor-5005 .elementor-element.elementor-element-7c31c89 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5005 .elementor-element.elementor-element-dd116cc .elementor-toggle-title{font-size:21px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-5005 .elementor-element.elementor-element-6a253af{width:70.442%;}.elementor-5005 .elementor-element.elementor-element-7c31c89{width:38.237%;}}/* Start custom CSS for column, class: .elementor-element-7c31c89 */.scrollcon {
  max-height: 100vh; /* Set the maximum height of the container to 60% of the viewport height */
  overflow-x: hidden;/* Prevent horizontal scrolling */
  overflow-y: scroll;/* Enable vertical scrolling within the container when content exceeds its height */
  border: 1px solid #ccc; /* Border style for the container */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar {
  width: 5px;/* Sets the width of the scrollbar */
}

.scrollcon::-webkit-scrollbar-track {
  background: WHITE; /* Sets the background color of the scrollbar track */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar-thumb {
  background: GREY; /* Sets the background color of the scrollbar thumb */
  border-radius: 10px; /* Applies a border-radius to the scrollbar thumb */
}/* End custom CSS */