.modal-button {
    background-color: #E84637;
    border-color: #E84637;
    border-radius: 6px;
    color: white;
    font-size: 17px;
    padding-right: 76px;
    padding-left: 76px;
}

.card{
    border-radius: 3vh;
    margin: auto;
    max-width: 380px;
    padding: 6vh 4vh;
    align-items: center;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media(max-width:767px){
    .card{
        width: 90vw;
    }
}
.card-img{
    padding: 40px 0; 
    width: 40%; 
}


.card-title{
    margin-bottom: unset;
}
.card-title p{
    color: #E84637;
    font-family: "Big Shoulders Display", sans-serif;
    font-weight: 900;
    font-size: 60px;
    margin-bottom: unset;
}
.card-text p{
    color: grey;
    font-size: 18px;
    text-align: center;
    padding: 3vh 0;
    font-weight: lighter;
}
.btn22{
    width: 100%;
    background-color: #E84637;
    border-color: #E84637;
    border-radius: 25px;
    color: white;
    font-size: 20px;
}
.btn22:focus{
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none; 
}
.btn22:hover{
    color: white;
}