:root {
    --main-color: #05456C;
    --sub-color: #A6A6A7;
    --thd-color: #dacbb8;
    --four-color: #ab9b8d;
    --hover-color: #AC9C8E;
    --txt-color: #696a75;
    --subtxt-color: #696b77bf;
    --blue-color: #10456d;
    --txt-gray-color: #686a76;
}

section {
    padding: 5rem 0;
    position: relative;
}
header {
    margin: 124px 0 0;
}
.navi-item {
    position: relative !important;
    z-index: 3;
}
.navi-item.naviMain {
    background: white;
}
.navi-item.naviMain {
    display: block !important;
}
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0;
}
.navbar .container {
    max-width: 80%;
    display: grid;
    justify-content: center;
}
.naviMain .navbar-brand {
    max-width: 180px;
    margin-right: 210px;
}
.naviMain ul {
    padding: 0;
    align-items: center;
}
.naviMain ul>li>a span {
    font-size: 1rem;
}
.naviMain ul>li>a {
    padding: 0 20px;
    height: auto;
}
.naviMain ul>a {
    background: transparent;
}
.navi-item.naviMain ul li a:hover {
    background: transparent;
    color: var(--hover-color);
}
.navi-item.naviMain ul li a {
    color: var(--main-color);
}
.navi-item.naviMain ul li:nth-last-child(1) a, .navi-item.naviMain ul li:nth-last-child(2) a {
    background: var(--thd-color);
    margin-left: 10px;
}
.navi-item.naviMain ul li:nth-last-child(2) a {
    margin-left: 7rem;
}
/*all */
.html-info b, .html-info strong {
    font-weight: 500;
}
main section .container {
    max-width: 85%;
}
.index_sec p {
    margin: 0;
}
.index_sec {
    overflow: hidden;
}
main section img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
body {
    color: var(--txt-color);
    letter-spacing: 0;
    background: white;   
    font-family: 'Noto Sans TC', sans-serif;
}
.stitle {
    font-size: 1.3rem;
    color: var(--main-color);
    font-weight: 500;
}
.navi-item:not(.naviMain) {
    background: var(--main-color);
}
footer {
    background: var(--main-color);
}
#share-btn {
    background: var(--main-color);
}

/*title */
.index_sec .main-title {
    font-size: 1.5rem;
    color: var(--txt-color);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}
.smain-title {
    font-size: 2rem;
    line-height: 1.4;
    color: var(--main-color);
    font-weight: 500;
}
.html-info label, .html-info li, .html-info p, .html-info td {
    line-height: 1.5;
    font-weight: 400;
}
.index_sec .main-title span {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--main-color);
    margin: 0 0 10px;
}


/*qa*/
.qa.index_sec:first-child:before {
    content: "";
    background: var(--main-color);
    width: 20%;
    height: 79%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.qabox {
    display: flex;
    gap: 0 5rem;
    align-items: center;
}
.qabox>div {
    width: 50%;
}
.qabox ul li {
    display: flex;
    align-items: center;
    gap: 0 2rem;
}
.qabox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.qabox ul li .num {
    font-size: 3.5rem;
    color: var(--sub-color);
    font-weight: 500;
    line-height: 1;
}
.qabox ul p {
    font-weight: 500;
    font-size: 1.3rem;
}

/*ab*/
.ab.index_sec .main-title {
    font-weight: 300;
}
.index_sec .main-title {
    margin: 0 0 2rem;
}
.abbox .img:after {
    content: "";
    background: var(--four-color);
    width: 65%;
    height: 105%;
    top: -30%;
    position: absolute;
    right: -10%;
    z-index: 1;
}
.abbox .img {
    position: relative;
    z-index: 2;
}
.abbox.abbox2 {
    margin: 0 auto;
}
.abbox {
    display: grid;
    grid-template-columns: 45% 40%;
    width: 90%;
    gap: 6%;
    align-items: center;
    margin: 0 auto 10rem;
    grid-template-areas: 'b c';
}
.abbox .img img {
    position: relative;
    z-index: 2;
}
.ab.index_sec {
    padding: 5rem 0;
}
.ab.index_sec:before {
    content: "";
    background: #eee;
    width: 100%;
    height: 90%;
    position: absolute;
    left: 0;
    top: 5rem;
    z-index: -1;
}
.abbox.abbox2 .img:after {
    background: var(--main-color);
    left: -42%;
    width: 95%;
    right: auto;
    height: 76%;
    top: -10%;
}
.abbox.abbox2 .img {
    grid-area: b;
}
.abbox.abbox2 {
    margin: 0 auto;
    grid-template-columns: 40% 48%;
}


/*service*/
.beliefindex ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    list-style: none;
    padding: 0;
    margin: 0 auto;
    gap: 0 3rem;
    text-align: center;
    width: 70%;
    align-items: start;
}
.beliefindex ul .txt {
    margin: 20px 0 0;
}
.smain-title {
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--main_color);
    font-weight: 500;
}
.beliefindex.index_sec {
    text-align: center;
    margin: -4rem 0 0;
}
.beliefindex.index_sec .main-title {
    font-weight: 400;
    margin: 0 0 5rem;
}
.beliefindex ul li:hover .img {
    transform: translateY(-10px);
    transition: .5s;
}

