.custom-card {
    padding: 30px;
    width: 640px;
    box-shadow: 2px 2px 4px 0 #00000033;
    background-color: white;
    border-radius: 20px;
}

.custom-card p {
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    text-align: start;
    color: black;
}

.custom-card h2 {
    font-size: 32px;
    font-weight: 400;
    color: #735ff2;
    text-align: center;
}

.custom-card button {
    background-color: #735ff2;
}

.custom-card button:hover,
.custom-card button:focus {
    background-color: #9383ff !important;
    border: #9383ff !important;
}

@media screen and (max-width: 1190px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
    .custom-card p {
        font-size: 20px;
    }

    .custom-card h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 648px) {
    .custom-card p {
        font-size: 15px;
    }

    .custom-card h2 {
        font-size: 20px;
    }
}
