:root {
    --primary-color: black;
    --secondary-color: #ECEEEF;
    --third-color: ;
}

* {
    font-family: Sans-serif !important;
    text-align: justify;
  
}
.heading{
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    padding-top: 80px;
    
}
.modal-content2 {
    margin: auto;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
}
@media (max-width: 768px) {
    .modal-content2 {
        margin: auto;
        display: block;
        width: 300px;
        height: 400px;
    }
  }
  