.beliefindex ul .img {
    width: 60%;
    transition: .5s;
    margin: auto;
}


/*service*/
.serviceindex:before {
    content: "";
    background: #ebf0f4;
    position: absolute;
    width: 100%;
    height: calc(100% - 5rem);
    left: 0;
    top: 5rem;
    z-index: -1;
}
.serviceindex {
    padding: 5rem 0 0;
    margin: 5rem 0 0;
}
.serviceindex .main-title span {
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
}

.serviceindex .main-title b {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.5rem;
}
.serviceindex .main-title {
    background: var(--main-color);
    width: fit-content;
    padding: 5rem;
    border-left: 1.5rem solid var(--hover-color);
    color: white;
    font-size: 1.7rem;
    margin: 0 0 5rem;
}
.serviceindex ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3rem 5rem;
    width: 80%;
    margin: auto;
    text-align: center;
}
.serviceindex ul li .txt {
    display: grid;
    gap: 0.5rem;
}
.serviceindex ul li {
    display: grid;
    gap: 1rem;
}
.serviceindex .smain-title a {
    color: var(--main-color);
    font-weight: 500;
}
.serviceindex li:hover .smain-title a {
    color: var(--hover-color);
}
.serviceindex ul li .txt p a {
    color: var(--text-color);
}
.sectionbtn a:hover {
    background: var(--main-color);
    color: white;
}

.sectionbtn a {
    margin: 0;
    display: block;
    max-width: 200px;
    text-align: center;
    background: var(--thd-color);
    color: var(--main-color);
    font-weight: 500;
    padding: 10px 40px;
}
.sectionbtn {
    text-align: center;
    margin: 5rem 0 0;
    gap: 1rem;
    display: flex;
    justify-content: center;
}
.serviceindex ul .img img {
    transition: .5s;
}
.serviceindex ul .img:hover img {
    transform: scale(1.05);
    transition: .5s;
}
.serviceindex ul .img {
    overflow: hidden;
}


/*newss*/
.beliefindex.newss.index_sec {
    margin: 0;
}
.beliefindex.newss ul .img {
    width: 100%;
}

.beliefindex.newss ul {
    /* gap: 2rem;  */
    gap: 0.6rem;
    width: 100%;
}
.beliefindex ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    list-style: none;
    padding: 0;
    margin: 0 auto;
    gap: 0 3rem;
    text-align: center;
    width: 70%;
    align-items: start;
}
a.btnmore {
    color: #b11d29 !important;
    display: grid;
    align-items: center;
    grid-template-columns: auto 50px;
    width: fit-content;
    gap: 0 10px;
    line-height: 1;
    margin: 0 0;
}
a.btnmore img {
    height: auto !important;
    margin: 0 !important;
    filter: grayscale(1);
}
a.btnmore:hover img{
    filter: grayscale(0);
}
a.btnmore:hover {
    color: var(--main-color) !important;
}
a.btnmore {
    color: var(--txt-color) !important;
    display: grid;
    align-items: flex-end;
    grid-template-columns: auto 50px;
    width: fit-content;
    gap: 0 10px;
    line-height: 1;
    margin: 4rem auto 0;
    font-weight: 500!important;
}
.newss ul li:hover .smain-title a {
    color: var(--txt-color);
}
.newss .smain-title a {
    color: var(--main-color);
}

/*contact */
.contact.index_sec .img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.contact.index_sec .img, .contact.index_sec .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contact.index_sec {
    width: 120%;
    position: relative;
    overflow: hidden;
    margin: -5rem auto calc(-5rem - 1.5rem) -10%;
    padding: 12rem 25rem;
}
.contact.index_sec .main-title b {
    display: block;
    margin: 1rem 0 0;
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--txt-color);
}
.contact.index_sec .sectionbtn {
    margin: 0 auto 0 0;
    width: fit-content;
}
.contact.index_sec .main-title span {
    color: var(--txt-color);
    font-weight: 400;
    font-size: 1.5rem;
}
.contact.index_sec .main-title {
    color: var(--main-color);
    font-size: 2rem;
    font-weight: 500;
}


