.elementor-6072 .elementor-element.elementor-element-89304ac{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:40px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-6072 .elementor-element.elementor-element-89304ac:not(.elementor-motion-effects-element-type-background), .elementor-6072 .elementor-element.elementor-element-89304ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFDFD;}.elementor-6072 .elementor-element.elementor-element-81e0942 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-6072 .elementor-element.elementor-element-81e0942{text-align:center;}.elementor-6072 .elementor-element.elementor-element-81e0942 .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:32px;font-weight:600;line-height:38px;}.elementor-6072 .elementor-element.elementor-element-2625745{text-align:center;font-family:"Lato", Sans-serif;font-size:20px;font-weight:500;line-height:32px;}.elementor-6072 .elementor-element.elementor-element-2625745 p{margin-block-end:0px;}.elementor-6072 .elementor-element.elementor-element-6f35c79{--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;--overflow:auto;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-6072 .elementor-element.elementor-element-89304ac{--content-width:1360px;}}@media(max-width:1024px){.elementor-6072 .elementor-element.elementor-element-89304ac{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-6072 .elementor-element.elementor-element-81e0942{text-align:center;}.elementor-6072 .elementor-element.elementor-element-81e0942 .elementor-heading-title{font-size:26px;line-height:32px;}.elementor-6072 .elementor-element.elementor-element-2625745 p{margin-block-end:5px;}}@media(max-width:767px){.elementor-6072 .elementor-element.elementor-element-89304ac{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-6072 .elementor-element.elementor-element-81e0942 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-6072 .elementor-element.elementor-element-81e0942{text-align:center;}.elementor-6072 .elementor-element.elementor-element-81e0942 .elementor-heading-title{font-size:24px;line-height:28px;}.elementor-6072 .elementor-element.elementor-element-2625745 p{margin-block-end:0px;}.elementor-6072 .elementor-element.elementor-element-6f35c79{--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;}.elementor-6072 .elementor-element.elementor-element-6f35c79.e-con{--align-self:center;}}/* Start custom CSS for container, class: .elementor-element-6f35c79 */.most-popular-section .wpp-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.most-popular-section .wpp-list li {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.most-popular-section .wpp-list li h2 {
    font-size: 24px;
    font-family: "jost";
    font-weight: 500;
    text-align: center;
}

.most-popular-section .wpp-list li h2 a {
    color: black;
    text-decoration: none;
}

.most-popular-section .wpp-list li img {
    width: 100%;
}

.most-popular-section .wpp-list li .wpp-meta.post-stats {
    display: none
}

.most-popular-section::-webkit-scrollbar {
  display: none;            /* Chrome, Safari, Opera */
}

@media (max-width: 1024px) {
.most-popular-section .wpp-list li {
    width: 45%;
    gap: 10px;
}

.most-popular-section .wpp-list li a {
    font-size: 20px;
}
}

@media (max-width: 767px) {
.most-popular-section .wpp-list li {
    width: 100%;
}

.most-popular-section .wpp-list li a {
    font-size: 18px;
}
}/* End custom CSS */