.with-icon-title {
    margin: 6rem auto;
    font-size: 28px;
    color: var(--color_theme_main);
}
.with-icon-title .with-icon-title-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.with-icon-title .with-icon-title-inner .with-icon-title-icon {
    width: 34px;
    height: 34px;
    position: relative;
    margin-right: 1rem;
}
.with-icon-title .with-icon-title-inner .with-icon-title-icon img {
    vertical-align: top;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}