/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Astra Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachild
*/

.ast-site-title-wrap {
    display: none;
}
    .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.section-title::before,
.section-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #e87d73;
}

.section-title span {
    color: #e87d73;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section-title::before,
    .section-title::after {
        width: 30px;
    }

    .section-title span {
        font-size: 10px;
        letter-spacing: 2px;
    }
}










