/* how-it-works-section-start- */


.howit-work-inner {
    border-radius: 20px;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    padding: 52px 21px;
    width: unset !important;
    background-color: #F7F7F7;
    height: 100%;
    padding-bottom: 14px;
}

.howit-work-inner h3 {
    font-size: 33px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 14px;
}

.how-it-works-section {
    overflow: hidden;
    border-radius: 20px;
    margin-top: 70px;
}

.how-it-works-section .row {
    position: relative;
}

.howit-work-inner h3 span {
    background: linear-gradient(90deg, rgba(253, 163, 67, 1) 0%, rgba(255, 88, 132, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.howit-work-inner p {
    color: #858992;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.how-it-top iframe {
    border: 0;
    height: 172px !important;
    width: 200px !important;
}

/* .howit-work-img{
    bottom: 0;
    height: auto;
	    flex-basis: auto;
    max-width: unset !important;
    pointer-events: none !important;
    position: absolute !important;
        width: 100% !important;
    z-index: 2;
} */
