/* CSS Document */
.orange_bg_daen {
  margin-top: 40px;
  margin-bottom: 120px; }
  .orange_bg_daen .run_head {
    text-align: center;
    position: relative;
    background: #FCF2E4;
    padding: 40px 0 20px 0;
    margin-bottom: 80px; }
    @media screen and (max-width: 640px) {
      .orange_bg_daen .run_head {
        padding: 20px 0 10px 0;
        margin-bottom: 40px; } }
    .orange_bg_daen .run_head::after {
      content: '';
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1500' height='93' viewBox='0 0 1500 93'%3E%3Cdefs%3E%3CclipPath id='clip-daen'%3E%3Crect width='1500' height='93'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='daen' clip-path='url(%23clip-daen)'%3E%3Cpath id='a' data-name='b' d='M0,0H1500V202s-388-68-763-68S0,202,0,202Z' transform='translate(0 -109)' fill='%23fcf2e4'/%3E%3C/g%3E%3C/svg%3E%0A");
      bottom: -80px;
      left: 0;
      height: 80px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center bottom; }
      @media screen and (max-width: 640px) {
        .orange_bg_daen .run_head::after {
          height: 23px;
          bottom: -23px; } }
    .orange_bg_daen .run_head h2 {
      margin: 0 0 10px 0; }

@media screen and (max-width: 640px) {
  .svg_title {
    width: 90%;
    margin: auto; } }

.video2 {
  display: flex;
  justify-content: center;
  gap: 10px; }
  @media screen and (max-width: 640px) {
    .video2 {
      flex-wrap: wrap; } }
  .video2 video {
    max-height: 750px; }
