.common_header:after {
    content: "";
    border-bottom: 1px solid #707070;
    display: block;
    width: 627.5px;
    margin: 38.25px auto 0;
}

.remote_before_install,
.remote_error {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.remote_before_install {
    padding-top: 139.5px;
    padding-bottom: 62.5px;
}

.remote_error {
    background-color: rgba(234, 234, 234, 0.5);
    padding-top: 96px;
    padding-bottom: 118.8px;
}

.remote_ul {
    text-align: left;
    margin-left: 66px;
    display: flex;
    flex-direction: column;
}

.remote_li {
    display: inline-flex;
}

.remote_title {
    font-size: 2.375rem;
    color: #333333;
    text-align: left;
    line-height: 1.5;
    flex-basis: 340px;
    flex-shrink: 0;
}

.remote_number {
    font-size: 1.5rem;
    color: #ffffff;
    background-color: #00419d;
    display: inline-flex;
    width: 50.5px;
    height: 50.5px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.remote_sub_title {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 8.8px;
    margin-top: 4.8px;
}

.remote_context {
    font-size: 1.5rem;
    color: #707070;
    display: inline-flex;
    line-height: 1.5;
}

.remote_line_rec {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 14.5px;
}

.remote_line {
    height: 80.5px;
    width: 0px;
    border: 0.5px solid rgba(216, 216, 216, 0.5);
    padding-bottom:52px;
}
