
/* template_fjd_model SECTION */
.template_fjd_model-section {
    background-color: #fff;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* template_fjd_model CONTAINER */
.template_fjd_model-container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* template_fjd_model WRAPPER */
.template_fjd_model-wrapper-imgcentral-textcentral {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

/* template_fjd_model */
.template_fjd_model-cols-xl-12.template_fjd_model-cols-xs-12.template_fjd_model-cols-sm-12.template_fjd_model-cols-md-12.template_fjd_model-cols-lg-12 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.template_fjd_model-section-title {
    line-height: 42px;
    font-size: 36px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.description-imgcentral-textcentral {
    font-size: 20px;
    line-height: 26px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}
.accurate-results-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.img-fluid-second-section {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    align-self: flex-start;
}

/* IFRAME RESPONSIVE             */

.iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* MEDIA QUERIES */
/* template_fjd_model CONTAINER */
@media (max-width: 409px) {
    .template_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 410px) and (max-width: 699px) {
    .template_fjd_model-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 700px) and (max-width: 870px) {
    .template_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* template_fjd_model */
@media (max-width: 699px) {
    .template_fjd_model-cols-xl-12.template_fjd_model-cols-xs-12.template_fjd_model-cols-sm-12.template_fjd_model-cols-md-12.template_fjd_model-cols-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

}



@media (max-width: 369px) {
    .template_fjd_model-section-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .template_fjd_model-section-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .template_fjd_model-section-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .template_fjd_model-section-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .template_fjd_model-section-title{
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .template_fjd_model-section-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .template_fjd_model-section-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .template_fjd_model-section-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .template_fjd_model-section-title {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .template_fjd_model-section-title {
        font-size: 35px;
        line-height: 41px;
    }
}


@media (max-width: 369px) {
    .description-imgcentral-textcentral {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1200px) {
    .description-imgcentral-textcentral {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1199px) and (max-width: 1128px) {
    .description-imgcentral-textcentral {
        font-size: 16px;
        line-height: 22px;
    }
}
