.info .videos{display:grid;gap:20px;width:100%;margin-bottom:30px;grid-template-columns:repeat(2,1fr);max-width:1000px}.video{background:#ffffff;border-radius:8px;padding:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.2s ease,box-shadow 0.2s ease;text-align:center}.iframe_wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;margin-bottom:8px;border-radius:6px;overflow:hidden}.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:6px}.video .title{font-size:16px;font-weight:600;color:#143352;line-height:1.3;border-bottom:1px dashed black;display:inline-block}.info .section h1{font-size:24px;font-weight:600;color:#2c3e50;margin:30px 0 20px 0;padding-bottom:8px;border-bottom:2px solid #3498db;background:#e8f3f8;padding:5px 10px;border-radius:10px 10px 0px 0px}@media screen and (max-width:1200px){.info .videos{grid-template-columns:repeat(2,1fr);gap:18px}}@media screen and (max-width:800px){.info > .text{width:90%}.info .videos{grid-template-columns:repeat(2,1fr);gap:15px}}@media screen and (max-width:500px){.info .videos{grid-template-columns:1fr;gap:12px}}