.sub-page .single-column-text h4 {
    padding-bottom: 16px;
}

.sub-page .single-column-text h4:first-child {
    padding-top: 0;
}

.single-column-text ul {
    padding-bottom: 30px;
}

.single-column-text ul li {
    list-style: disc;
    margin-left: 24px;
}

.quote-blk h1,
.quote-blk h2,
.quote-blk h3,
.quote-blk h4,
.quote-blk h5,
.quote-blk h6 {
    margin-bottom: 0;
}

.quote-blk p {
    padding-top: 32px;
}

@media screen and (max-width: 767px) {
    .quote-blk p {
        padding-top: 16px;
    }
}

.sub-page .single-column-text h6:first-of-type {
    padding-top: 0 !important;
}

.sub-page .single-column-text h6 {
    padding-bottom: 12px;
}

h6 {
    font-size: 18px;
    font-family: Inter, sans-serif;
}

.height-fix {
    min-height: calc(100vh - 783px);
}
/* 11 - 03 - 25 */
.box_center {
    background-color: #ff0;
    padding: 40px 40px 20px 40px;
    border-radius: 50px;
    width: 80%;
    margin: 30px auto 0;
}

.box_center h2 {
    background-color: #01c2ff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 30px;
    display: inline-block;
}

.box_center .five_content {
    display: flex;
    justify-content: space-between;
}

.box_center .five_content h5 {
    color: #595959;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 10px;
    min-height: 80px;
}

.box_center .five_content p {
    font-size: 45px;
    font-family: Inter-Black, sans-serif;
    font-weight: 900;
    margin-bottom: 12px;
    color: #01c2ff;
}

.box_center .heart_rhythm {
    text-align: center;
    margin-top: 40px;
}

.box_center a {
    color: #fff;
    background-color: #01c2ff;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    text-align: center;
    width: 22%;
    margin: 0 auto;
    font-weight: 700;
}


.twin_rpm_business_success .box_center {
    background-color: #f0f;
}

.twin_holter_business_success .box_center .five_content p ,
.twin_mct_business_success .box_center .five_content p ,
.twin_event_business_success .box_center .five_content p ,
.twin_icu_business_success .box_center .heart_rhythm ,
.twin_icu_business_success .box_center .five_content h5 ,
.twin_rpm_business_success .box_center .five_content h5,
.twin_rpm_business_success .box_center .heart_rhythm {
    color: #fff;
}

.twin_icu_business_success .box_center {
    background-color: #90f;
    /* border: 1px solid #ff0; */
}


.twin_rpm_business_success .box_center a,
.twin_event_business_success .box_center a,
.twin_icu_business_success .box_center a {
    color: #000;
    background-color: #ff0;
    /* border: 1px solid #01c2ff; */
}

.twin_event_business_success .box_center {
    background-color: #e06666;
    /* border: 1px solid #ff0; */
}


.twin_rpm_business_success .box_center .five_content p ,
.twin_icu_business_success .box_center .five_content p ,
.twin_event_business_success .box_center .five_content h5 {
    color: #ff0;
}




.twin_mct_business_success .box_center {
    background-color: #0f0;
}



.twin_mct_business_success .box_center .five_content h5 {
    color: #000;
}
.twin_rpm_business_success .box_center h2,
.twin_icu_business_success .box_center h2,
.twin_event_business_success .box_center h2,
.twin_mct_business_success .box_center h2,
.twin_holter_business_success .box_center h2,
.twin_holter_business_success .box_center a ,
.twin_mct_business_success .box_center a {
    color: #000;
    background-color: #ff0;
}

.twin_holter_business_success .box_center {
    background-color: #01c2ff;
}


.twin_wear_business_success .box_center {
    background-color: #ff0;
    background-color: #ffbd00;
}

.twin_flow_business_success .box_center {
    background-color: #ff0;
    background-color: #ffe500;
}

.twin_wear_business_success .box_center {
    background-color: #ffbd00;
}
.platform_business_success .box_center {
    background-color: #01c2ff;
}


.twin_holter_business_success .box_center .five_content h5,
.twin_flow_business_success .box_center .five_content h5,
.platform_business_success .box_center .five_content h5 {
    color: #595959;
}

.twin_wear_business_success .box_center .five_content h5{
 color:#000000;	
}

.twin_flow_business_success .box_center .five_content p{
    color: #01c2ff;
}
.twin_wear_business_success .box_center .five_content p{
    color: #000000;
}
.platform_business_success .box_center .five_content p {
    color: #ffffff;
}

.twin_flow_business_success .box_center h2,
.twin_wear_business_success .box_center h2,
.twin_flow_business_success .box_center a,
.twin_wear_business_success .box_center a{
    color: #fff;
    background-color: #01c2ff;
}

.platform_business_success .box_center h2, .platform_business_success .box_center a {
    color: #000;
    background-color: #ff0;
}



@media screen and (max-width: 767px) {
	
	
.box_center{
	width: 100%;
    margin: 0;
}
.box_center .five_content{
	flex-wrap: wrap;
    width: 100%;
    text-align: center;
	justify-content: center;
}
.box_center .five_content div{
	width: 47%;
	margin-bottom: 30px;
	margin-top:20px;
}
.box_center a{
	width: 75%;
}
.box_center .heart_rhythm{
	margin-top: 10px;
}
	
	
	
	
}