.howto-method-container {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8898AA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    position: relative;
}

.howto-method-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-direction: column;
    width: 100%;
}

.howto-method-header-container {
    border-style: solid;
    border-width: 3px 0 0 0;
    border-color: var(--wepc-acf-accent-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    min-height: 1px;
}

.howto-method-header-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.howto-method-header-number-container {
    width: 10%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.howto-method-header-number-wrap {
    align-content: center;
    align-items: center;
    background-color: #CFA8FC;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 15px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.howto-method-header-number {
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.howto-method-header-title-container {
    width: 90%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
}

.howto-method-header-title-wrap {
    align-content: center;
    align-items: center;
    background-color: #E7D3FF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 15px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.howto-method-header-title-wrap > H2 {
    font-size: 23px;
    color: #222222;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0;
    margin: 0;
}

.howto-method-description-container {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
}

.howto-method-description-wrap {
    padding: 15px 15px 0 15px;
}

.howto-method-description-wrap p:last-child {
    margin-bottom:  0;
}

@media (max-width:  767px) {
    .howto-method-header-warp,
    .howto-step-wrap .howto-step-header-warp {
        display:  block;
    }
    .howto-method-header-warp > div,
    .howto-step-header-warp > div {
        width:  100%;
    }
    .howto-method-header-warp .howto-method-header-number,
    .howto-method-header-warp h2 {
        font-size:  19px;
    }
    .howto-step-header-warp .howto-step-header-warp p,
    .howto-step-header-warp p,
    .howto-step-header-warp  .howto-step-header-number {
        font-size:  17px;
    }
    .howto-step-header-number-text p {
        font-size:  14px;
    }
}