@media (max-width: 1900px) {
.naviMain .navbar-brand {
    margin-right: 6rem;
}
.serviceindex ul {
    gap: 4rem 3rem;
}
.contact.index_sec {
    padding: 10rem 16rem;
}
}

@media (max-width: 1700px) {
.navbar .container {
    max-width: 100%;
}
.contact.index_sec {
    padding: 8rem 14rem;
}
.smain-title {
    font-size: 1.2rem;
}
.abbox.abbox2 .img:after {
    left: -43%;
}
.abbox .img:after {
    width: 70%;
    height: 115%;
    top: -50%;
}
}


@media (max-width: 1500px) {
.naviMain ul>li>a {
    padding: 0 15px;
}
.navi-item.naviMain ul li:nth-last-child(2) a {
    margin-left: 2rem;
}
.naviMain .navbar-brand {
    margin-right: 3rem;
}
.qabox ul {
    gap: 1rem;
}
.qa.index_sec:first-child:before {
    height: 90%;
}
.abbox {
    grid-template-columns: 45% 49%;
    align-items: end;
    margin: 0 auto 6rem;
}
.abbox.abbox2 {
    grid-template-columns: 46% 48%;
}
.beliefindex ul {
    width: 100%;
}
.beliefindex ul .img {
    width: 50%;
}
.serviceindex ul {
    width: 100%;
}
.index_sec .main-title span {
    font-size: 2rem;
}
.beliefindex.newss ul {
    /* grid-template-columns: repeat(3,1fr); */
    /* gap: 3rem; */
}
.contact.index_sec .img, .contact.index_sec .img img {
    object-fit: cover;
    height: 100%!important;
    width: 115% !important;
}
.contact.index_sec {
    width: 122%;
    margin: -5rem auto calc(-5rem - 1.5rem) -11%;
}

}

@media (max-width: 1300px) {
.naviMain ul>li>a {
    padding: 0 10px;
}
.qabox {
    flex-direction: column;
    gap: 50px 0;
}
.qabox>div.txt {
    width: fit-content;
}
.qa.index_sec:first-child:before {
    width: 10%;
}
.qabox>div.img {
    width: 60%;
}
.abbox {
    width: 100%;
}
.abbox .img:after {
    height: 135%;
    top: -85%;
}
.beliefindex.index_sec .main-title {
    margin: 0 0 3rem;
}
.beliefindex.newss ul {
    gap: 2rem;
}
.contact.index_sec {
    padding: 5rem 9rem;
}

}

@media (max-width: 1024px) {

.naviMain .navbar-brand {
    margin-right: 2rem;
    max-width: 120px;
}

}

