.media-centre{background-color:var(--dark);width:calc(100% - 200px);height:400px;padding:40px 100px;display:flex;align-items:center;justify-content:space-between}.media-centre .left{width:calc(30% - 100px);display:flex;align-items:center}.media-centre .left img{width:100%;height:auto}.media-centre .right{width:calc(70% - 100px);display:flex;flex-direction:column;align-items:center;justify-content:center}.media-centre .right strong{font-size:var(--heading-three);margin-bottom:10px;color:var(--background);font-weight:var(--default-font-weight)}.media-centre .right .images-section{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;width:100%}.media-centre .right .media-logos{width:auto;height:90px}@media (max-width:900px){.media-centre{width:calc(100% - 20px);padding:20px 10px;height:-moz-fit-content;height:fit-content;flex-direction:column}.media-centre .left{width:100%;justify-content:center}.media-centre .left img{width:auto;height:100px}.media-centre .right,.media-centre .right .images-section{width:100%}.media-centre .right strong{margin-bottom:10px;margin-top:20px;font-size:var(--heading-three)}.media-centre .right .media-logos{width:auto;height:40px}.media-centre .right .media-logos img{width:100%;height:40px}}