/**
 * Theme Name:   Astra Child
 * Template:     astra
 * Author:       Web Talent Marketing
 * Author URI:   http://www.webtalentmarketing.com/
 * Version:      1.0
 * License:      GPL-2.0+
 * License URI:  http://www.opensource.org/licenses/gpl-license.php
 */

.blog-card-img img {
    aspect-ratio: 360 / 170;
    object-fit: cover;
}
.blog-preview-container {
    height: 100% !important;
}
.cta-btn {
    background-color: #40b993;
    color: #FFFFFF !important;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 3px;
}
.cta-btn:hover {
    background-color: #40B993BA;
}