.invitation{
    padding-top: 30px;
      .section_heading{
        text-align: center;
           h4{
            font-size: 28px;
            color: #333;
            font-weight: 900;
            font-family: 'Playfair Display', serif;
            text-transform: uppercase;
           }
      }
.invitation_wrapper{
        padding: 60px 40px;
       .invitation_wrap{
          border: 2px solid #b0c7d9;
          height: 500px;
          width: 95%;
          padding: 20px;
          position: relative;
          .inviteInfo{
             background-color: #84acad44;
             height: 100%;
             text-align: center;
             padding: 20px 30px;
             h4{
                font-size: 28px;
                font-family: 'Playfair Display', serif;
                font-weight: 700;
                line-height: 39px;
                color: #002642;
                border-bottom: 1px solid #00274252;
                padding: 20px 0;
             }
             h5{
                font-size: 17px;
                font-weight: 500;
                color: #002742b7;
                padding: 5px 0; 
             }
             h6{
                font-size: 19px;
                font-weight: 500;
                color: #002742e3;
                padding: 5px 0; 
                line-height: 30px;
             }
             .invitePlace{
                padding: 60px 0 0 0;
                a{
                    border-bottom: 1px solid #00274252;
                    font-size: 19px;
                    font-weight: 500;
                    color: #002742e3;
                  }
             }
          }
          .invite_design1{
            position: absolute;
            background-color: $white;
            top: -20px;
            right: 0;
            padding: 5px;
          }
          .invite_design2{
            position: absolute;
            background-color: $white;
            bottom: -20px;
            left: 0;
            padding: 5px;
          }
       }
}
}