@media (max-width: 991px) {
.contact.index_sec {
    padding: 5rem 4rem;
}
.mobile-menu.left-style .hamburger {
    float: right;
    margin: 0.1rem 1rem 0 0;
}
.mobile-btn {
    margin-top: -5px;
}
header {
    margin: 0;
}
.qa.index_sec {
    margin: 0 0 -5rem;
}
.qa.index_sec:first-child:before {
    width: 5%;
    height: 100%;
}
.abbox {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.abbox .img:after {
    height: 100%;
    top: 5%;
    right: -15%;
}
.abbox.abbox2 {
    gap: 6rem 0;
    margin: 0 0 5rem;
}
.beliefindex.index_sec {
    margin: -10rem 0 0;
}
.beliefindex ul {
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
    width: 70%;
}
.serviceindex .main-title {
    padding: 3rem;
}
.serviceindex ul {
    gap: 3rem 2rem;
}
main section .container {
    max-width: 90%;
}
.serviceindex ul {
    gap: 3rem 2rem;
    grid-template-columns: repeat(2,1fr);
}
.beliefindex.newss ul {
    grid-template-columns: repeat(2,1fr);
}

}

@media (max-width: 600px) {
footer .row.justify-content-end .col-12.col-md-3.text-center.mb-3.mb-sm-0 img {
    width: 65% !important;
    margin: 0 auto 2rem;
}
main section .container {
    max-width: 100%;
}
.contact.index_sec {
    padding: 5rem 30px;
}
.contact.index_sec .main-title {
    font-size: 1.5rem;
}
.contact.index_sec .main-title b {
    font-size: 1.3rem;
}
section {
    padding: 4rem 0;
}
.index_sec .main-title span {
    font-size: 1.5rem;
}
.serviceindex ul li .txt p br {
    display: none;
}
.serviceindex .main-title {
    padding: 2rem;
    font-size: 1.5rem;
}
.serviceindex .main-title b {
    font-size: 1.3rem;
}
.serviceindex {
    padding: 6rem 0 0;
}
.beliefindex.index_sec {
    margin: -8rem 0 -5rem;
}
.beliefindex ul {
    gap: 2rem 1rem;
    width: 100%;
}
.beliefindex ul .img {
    width: 40%;
}
.abbox.abbox2 .img:after {
    left: 0;
    width: 84%;
    top: -15%;
}
.abbox .img:after {
    width: 100%;
    top: 10%;
}
.qa.index_sec:first-child:before {
    width: 100%;
    height: 1%;
}
.qabox>div.img {
    width: 100%;
}

}

/*----------------------SCOTT----------------------*/

/* margin */
.mt_zero {
    margin-top: 0px!important;
}

.mb_zero {
    margin-bottom: 0px!important;
}

.mtb_zero {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_40 {
    margin-top: 60px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_80 {
    margin-top: 80px;
}


.mb_20{
    margin-bottom:20px;
}

/* padding */

.pt_zero{
    padding-top:0px;
}
    
.pb_zero{
    padding-bottom:0px;
}

.pr_zero{
    padding-right: 0px!important;
}

.pl_zero{
    padding-left: 0px!important;
}

article > nav[aria-label="breadcrumb"],
article .middle-title {
    display:none;
}

.page_title h1 {
    font-size: 30px;
   color: var(--main-color);
    line-height: 35px;
    font-weight: 500;
}

.full_w {
    width: 100vw;
    padding: 0px;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    margin-right: auto;
    margin-top: -135px;
}

.full_w .col-md-12 {
    padding: 0px;
}

.custom_banner {
    width:100%;
    max-width: 950px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.custom_banner .page_title {
    display: flex;
    align-items: center;
}

.html-info {
    /* position: relative; */
}

body a,
body .blog-row:hover .read-more,
body .blog-row:hover .read-more>i{
  color:var(--blue-color);
}

body a:hover{
    color: var(--hover-color)!important;
}

.page-item.active .page-link,
body aside>ul>li>a:before,
.title::after, 
.title::before,
.comment-area .comment-body .comment-row .user-comment-edit .comment-sent-out,
.comment-area .comment-header .comment-counter>span,
body  .btn-outline-secondary:hover{
    background-color: var(--blue-color);
}

body  .btn-outline-secondary:hover{
     border-color:  var(--blue-color);
}

body .btn-outline-secondary {
    color: var(--blue-color);
    border-color: var(--blue-color);
    font-size: .9rem;
}


body article * {
    font-family: 'Noto Sans TC', HelveticaNeue, sans-serif!important;
}


.block_1 .number {
    margin-right: 3px;
    color: var(--txt-gray-color);
    font-size: 20px;
    font-weight: 500!important;
}

.cus_title h2,
.block_1 h2 {
    margin-top: 0px;
    color: var(--blue-color);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 2px;
}

.block_1 p {
    font-size: 18px;
    line-height: 28px;
    color: var(--txt-gray-color);
    margin-bottom: 0px;
    font-weight: 400!important;
}

.phone_rev .block_2{
    padding-left: 0px;
    padding-right: 40px;
}

article .btn {
    display: none;
}

.page_title span {
    font-size: 26px;
}

.block_1.list_num h2 {
    margin-bottom: 20px;
}

.block_1.list_num p {
    font-size: 18px;
    line-height: 28px;
    color: var(--txt-gray-color);
    margin-bottom: 10px;
    font-weight: 400;
}

.big_number:nth-child(3),.big_number:nth-child(4) {
    margin-top: 5px;
}

.big_number span {
    font-size: 24px;
    font-weight: 700!important;
    color: var(--blue-color);
}

.bg_title_wrap > div {
    width: 50%;
}

.bg_title_block {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
}

.html-info h3.bg_title {
    color: var(--blue-color);
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
}

.html-info .sectionbtn a {
    color: var(--main-color);
}

.bg_title_wrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 0px;
}

.img_txt p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cus_block .mt_zero:last-child {
    margin-bottom: 0px;
}

.cus_block {
    align-items: center;
}

.cus_block .block_1.list_num {
    padding-left: 20px;
}

.img_pd .img_txt img {
    padding-left: 0px;
    padding-right: 0px;
}

.img_pd {
    padding-left: 8px;
    padding-right: 8px;
}

.img_pd .img_txt img {
    margin-bottom: 10px!important;
}

.process {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.process .cycle {
    border: 1px solid #10456d;
    text-align: center;
    display: flex;
    width: 80%;
    border-radius: 100px;
    padding: 0px 25px;
    font-size: 1.5rem;
    color: var(--blue-color);
    line-height: 1.1;
    height: 176.38px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 400;
}

.num_txt {
    display: block;
    font-weight: bold;
}

.arrow {
    width: 15%;
    margin: 0px 5px!important;
}

.process_block > p {
    margin-right: 31px;
}

.process_wrap {
    padding: 0px;
}

.process_wrap:nth-child(4) img {
    opacity: 0;
}

.process_sec{
    padding: 1rem 35px 0.5rem;
}

.custom_btn:hover {
    background-color: rgb(17, 69, 108)!important;
    color: rgb(219, 202, 184)!important;
}

.cus_title {
    display: flex;
    justify-content: flex-end;
}
.custom_banner .page_title.cofe h1 {
    color: #fff;
}

.cofe_four .number {
    color: var(--blue-color);
    font-weight: 700!important;
}

.html-info .img_txt p a {
    color: rgb(104, 106, 118);
}

.blog-info-text * {
    color: #000;
}

html footer a {
    color: #f0f0ef;
}

/* -----------------------------------------------------------scott 767 ---------------------------------------------------------------------------------------------------------*/

@media(max-width:767px){
/* mobile reverse*/
.phone_rev {
    flex-direction: column-reverse;
}

.block_1 {
    padding-left: 20px;
    padding-right: 20px;
}

.block_1 p,
.block_1.list_num p,
.img_txt p {
    font-size: 15px!important;
    line-height: 25px;
}

.block_2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.phone_rev .block_2{
    margin-bottom:30px;
    padding-left: 15px;
    padding-right: 15px;
}

.full_w {
    margin-top: -65px;
}

.page_title h1 {
    font-size: 20px;
    line-height: 25px;
}

.mt_60 {
    margin-top: 20px;
}

.img_txt img {
    padding-left: 80px;
    padding-right: 80px;
}

.img_txt p {
    text-align: center!important;
}

.html-info h3.bg_title {
    font-size: 1rem;
    padding-left: 25px;
    padding-right: 25px;
}

.html-info h3.bg_title br {
    display: none;
}

.img_txt {
    margin-bottom: 30px;
}

.process {
    flex-direction: column;
}

.process_block > p {
    margin-right: 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow {
    width: 20%;
    margin: 20px 0px!important;
    transform: rotate(90deg);
    display: none;
}

.process_wrap {
    margin-bottom: 0px;
}

.process .cycle {
    height: 200px;
}

.arrow_mobile {
    width: 20%!important;
    margin: 25px 0px!important;
    transform: rotate(90deg);
}

.img_pd:last-child .img_txt {
    margin-bottom: 0px;
}



.custom_banner {
    padding-left: 30px;
    padding-right: 30px;
}

.mt_80 {
    margin-top: 40px;
}

.overly:after {
    background-color: #ffffffcf;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}

.custom_banner .page_title {
    z-index: 2;
}

.phone_mt_zero {
    margin-top: 0px!important;
}

.process_sec {
    padding: 1rem 50px 0.5rem;
}

.cus_title {
    justify-content: center;
}

.block_1.list_num p {
    display: flex;
}

.cus_title h2,
.block_1 h2,
.html-info h3.bg_title {
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.block_1 .number{
    font-size: 18px;
}

.page_title span {
    font-size: 20px;
}

}

/* -----------------------------------------------------------scott 1025 ---------------------------------------------------------------------------------------------------*/

@media(min-width:1025px){

section:nth-child(2) {
    padding-top: 0px!important;
}

section:nth-child(2) .txt {
    padding-top: 5rem!important;
}

.serviceindex {
    padding-top: 0px!important;
    margin-top: -5rem!important;
}

.custom_banner.row.about {
    padding-left: 50px;
    padding-right: 50px;
}
.block_1.list_num {
    padding-left: 30px;
}

.img_txt img {
    padding-left: 50px;
    padding-right: 50px;
}

.arrow_mobile{
display:none;
}

.process_sec {
    position: relative;
    left: 25px;
}

}


/*ipad 直式*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.arrow_mobile {
    display: none;
}

.process_sec {
    padding: 1rem 0px 0.5rem;
}

.process .cycle {
    width: 80%;
    padding: 0px 15px;
    font-size: 1rem;
    height: 121.38px;
}

.arrow {
    width: 13%;
}

.process_block > p {
    margin-right: 31px;
    font-size: 16px!important;
    line-height: 26px!important;
}

.html-info h3.bg_title {
    font-size: 1.05rem;
}

}