#aiPledge .modal-dialog {width: 600px; text-align: center;    border-radius: 10px;}
#aiPledge .modal-dialog figure { width:250px; margin: 0 auto;}
#aiPledge .aialmhead { margin-top:30px; font-size:45px; line-height: 40px; font-weight: bold;}
#aiPledge .aialSubhead {font-size:30px; font-weight:500;}
#aiPledge .watch_now { font-size: 33px;  min-width: 340px;} 
#aiPledge .dateVen { text-align: center; justify-content: center; padding:30px 20px; font-weight: 600; display: flex; align-items: center; color: #000000; font-size:30px;  }
.joinAiBTN {
    cursor: pointer;
     color: #fff;
     text-align: center;
     line-height: normal;
     height: auto;
     font:600 33px 'Barlow Condensed', sans-serif;
     min-width: 340px;
     cursor: pointer;
     background: transparent linear-gradient(90deg, #D68E05 0%, #DA0E55 100%) 0% 0% no-repeat padding-box;
     padding:10px 20px 11px 20px;
     border-radius:30px;
     text-transform: uppercase;
 display: inline-block;
 }
@media all and (max-width:767px){
    #aiPledge { padding: 0 15px;}
    #aiPledge .modal-dialog {width: 100%; margin: 0px;  }
    #aiPledge figure { width: 188px; margin: 0 auto;}
    #aiPledge figure img { width: 100%; height: auto;}
    #aiPledge .aialmhead { font-size: 32px; line-height: 38px;}
    #aiPledge .aialSubhead { margin-bottom: 30px;  font-size: 20px; line-height: 24px;}
    #aiPledge .joinAiBTN { font-size:20px;  min-width:200px;}  
    .modal-body { padding: 20px 20px 30px 20px;}
}