
.how_to_use_section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #fff, #ddd);
}

.htu_title img { 
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.how_to_use_text {
    margin-bottom: 100px;
}

.how_to_use_text h2 {
    font-size: 24px;
    font-weight: normal;
    color: #222;
}

.how_to_use_text p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    max-width: 300px;
}

.how_to_use_number {
    font-size: 32px;
    font-weight: normal;
    color: #222;
}

/* Right align for 01 & 02 */
.left-text {
    text-align: right ;
    margin-left: auto;
}

.left-text p { 
  text-align: right !important;
}

/* Left align for 03 & 04 */
.right-text {
    text-align: left;
    margin-right: auto;
}

.how_to_use_image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
