.title-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
}

.title-icon.center {
    justify-content: center;
}

.semi-circle-bottom-icon {
    width: 24px;
    height: 24px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.square-icon {
    width: 24px;
    height: 24px;
}

.circle-border-icon {
    width: 28px;
    height: 28px;
    border: 10px solid #f2a7d8;
    border-radius: 100%;
}

.bor-yellow {
    border-color: #f2b56b;
}

.bor-blue {
    border-color: #47bdff;
}

.bor-red {
    border-color: #f25260;
}

.bg-yellow {
    background-color: #fdc067;
}

.bg-red {
    background-color: #f25260;
}

.bg-pink {
    background-color: #f2a7d8;
}

.bg-blue {
    background-color: #47bdff;
}

.flex-center {
    justify-content: center;
}

.triangule-icon {
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 12px;
    border-color: #f2a7d8 transparent transparent #f2a7d8;
}

.triangule-icon.is-blue {
    border-top-color: #47bdff;
    border-left-color: #47bdff;
}

button#wpforms-submit-1591 {
    background: #47bdff;
    border-color: #47bdff;
    padding: 20px;
    color: #28264d;
}