.full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    position: relative;
}

.sec-yt.full-width::after {
    content: '';
    background-color: #f6f6f8;
    height: 88%;
    width: 109%;
    position: absolute;
    z-index: -1;
    margin-left: -195px;
    top: 0;
}

.breadcrumbs {
    background: #000;
    padding: 2px 5px;
    width: 100%;
    max-width: 680px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs ul li {
    color: #fff;
    margin-right: 10px;
    line-height: 20px;
}

.breadcrumbs ul li::after {
    content: '>';
    padding-left: 10px;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
}

.page-title h2 {
    font-size: 72px;
    font-family: "Garamond Premiere Pro";
    color: #b1965d;
    font-weight: normal;
    margin: 0;
    letter-spacing: 8px;
}

.page-title p {
    color: #b1965d;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 25px;
}

.page-title span {
    font-size: 24px;
    line-height: 2;
    color: #222;
}

.page-title hr {
    border-top: 1px solid #b1965d;
    width: 200px;
    margin-left: 0;
    margin-bottom: 50px;
}

.eightpoints-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 100px auto 0;
}

.eightpoints-item {
    gap: 30px;
    padding-bottom: 70px;
    border-bottom: 1px solid #eff0f2;
    margin-bottom: 60px;
}

.eightpoints-item span {
    display: block;
    text-align: justify;
    font-size: 12px;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    line-height: 1.5rem;
    background-color: #fff;
}

.points-img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.eightpoints-text {
    width: 100%;
    /* padding-right: 40px; */
    max-width: 580px;
}

.eightpoints-text img {
    padding: 30px 0;
    width: 100%;
    max-width: 490px;
    display: block;
}

.eightpoints-img {
    background: #e3e4e6;
    width: 420px;
    margin-top: 30px;
}

.sec-yt {
    /*  background-color:#f6f6f8; */
    padding: 40px 0;
    margin-top: 80px;
}

