/*
Theme Name: Crew Child
description: Client Theme - Crew
Template: crew-parent
Version: 1.0.0
Text Domain: crew-child
Author: BCW
*/
.feature-box span.ql-heading {
    color: var(--color-1);
}
.bottom-images{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.bottom-images .image{
    flex: 0 1 calc(50% - 20px);
}
@media screen and (max-width: 767px) {
    .bottom-images {
        flex-direction: column;
    }
    .bottom-images .image {
        padding: 0 20px;
    }
}