.font_blue {
    color: #2a499f;
}

.bg_title {
    display: inline-block;
    background-color: #2a499f;
    color: white;
    padding: 8px 30px;
    font-size: 31px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.section_banner_subtitle .bg_title {
    font-size:3.2vw;
    font-weight: 400;
    margin-left: 10px;
}
.price_promise_section .page_title {
    margin-left: 25%;
}
.hr_intro {
    margin-bottom: 30px;
}

.top_tech_area.row_1 {
    background: linear-gradient(135deg, #eef2ef 0%, #ffffff 50%, #e6ebed 100%);
}

.top_tech_area.row_2 {
    background-color: #e1e6fd;
}

.hr_intro span {
    color: #7f8bcf;
    font-size: 26px;
    font-weight: 600;
}
.hr_row a {
    transition: all 300ms;
}
.hr_row a:hover{
    transform: translateY(-14px);
}
.hr_row a:hover .hr_img { 
    filter: drop-shadow(2px 4px 6px #00000030);
}
.hr_row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.hr_row .page_subtitle {
    font-size: 28px;
    color: #5e5e5e;
    margin: 10px 20px;
}
.hr_col {
    display: flex;
    margin-bottom: 20px;
    padding: 0;
}
.hr_img {
    position: relative;
    transition: all 300ms;
}
.hr_img .hr_bikini_s {
    position: absolute;
    width: 45%;
    max-width: 128px;
    right: -16%;
    bottom: -10px;
}
.price {
    display: inline-block;
    font-size: 40px;
    color: white;
    background-color: #2a499f;
    padding: 2px 22px;
    border-radius: 10px;
    line-height: 1em;
    margin-bottom: 8px;
}

.customer_cm  {
    background-color: #e5f2ff;
}
.customer_cm .col {
    display: flex;
    align-items: center;
    max-width: 710px;
    margin: 0 auto;
    padding: 20px 60px 20px 20px;
    background-color: #fcfcfc;
    margin-bottom: 20px;
    border-radius: 80px;
}
.cm_icon {
    display: inline-block;
    padding: 20px;
    background-color: #4d6cdb;
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.customer_cm .col .page_con {
    margin-left: 30px;
    font-size: 24px;
    line-height: 1.6em;
    flex:1;
}
.customer_cm .col .page_con img {
    float: right;
    margin-top: 8px;
}

.customer_cm .col_2 {
    background-color: #d2dbef; 
}
.customer_cm .col_2 .cm_icon{
    background-color: #95b3f7;

}

.price span {
    font-size: 35px;
}

.hr_col .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hr_col .row > p {
    font-size: 20px;
    letter-spacing: 1px;
}


.top_tech_headline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px;
}

.top_tech_headline:before,
.top_tech_headline::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #2a499f;
    z-index: 0;
}

.top_tech_headline>span {
    /* background:#e1e6fd; */
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.technology_intro_cert{
     top: 42%;
}
.technology_intro_box {
    margin-top: 30px;
}
.technology_intro_box:before {
    top: 22%;
}
@media screen and (max-width:991px){
    .hr_row {
        flex-direction: column;
        align-items: center;
    }

    .section_banner_subtitle .bg_title {
        padding: 0 15px 5px;
        font-size: 33px;

    }
    .hr_intro br { display: none;}
}

@media screen and (max-width:640px) {
    .price_part_main {
        background-color: #f4f1f1;
    }
    .top_tech_headline {
        margin-bottom: 15px;
    }

    .hr_row .page_subtitle {
        display: flex;
        align-items: end;
        font-size: 24px;
    }

    .page_subtitle , .price span {
        font-size: 25px;
    }
   
    .top_tech_headline>span {
        padding-left: 8px;
        padding-right: 8px;
    }

    .cm_icon {
        width: 100px;
    }
    .customer_cm .col {
        padding: 15px 35px 15px 15px;
    }
    .customer_cm .row {
        padding: 0 30px;
    }
    .customer_cm .col .page_con {
        font-size: 20px;
    }
    .technology_machine_section .bg_title {
        font-size: 22px;
        letter-spacing: unset;
        padding: 8px 15px;
    }
    .technology_machine_box {
        text-align: left;
    }
    .technology_machine_box br {
    display: none;
    }
    .technology_machine_box .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .technology_machine_title:before {
        content: "";
        position: absolute;
        top: 50%;
        height: 138px;
        width: 3px;
        background: #808080;
        left: -5%;
        transform: translateY(-50%); 
    }
    .technology_machine_title {
        position: static;
        padding-bottom: unset;
    }
   .technology_machine_box .col-xs-7 {
    margin-left: 5%;
   }
   .price_promise_area {
    padding-left: 100px;
   }
   .price_promise_section .page_title {
    margin-left: 44%;
   }

}