.custom-module{align-items:center;box-sizing:border-box;color:#000;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1000px;padding:20px}.text-content{flex:1;margin-right:20px}h2{font-size:42px;font-weight:600}h2,p{margin-bottom:10px}p{font-size:18px;font-weight:400;line-height:1.6}.video-wrapper{aspect-ratio:16/9;cursor:pointer;max-width:480px;overflow:hidden;position:relative;width:50%}.video-thumbnail img,.video-wrapper iframe{display:block;height:100%;object-fit:cover;width:100%}.play-button{align-items:center;background-color:rgba(0,0,0,.6);border-radius:50%;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.play-button:before{border-bottom:12px solid transparent;border-left:20px solid #fff;border-top:12px solid transparent;content:"";display:block;height:0;margin-left:5px;width:0}.button-wrapper{display:flex;justify-content:center;margin-top:20px;width:100%}.custom-button{border:2px solid #3a58ff;border-radius:5px;color:#3a58ff;display:inline-block;font-size:16px;font-weight:600;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .3s,color .3s}.custom-button:hover{background-color:#3a58ff;color:#fff}@media screen and (max-width:768px){.custom-module{flex-direction:column}.text-content{margin-bottom:20px;margin-right:0}.video-wrapper{width:100%}h2{font-size:26px}p{font-size:17px}}