﻿.bg-theme-light-purple.py-6 {
    padding: 30px 0;
}

.bg-theme-light-purple .card {
    background-color: #e7cee4;
    padding: 10px;
    border: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.bg-theme-light-purple a {
    text-decoration: none;
}