.yt-wrapper {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.title-border {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    position: relative;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
}

.title-border::after {
    background: #b1965d;
    height: 2px;
    width: 80%;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.yt-item {
    width: 345px;
}

.page-id-29 iframe {
    width: 345px;
}

.yt-item h4 {
    padding: 0 30px;
    font-size: 20px;
    text-align: left;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.yt-item p {
    padding: 0px 30px 10px;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.btn-orange {
    width: 100%;
    max-width: 340px;
    background: #ee7850;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 20px;
}

/* FAQ Accordion */
.accordions {
    display: block;
    /*   max-width: 800px; */
    margin: auto;
}

.accordion_item {
    width: 100%;
    height: auto;
    margin: 5px 0 25px;
}

.accordion_item:first-child {
    margin-top: 50px;
}

.accordion_item .title_tab {
    width: 100%;
    color: #000;
    padding: 12px 0px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

.accordion_item .title_tab .title {
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-weight: 500;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.accordion_item .title_tab .title .icon {
    position: absolute;
    right: 1%;
    width: 27px;
    height: 42.42px;
    background-color: transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion_item .title_tab .title .icon:before,
.accordion_item .title_tab .title .icon:after {
    content: "";
    position: absolute;
    height: 72%;
    width: 1px;
    background-color: #000;
}

.accordion_item .title_tab .title .icon:before {
    top: 0;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion_item .title_tab .title .icon:after {
    top: 0;
    right: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inner_content {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
    padding: 20px 0;
}

.inner_content p {
    width: 98%;
    margin: auto;
    padding: 18px 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transform: translate3d(0px, 60px, 0px);
    transform: translate3d(0px, 60px, 0px);
    -webkit-transition: opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
    transition: opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
    -o-transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
    margin-left: 0;
}

.accordion_item .title_tab.active {
    -webkit-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
    font-size: 24px;
    padding-bottom: 0px;
}

.accordion_item .title_tab h3 {
    margin: 0;
}

.accordion_item .inner_content{
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    font-weight: 400;
}

.accordion_item .title_tab.active .title .icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: -12px;
}

.accordion_item .inner_content p.show {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    -o-transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

/* ================================= */
.inner_content p span {
    font-size: 14px;
    line-height: 30px;
}

.inner_content p b {
    color: #F44336;
    font-size: 18px;
}

.para b {
    color: #222222 !important;
}

p.qus {
    margin: -10px 20px 10px 0;
    background: #b1965d;
    color: #fff;
    line-height: 16px;
    border-radius: 90px;
    padding: 20px;
    width: 16px;
    height: 16px;
    font-weight: 500;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    font-size: 24px;
}

.faq .page-title h2 {
    font-size: 48px;
}

.faq-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-menu-item {
    width: 100%;
    position: relative;
}

.faq-menu-item img {
    width: 100%;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.faq-menu-icon {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 50px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-menu-icon::before {
    top: 0;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute
}

.faq-menu-icon::after {
    top: 0;
    right: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute
}

.faq-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.faq-title p {
    font-size: 32px;
    margin: 0;
    font-family: 'Helvetica Light';
    font-weight: bold;
    letter-spacing: 5px;
}

.faq-title span {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.faq-menu-item:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.faq-menu-item>p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -80%);
    font-size: 32px;
    color: #b1965d;
    margin: 0;
    letter-spacing: 5px;
    font-family: 'Helvetica Light';
    font-weight: bold;
    width: 100%;
}

.faq-menu-item>p::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 1px;
    width: 25%;
    background-color: #b1965d;
}

.d-before {
    margin-top: 70px;
    display: block;
    float: right;
    margin-bottom: 25px;
    letter-spacing: 0.08em;
}

.service-plan table {
    width: 100%;
    border-top: 1px solid #f1f2f2;
}

.service-plan table tr td {
    border-bottom: 1px solid #f1f2f2;
    color: #222;
}

.service-plan table tr td:first-child {
    font-size: 18px;
    background-color: #f6f6f8;
    padding: 25px 40px;
}

.service-plan table tr td:nth-of-type(2) {
    font-size: 16px;
    padding: 25px 40px;
}

.service-plan table hr {
    background: #f1f2f2;
    margin: 20px 25px 20px 0;
    height: 1px;
    border: none;
}

span.d-before:before {
    content: 'D';
    display: inline-block;
    position: relative;
    top: -0.5px;
    width: 48px;
    height: 20px;
    margin-left: .5em;
    background-color: #d64c5b;
    border-radius: 3px;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
    color: #ede1b0;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

span.d-after:after {
    content: 'D';
    display: inline-block;
    position: relative;
    top: -0.5px;
    width: 48px;
    height: 20px;
    margin-left: .5em;
    background-color: #d64c5b;
    border-radius: 3px;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
    color: #ede1b0;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.service2-header {
    margin: 80px 0;
}

.service2-header h4 {
    font-size: 30px;
    border-left: 3px solid #b3955d;
    padding-left: 15px;
    border-radius: 2px;
    margin-bottom: 0;
    font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho;
}

.service2-header p {
    font-size: 24px;
    line-height: 37px;
}

.service2-container {
    background: #f6f6f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0 60px 150px;
    gap: 50px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.service2-title {
    padding-top: 20px;
    display: block;
    font-size: 18px;
}

.service2-item:last-child {
    margin-right: 100px;
}

.service2-container::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

.service2 ul {
    padding-left: 0px;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}
.service2 ul li{
	line-height: 2rem;
}

.service-timeline .step {
    background: -webkit-gradient(linear, left top, right top, from(rgba(178, 152, 93, 1)), color-stop(0%, rgba(178, 152, 93, 1)), to(rgba(215, 212, 78, 1)));
    background: -o-linear-gradient(left, rgba(178, 152, 93, 1) 0%, rgba(178, 152, 93, 1) 0%, rgba(215, 212, 78, 1) 100%);
    background: linear-gradient(90deg, rgba(178, 152, 93, 1) 0%, rgba(178, 152, 93, 1) 0%, rgba(215, 212, 78, 1) 100%);
}

.service-timeline .step::after {
    background-color: #d7d44e;
}

.service-timeline .timeline-item::before {
    background: #ad9959;
}

.service2 table {
    width: 100%;
    border-collapse: collapse;
}

.service2 table thead tr td:first-child,
.service2 table tbody tr td:first-child {
    background-color: #f6f6f8;
    text-align: left;
    width: 530px;
}

.service2 table tr td {
    padding: 20px 35px;
    border: 1px solid #f2f3f3;
    text-align: center;
    font-weight: bold;
}

.service2 table tr td.dot {
    font-size: 26px;
    padding: 10px 0;
}

.fent-from-davinci_table_plan_wrap {
    height: 100vh;
    margin-bottom: 20px;
    overflow-y: auto;
	margin-top: 70px;
}

.fent-from-davinci_table_plan_wrap table {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.fent-from-davinci_table_plan_wrap table thead th {
    position: sticky;
    top: -1px;
}

.fent-from-davinci_table_plan_wrap table thead th,
.fent-from-davinci_table_plan_wrap table tbody th.heading {
    padding: 20px 20px;
    text-align: center;
    background-color: #f3efe7;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    font-weight: 700;
	font-size: 18px;
}

.fent-from-davinci_table_plan_wrap table tbody th {
    font-size: 16px;
    background-color: #f6f6f8;
    padding: 25px 40px;
    text-align: left;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    font-weight: 700;
}

.fent-from-davinci_table_plan_wrap table tbody td {
    text-align: center;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    font-weight: 400;
}

.fent-from-davinci_table_plan_wrap::-webkit-scrollbar-track {
    background-color: #f6f6f8;
    border-radius: 100px;
}

.fent-from-davinci_table_plan_wrap::-webkit-scrollbar-thumb {
    background-color: #b1965d;
    border-radius: 100px;
}

.fent-from-davinci_table_plan_wrap::-webkit-scrollbar {
    width: 10px;
}

.fent-from-davinci_slide {
    width: 100%;
}

.fent-from-davinci_slide_wrap {
    overflow: hidden;
}

.fent-from-davinci_swiper_area {
    background: #f6f6f8;
}

.fent-from-davinci_slide .fent-from-davinci_swiper {
    width: 570px;
}

.fent-from-davinci_swiper_area {
    padding: 90px 0 60px;
	margin-top: 70px;
}

.fent-from-davinci_slide {
    padding: 0 8.7%;
}

.fent-from-davinci_slide .fent-from-davinci_swiper .textArea .heading {
    font-size: 22px;
    position: relative;
    margin: 0.8em 0;
    font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
}

.fent-from-davinci_slide .fent-from-davinci_swiper .textArea .heading::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #222222;
    transform: translateY(-50%);
}

.imageArea img {
    width: 100%;
}

.asset-utilization-header p{
	font-size:24px;	
	margin-left: -25px;
}
.service-plan{
	margin-bottom: 120px;
}
#policy .yugo-bold{
	font-weight:500;
}
@media screen and (max-width:425px) {
    .eightpoints-item {
        display: block;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .eightpoints-wrapper,
    .points-img {
        width: 100%;
    }

    .eightpoints-img {
        width: 80%;
        margin: 0 auto;
    }

    .page-title span {
        font-size: 16px;
        line-height: 2rem;
    }

    .page-title h2 {
        text-align: center;
        font-size: 46px;
    }

    .page-title p {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .page-title hr {
        border-top: 1px solid #b1965d;
        width: 100px;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .faq .page-title h2 {
        font-size: 28px;
    }

    .accordion_item .title_tab .title {
        font-size: 16px;
    }

    .accordion_item .title_tab .title .icon {
        width: 14.5px;
        height: 20px;
    }

    p.qus {
        padding: 15px;
        width: 10px;
        height: 10px;
        line-height: 10px;
        margin: -5px 20px 25px 0;
    }

    .accordion_item .title_tab.active {
        padding-bottom: 20px;
    }

    .accordion_item .title_tab .title {
        padding: 0 50px 0 0;
    }

    .inner_content {
        padding-top: 0px;
    }

    .inner_content p {
        font-size: 14px;
    }

    .inner_content p b {
        font-size: 16px;
    }

    .faq-container {
        margin-bottom: 50px;
    }

    .faq-menu {
        display: block;
        overflow: hidden;
        margin-top: 33px;
    }

    .faq-menu-item {
        max-width: 50%;
        height: 100px;
        float: left;
    }

    .faq-menu-item>p::before {
        bottom: -15px;
    }

    .faq-menu-item>p {
        font-size: 20px;
    }

    .faq-title p {
        font-size: 21px;
    }

    .faq-menu-icon {
        width: 15px;
        height: 15px;
    }

    .faq-title span {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .service-plan table tr td:first-child {
        font-size: 16px;
        padding-left: 10px;
        width: 100px;
    }

    .service2-header h4 {
        font-size: 26px;
    }

    .service2-header p {
        font-size: 16px;
    }

    .yt-item {
        width: 100%;
    }

    .yt-item h4 {
        text-align: center;
    }

    .page-id-29 iframe {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .section-1 {
        margin: 0 30px;
        padding: 5rem 0 0 0;
    }
}

@media screen and (min-width: 769px) {
    .eightpoints-numtext-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .eightpoints-item {
        padding-bottom: 30px;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .eightpoints-item:last-child {
        margin-bottom: 0;
    }

    .eightpoints-wrapper {
        margin: 50px 0;
        width: 100%;
    }

    .eightpoints-text {
        max-width: initial;
    }

    .eightpoints-img {
        margin: auto;
    }

    .page-id-29 .eightpoints-img {
        margin: initial;
    }

    .yt-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sec-yt {
        padding: initial !important;
    }

    .sec-yt.full-width::after {
        content: "";
        background-color: #f6f6f8;
        height: calc(100% + 50px) !important;
        width: 122% !important;
        position: absolute;
        z-index: -1;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        margin-left: -22px !important;
        margin-top: initial !important;
    }

    .yt-item p {
        padding: initial !important;
    }

    .sec-yt.full-width {
        width: initial !important;
        margin-left: initial !important;
    }

    .d-before {
        margin-top: 30px;
    }

    .service2-item img {
        width: 300px;
    }

    .service2-container {
        padding: 30px 30px 5px 30px;
    }

    section.service-timeline.section-1 {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 425px) {
    .eightpoints-img {
        width: 100%;
    }
}