﻿.title {
    display: flex;
    justify-content: center;
    color: var(--primary);
}

    .title h2 {
        align-items: center;
        display: flex;
    }

.title-icon {
    font-size: 46px;
    margin-right: 14px;
    color: var(--primary)
}

@media(max-width:992px) {
    .title {
        font-size: 26px;
    }
}
