﻿.respon-modal {
    width: 900px;
  
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
    .respon-modal {
        width: 300px;
      
        
    }

    .card-title {
        text-align: center;
    }

    .respon-button {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 737px) and (max-width: 950px) {
    .respon-modal {
        width: 650px;
       
    }
}
