@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); body { background: #333333; font-family: 'Poppins', sans-serif; } .section { width: 70%; height: auto; margin-left: auto; margin-right: auto; background: #fff; } .mask1 img { width: 100%; } .logo { display: flex; align-items: center; } .logo img { margin-left: 50px; } .logo h1 { margin-left: 120px; } .logo a { text-decoration: none; color: black; } hr { width: 100%; } .misc p { font-size: 12px; } .sidebar { display: flex; padding: 10px; border-top: 7px solid #c0c0c0; } .sidebarnav { width: 20%; padding: 10px; border-right: 7px solid #c0c0c0; background: #eaf8f9; } .sidebarnav>p { margin: 6px; font-size: 15px; } .sidebarnav a { text-decoration: none; color: black; } .contentarea { width: 50%; padding: 10px; } .contentarea p { font-size: 12px; } .images { width: 30%; } .images img { width: 100%; } .images p { font-size: 12px; } .images iframe { width: 100%; } .safety{ display: flex; flex-direction: column; justify-content: space-between; } @media (max-width:768px) { .logo { flex-wrap: wrap; } .sidebar { flex-wrap: wrap; } .sidebarnav { width: 100%; } .contentarea { flex-direction: column; width: 100%; } .images { width: 100%; } .logo h1 { margin-left: 30px; } } #en2 { padding: 10px 0px !important; justify-content: space-around; } .contentarea_en { width: 72%; } .contentarea_en>div { display: flex; justify-content: space-between; } .contentarea_en>div>div:nth-child(1) { width: 62%; } .contentarea_en>div>div:nth-child(2) { width: 38%; } .contentarea_en p { font-size: 12px; padding: 0px 8px 0 0; } .contentarea_en>div>div:nth-child(2) img, .contentarea_en>div>div:nth-child(2) iframe { width: 100%; } .contentarea_en iframe { height: 260px; } @media (max-width:768px) { .contentarea_en>div { flex-wrap: wrap; } .contentarea_en { width: 95%; } }