.elementor-9259 .elementor-element.elementor-element-a55b5c2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-9259 .elementor-element.elementor-element-29230dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-9259 .elementor-element.elementor-element-eb5293a img{border-radius:8px 8px 8px 8px;}.elementor-9259 .elementor-element.elementor-element-9ee1f3f .elementor-heading-title{color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:25px;font-weight:600;}.elementor-9259 .elementor-element.elementor-element-2198cdc .elementor-heading-title{color:#81817F;font-family:"Open Sans", Sans-serif;font-size:15px;font-weight:600;}.elementor-9259 .elementor-element.elementor-element-9a66f02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-9259 .elementor-element.elementor-element-b99c2e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-9259 .elementor-element.elementor-element-dac06d6{font-family:"Inter", Sans-serif;font-weight:400;}#elementor-popup-modal-9259 .dialog-message{width:1024px;height:auto;}#elementor-popup-modal-9259{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-9259 .dialog-close-button{display:flex;}#elementor-popup-modal-9259 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-9259 .elementor-element.elementor-element-29230dd{--width:35%;}.elementor-9259 .elementor-element.elementor-element-9a66f02{--width:5%;}.elementor-9259 .elementor-element.elementor-element-b99c2e1{--width:65%;}}/* Start custom CSS for container, class: .elementor-element-b99c2e1 */@media only screen and (min-width:720px) {

.scrollcon {
  max-height: 60vh; /* 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 */
  
}

.scrollcon::-webkit-scrollbar {
  width: 7px;/* Sets the width of the scrollbar */
}

.scrollcon::-webkit-scrollbar-track {
  background: ; /* Sets the background color of the scrollbar track */
  border-radius: 10px; /* Applies a border-radius to the scrollbar track */
}

.scrollcon::-webkit-scrollbar-thumb {
  background: gray; /* Sets the background color of the scrollbar thumb */
  border-radius: 10px; /* Applies a border-radius to the scrollbar thumb */
}
}/* End custom CSS */