.h-exam {
    display: flex;
    align-items: center;
    margin: 20px 0 12px;
}

.h-exam-line {
    height: 1px;
    background: #589fc1;
    position: relative;
    top: 0px;
    flex: 1;
    margin-left: 8px;
}

.exam-content {
    display: flex;
    align-items: center;
}

.exam-wrap {
    margin-top: 44px;
}

.top-review {
    height: 230px;
    width: 310px;
    margin-right: 33px;
}

.content-h {
    font-size: 16px;
    color: #589fc1;
    border-bottom: 1px dotted #589fc1;
    padding-bottom: 10.5px;
}

.contents p {
    font-size: 15px;
    line-height: 30px;
}

.review-content {
    display: flex;

}

.review-image {
    width: 169px;
    height: 400px;
    margin-right: 36px;
}

.review-text {
    margin: 2px 0 20px 0;
}

#review-length {
    padding-bottom: 173px;
}

@media screen and (max-width: 1000px) {
    .main-bg {
        margin-top: 20px !important;
        padding-bottom: 40px !important;
    }

    .main-bg>section:not(.default-insert-cta-wrap) {
        /*margin-top: -44px;*/
    }

    .review-content {
        align-items: flex-start;
    }

    .review-image {
        width: 40%;
        height: auto;
        margin-right: 12px;
        max-width: 280px;
    }
}

/* add */

.heading2 {
    width: 100vw;
    position: relative;
    left: calc(500px - 50vw);
    height: 120px;
    background: white;
    text-align: center;
    top: 0px;
    color: #529cc1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px !important;
    /*box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);*/
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
}

.heading2::before {
    content: "";
    position: absolute;
    bottom: -51px;
    left: 50%;
    margin-left: -33px;
    border: 26px solid transparent;
    border-top: 26px solid #FFF;
    z-index: 2;
}

.heading2::after {
    content: "";
    position: absolute;
    bottom: -54px;
    left: 50%;
    margin-left: -34px;
    border: 27px solid transparent;
    border-top: 27px solid rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.heading2 {
    font-size: 28px;
    text-align: center;
}


@media screen and (max-width: 1000px) {
    .heading2 {
        width: 100vw;
        position: relative;
        left: -16px;
        top: -20px;
        height: auto;
        display: inline-flex;
        justify-content: center;
        margin-bottom: 0px !important;
        border-bottom: solid 1px rgba(0, 0, 0, 0.10);
        font-size: 21px;
        background: white;
        padding: 8px 0;
    }

    .heading2::before {
        content: "";
        position: absolute;
        bottom: -51px;
        left: 50%;
        margin-left: -33px;
        border: 26px solid transparent;
        border-top: 26px solid #FFF;
        z-index: 2;
    }

    .heading2::after {
        content: "";
        position: absolute;
        bottom: -54px;
        left: 50%;
        margin-left: -34px;
        border: 27px solid transparent;
        border-top: 27px solid rgba(0, 0, 0, 0.10);
        z-index: 1;
    }
}