﻿.respon-modal {
    width: 800px;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
    .respon-modal {
        width: 300px;
    }
}

@media only screen and (min-width: 737px) and (max-width: 950px) {
    .respon-modal {
        width: 650px;
    }
}
