.videos{max-width:var(--max_width);margin:0 auto;box-sizing:border-box;padding:0 30px}.videos h3{color:#333;font-weight:400;margin-bottom:32px;text-align:center}.videos article{display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid #f1f1f1;padding-bottom:50px;margin-bottom:50px;overflow:hidden}.videos article.last{border:none}.videos article div:nth-of-type(1){width:60%;height:435px;margin-bottom:15px}.videos article div iframe{width:100%;height:100%;border-radius:5px;margin-bottom:15px}.videos article div:nth-of-type(2){margin-left:25px;text-align:center;width:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.videos article div:nth-of-type(2) h4{color:rgba(var(--secundaryColorFont),1);font-weight:400;margin-bottom:10px}.videos article div:nth-of-type(2) p:nth-of-type(1){display:flex;color:#555;font-size:var(--sizePP)}.videos article div:nth-of-type(2) p:nth-of-type(1) span{font-weight:700;color:rgba(var(--dynamicColorFont),1)}.videos article div:nth-of-type(2) p:nth-of-type(2){margin:10px 0;color:#555;line-height:130%}@media (max-width:1024px){.videos article{flex-direction:column;justify-content:center;align-items:center}.videos article div:nth-of-type(2) h4{text-align:center;margin-bottom:20px}.videos article div:nth-of-type(2) p:nth-of-type(1){justify-content:center}.videos article div iframe{width:100%}.videos article div:nth-of-type(1){width:90%;margin-bottom:5px;height:300px}}