.articles__post{display:flex;flex-direction:column;gap:8px;align-items:flex-start;cursor:pointer}.articles__post:after{all:unset}.articles__post img{transition:scale .5s ease;border-radius:24px;height:250px;object-fit:cover}.articles__post:hover img{scale:1.05}.articles__post div svg path{transition:fill .5s ease}.articles__post:hover div svg path{fill:var(--orange)}@media screen and (max-width:576px){.articles__post p{max-width:100%!important}}.what__we__think__articles{width:100%;display:flex;flex-direction:column;padding:0 80px 96px;align-items:flex-start;gap:32px}.what__we__think__articles__block{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}.what__we__think__articles__dropdowns{display:flex;gap:32px;width:100%;flex-direction:row;justify-content:space-between}@media screen and (max-width:992px){.what__we__think__articles{padding:0 32px 64px}.what__we__think__articles__block,.what__we__think__articles__dropdowns{gap:16px}}@media screen and (max-width:768px){.what__we__think__articles{padding:0 16px 64px}.what__we__think__articles__block{grid-template-columns:auto}.what__we__think__articles__dropdowns{gap:8px}}@media screen and (max-width:576px){.what__we__think__articles__dropdowns{gap:16px;flex-direction:column}}.dropdown{padding:10px 12px;gap:12px;justify-content:space-between;align-self:stretch;border-radius:8px;border:1px solid var(--light-blue);background:rgba(18,18,46,.7);position:relative}.dropdown,.dropdown__select{display:flex;align-items:center;width:100%;cursor:pointer}.dropdown__select{position:absolute;top:120%;left:0;flex-direction:column;gap:0;border-radius:8px;border:1px solid var(--light-blue,#1e1e4d);background:#12122e;z-index:9}.dropdown__select div:first-child{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;border-top-right-radius:8px;border-top-left-radius:8px}.dropdown__select div:last-child{-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.dropdown__select__item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:0 12px}.dropdown__select div small,.dropdown__select__item{height:40px;line-height:40px}.dropdown .dropdown__select__item:hover{background:#191940!important}