html[lang='sv-SE'] .forex_ahead ul li .content_box .text_box h5{word-break: break-word;}
html[lang='en-GB'] .forex_strategies .blue_button,
html[lang='de-DE'] .forex_strategies .blue_button,
html[lang='es-ES'] .forex_strategies .blue_button,
html[lang='fr-FR'] .forex_strategies .blue_button,
html[lang='it-IT'] .forex_strategies .blue_button,  
html[lang='pl-PL'] .forex_strategies .blue_button,
html[lang='pt-PT'] .forex_strategies .blue_button{display: none;}

.forex_strategies .list_box .list_item p a{color: var(--text-text-blue-cyan);}
.forex_strategies .list_box .list_item:nth-of-type(n+2) ol {padding-left: 18px;}
.forex_strategies .list_box .list_item:nth-of-type(n+2) ol li {list-style: decimal;}
.forex_strategies .list_box .list_item:nth-of-type(n+2) ol li::marker {color:var(--text-text-black-static);}
.forex_strategies .list_box .list_item:nth-of-type(1) p {line-height: 2;}
html[lang='en-GB'] .forex_strategies .inner{padding-top:300px;padding-bottom:80px;}
.forex_strategies .list_box{display:flex;justify-content: center;flex-wrap: wrap;gap:20px;}
.forex_strategies .list_box .list_item{display: flex;flex-direction: column;align-items: flex-start;max-width:360px;width:100%;background: #fff;border: 1px solid #efefef;border-radius: 16px;padding:24px;text-align:left;}
.forex_strategies .list_box .list_item h3{font-size:24px;line-height:1.29;color:var(--text-text-black-static);margin-bottom: 20px;}
.forex_strategies .list_box .list_item p{font-size:14px;color:var(--text-text-black-static);margin-bottom: 8px;}
.forex_strategies .button{font-family: "Roboto-Regular";font-size:16px;padding:8px 24px;border-radius: 8px;border: 1px solid var(--text-text-black-static);color:var(--text-text-black-static);margin-top: 12px;}

.moreExplore{text-align:center;padding:80px 0;}
.moreExplore h2{margin-bottom: 80px;}
.moreExplore ul {max-width: 600px;width: 100%;margin: 0 auto;display:flex;justify-content: space-between;gap:20px;}
.moreExplore ul li{max-width: 240px;width: 100%;border-radius: 16px;border: 1px solid var(--line-border, #2D3033);background: var(--fill-page-secondary, #1D1D21);padding:15px;}
.moreExplore ul li img {width: 100%;margin-bottom: 10px;}
.moreExplore ul li p{font-size:18px;line-height:1.29;color:#fff;margin-bottom: 10px;}
.moreExplore ul li .button{font-family: "Roboto-Regular";font-size:14px;border-radius: 8px;border: 1px solid var(--text-text-white-static, #FFF);padding:8px 24px;}

@media (max-width: 1200px){
    html[lang='en-GB'] .forex_strategies{background-size: auto 200%;}
    html[lang='en-GB'] .forex_strategies .inner{padding-top: 100px;}
}
@media (max-width: 1000px){
    html[lang='en-GB'] .forex_strategies .inner{padding-bottom:80px;}
}
@media (max-width: 768px){
    .today_analysis .today_top{gap: 10px;}
    .today_analysis .today_top a{max-width: max-content;width: 100%;}
    html[lang='en-GB'] .forex_strategies .inner{padding-top: 60px;padding-bottom: 60px;}
}
@media (max-width: 600px){
    .moreExplore{padding: 60px 0;}
    .moreExplore h2{margin-bottom: 30px;}
    .moreExplore ul{flex-direction: column;align-items: center;}
}
@media (max-width: 400px){
    html[lang='de-DE'] .banner_box .banner_content .blue_button {padding: 10px 20px;font-size: 13px;}
}