/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.section_wrapper h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.section_wrapper h2:after {
    content: "";
    background: #2ba0a3;
    width: 90px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.past_communities {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    padding: 30px 0;
}
.single_community {
    margin-bottom: 30px;
}
.past_communities .f_thumb {
    height: 300px;
    background-size: cover !important;
    background-position: center center !important;
}
