.howto-step-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: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    position: relative;
}

 .howto-method-container + .howto-step-container {
    margin-top: 0px;
}

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

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

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

.howto-step-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-step-header-number {
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1;
}

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

.howto-step-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-step-header-container {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

.howto-step-header-number-wrap {
    background-color: #E7D3FF;
}

h2.how-to-titles:after {
    display:  none;
}

.howto-step-header-number-text {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 1;
}
.howto-step-header-number-text > p {
    
    line-height: 1!important;
    margin-bottom: 5px;

}

.howto-step-header-title-wrap > H3 p {
    margin-bottom:  0;
    line-height:  1!important;
}

.howto-step-header-number {
    font-size: 21px;
}

.howto-step-header-title-wrap {
    background-color: #F5EDFF;
}

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

.how-to-more-content > .swiper-container {
    padding: 0;
    margin-bottom: 0;
}

.how-to-more-content {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    position: relative;
}

.how-to-more-content > .swiper-container > .swiper-pagination {
    display: none;
}
.swiper-container .swiper-slide figure {
    text-align: center;
}
.swiper-container .swiper-slide figure > img {
    max-width:  100%;
    width:  auto;
}
.how-to-more-content > .swiper-container > .swiper-wrapper > .swiper-slide > a > figure > .swiper-slide-image {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #8898AA;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0;
}

.howto-step-media-wrapper > iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 0;
    background-color: #000;
}

.howto-step-instructions-wrap {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    padding: 15px 15px 0 15px;
}

.howto-step-expert-tips-wrap {
    color: #525F7F;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.howto-step-expert-tips-wrap > p {
    margin: 0 10px;
    background: #F1F6FF;
    padding: 10px;
}
.howto-step-expert-tips-wrap > p::before {
    content: "[EXPERT TIP]";
    color: #4885ED;
    font-weight: 600;
    font-size: 15px;
    padding-right: 10px;
}

.howto-step-spacer {
    min-height:  40px;
}

@media (max-width: 600px) {
    .howto-step-header-number-container {
        width: 20%;
    }
}