@media (min-width: 768px) {
.hero-clip-path {
clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
} body:not(.elementor-editor-active) .elementor-widget-theme-post-content ul, body:not(.elementor-editor-active) .elementor-widget-text-editor ul {
list-style-type: none; padding-left: 20px; }
body:not(.elementor-editor-active) .elementor-widget-theme-post-content ul li, body:not(.elementor-editor-active) .elementor-widget-text-editor ul li {
position: relative;
padding-left: 30px; margin-bottom: 15px; }
body:not(.elementor-editor-active) .elementor-widget-theme-post-content ul li::before, body:not(.elementor-editor-active) .elementor-widget-text-editor ul li::before {
content: "";
position: absolute;
left: 0;
top: 13px;
transform: translateY(-50%);
width: 15px; height: 15px;
background-color: #15A6B9; border-radius: 50%; } .jet-listing-grid__items {
display: flex;
flex-wrap: wrap;
justify-content: center;
} .jet-listing-dynamic-field__content a {
color: white !important;
transition: color 0.3s ease;
}
.jet-listing-dynamic-field__content a:hover {
color: #306086 !important;
}