/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: A child theme for the Astra theme
Author: VeerBhan Singh
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");
.Subscribe-table h3 {
    font-size: 18px;
    color: #042C6C!important;
    font-weight: bold;
    margin-bottom: 10px;
}
.profile-info p strong {
    padding-right: 149px;
    color: #042C6C!important;
}
.profile-title {
    color: #042C6C!important;
    font-size: 24px;
}
.card-img-placeholder {
    background-color: #042C6C;
    width: 100%;
    height: 418px!important;
    border-radius: 5px 0px 0px 5px;
}