#how-to-pass-math-exam-above-90 .watchvideo_modal_form {
    margin: 20px 100px;
}

#how-to-pass-math-exam-above-90 .rodo {
    font-size: 10px;
    line-height: 14px;
    text-align: justify;
    color: #8a8c91;
}

#best-methods-for-studying-page .watchvideo_modal_form {
    margin: 20px 100px;
}

#best-methods-for-studying-page .rodo {
    font-size: 10px;
    line-height: 14px;
    text-align: justify;
    color: #8a8c91;
}

#best-methods-for-studying-page .cursor-pointer {
  cursor: pointer;
}

#best-methods-for-studying-page .custom-hover-style {
  transition:0.2s;
  -webkit-transition:0.2s;
}

#best-methods-for-studying-page .custom-hover-style:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition:0.2s;
  -webkit-transition:0.2s;
}

@media only screen and (max-width: 600px) {
    #how-to-pass-math-exam-above-90 .hero-section,
    #best-methods-for-studying-page .hero-section {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    #how-to-pass-math-exam-above-90 .hero-title,
    #best-methods-for-studying-page .hero-title {
        font-size: 26px;
        line-height: 38px;
        margin-top: 20px;
    }
    #how-to-pass-math-exam-above-90 .watchvideo_modal_form {
        margin: 0;
    }

    #how-to-pass-math-exam-above-90 .watchvideo_modal_form h5 {
        font-size: 18px;
        line-height: 26px;
    }

    #how-to-pass-math-exam-above-90 .watchvideo_modal_form .divider-above-form {
        margin-bottom: 15px !important;
    }

    #how-to-pass-math-exam-above-90 .section-what-you-dont-need {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #how-to-pass-math-exam-above-90 .section-what-you-dont-need .mb-4 {
        margin-bottom: 10px !important;
    }

    #how-to-pass-math-exam-above-90 .section-benefits-of-this-video {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #how-to-pass-math-exam-above-90 .section-benefits-of-this-video .mb-4 {
        margin-bottom: 10px !important;
    }

    #best-methods-for-studying-page .access-countdown {
        flex-direction: row;
        justify-content: space-between;
    }
}