.mt-how-to-sub-title {
    margin-bottom: 10px;
}

.mt-how-to-description {
    margin-bottom: 10px;
}

.mt-how-to-title {
    margin: 0;
}

.mt-has-img {
    display: flex;
}

.mt-how-to-step.mt-has-img.mt-step-img-bottom {
    flex-direction: column;
}

.mt-how-to-step.mt-has-img.mt-step-img-top {
    flex-direction: column-reverse;
}

.mt-how-to-step.mt-has-img.mt-step-img-left {
    flex-direction: row-reverse;
}

.mt-how-to-step.mt-has-img.mt-step-img-right {
    flex-direction: row;
} 

.mt-how-to-supply {
    margin-bottom: 10px;
}

.mt-how-to-supply-title {
    margin-bottom: 10px;
}

.mt-how-to-tools {
    margin-bottom: 10px;
}

.mt-how-to-tools-title {
    margin-bottom: 10px;
}

.mt-how-to-step-title {
    margin-bottom: 10px;
}

.mt-how-to-step-section-title {
    margin-bottom: 10px;
}

h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

p {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.mt-how-to-step {
    padding: 10px 0px;
}

.mt-how-to-image img {
    display: inline;
}