.banner-contain {
    position: relative;
}

.banner-contain .item img {
    max-height: 70vh;
    object-fit: cover;
}

.desktop-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mobile-banner {
    display: none;
    object-fit: cover;
}

.submit-contain-header {
    position: absolute;
    bottom: 0;
    color: var(--white);
    margin: auto;
    margin-bottom: 97px;
    right: 0;
    left: 0;
    max-width: 1200px;
}

.submit-header-content {
    display: flex;
    flex-direction: row;
    max-width: 460px;
}

.submit-header-content .left-box {
    width: 50%;
    padding-right: 40px;
    border-right: solid 2px;
}

.submit-header-content .right-box {
    margin-left: 40px;
    width: 60%;
}

.left-box {
    width: 40%;
}

.right-box {
    margin-left: 40px;
    width: 60%;
}

.big-text {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

.small-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: flex;
    align-items: baseline;
    height: 50%;
}

.black-contain {
    background-color: var(--red);
}

.service-contain {
    max-width: 1200px;
    margin: auto;
    color: var(--white);
    display: flex;
    padding: 80px 0;
}

.service-contain_large .left-contain {
    width: 40%;
}

.service-contain_large .right-contain {
    width: 60%;
}

.left-contain {
    width: 50%;
}

.right-contain {
    width: 50%;
}

.big-title,
.quest-contain .left-contain .big-title h2,
.member-feeling .left-contain .big-title h2,
.relate-service .left-contain .big-title h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    color: #000;
    width: 80%;
    margin-bottom: 16px;
}

.image-yoga {
    width: 100%;
    padding-right: 0;
    padding-top: calc(100% * (2 / 3));
    object-fit: cover;
    height: 0;
    position: relative;
}

.image-yoga img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.service-contain .slick-prev,
.service-contain .slick-next {
    width: 40px !important;
    height: 40px !important;
    padding: 12px 15px !important;
    background: #000000 !important;
    top: 240px;
    /* bottom: 8%; */
}

.slick-prev:before {
    content: url("../images/Vector-pre-white.svg") !important;
}

.slick-next:before {
    content: url("../images/Vector-next-white.svg") !important;
}

.service-contain .slick-next {
    right: 0px;
}

.service-contain .slick-prev {
    left: 0px;
}

.slick-arrow {
    z-index: 1;
}

.service-contain .content {
    margin-top: 24px;
}

.service-contain .big-title h1 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 90px;
    max-width: 405px;
}

.service-contain .title h3 {
    margin-bottom: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

}

.service-contain .description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.yoga-classes-contain {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.yoga-classes-contain .left-contain {
    width: 40%;
}

.yoga-classes-contain .right-contain {
    width: 60%;
}

.left-contain .big-title h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    color: #000;
    max-width: 413px;
}

.yoga-classes-slider {
    display: none !important;
}

.yoga-classes-contain .description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    width: 70%;
    max-width: 340px;
}

.yoga-classes-contain .right-contain {
    display: flex;
    overflow: hidden;
}

.yoga-classes-contain .right-contain .column-left {
    margin-right: 20px;
    max-width: 340px;
    width: 50%;
}

.yoga-classes-contain .right-contain .item {
    margin-bottom: 40px;
}

.yoga-classes-contain .right-contain .item:last-child {
    margin: 0;
}

.yoga-classes-contain .right-contain .item .image {
    width: 100%;
    padding-bottom: calc(100% * (4 / 3));
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.right-contain .item .image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
}

.yoga-classes-contain .right-contain .item .title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 8px;
}

.yoga-classes-contain .right-contain .item .subdescription {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.75);
}

.yoga-classes-contain .column-right {
    margin-top: 80px;
    margin-left: 20px;
    max-width: 340px;
    width: 50%;
}

.yoga-global-slider {
    margin-bottom: 0 !important;
}

.yoga-global-slider .item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.yoga-global-slider .black-shadown {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--black);
    opacity: 20%;
    z-index: 0;
}

.yoga-global-slider .slick-dots li {
    margin: 0 !important;
}

.yoga-global-standard {
    position: relative;
}

.yoga-global-standard .text-contain {
    position: absolute;
    bottom: 0;
    top: 80px;
    color: var(--white);
    left: 0;
    right: 0;
    margin-left: calc((100vw - 1200px) / 2);
    max-width: 1200px;
    z-index: 0;
    width: fit-content;
}

.yoga-global-standard .text-contain .title h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    color: #fff;
    max-width: 489px;
}

.yoga-global-standard .text-contain .sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    max-width: 374px;
    margin-top: 24px;
}

.yoga-global-slider .slick-dots {
    bottom: 32px;
}

.yoga-global-slider .slick-dots li button:before {
    color: var(--white);
    font-size: 35px;
}

.yoga-global-slider .slick-dots li.slick-active button:before {
    color: var(--white);
}

.quest-contain {
    max-width: 1200px;
    margin: auto;
    display: flex;
    padding: 80px 0;
}

.quest-contain .left-contain {
    width: 50%;
}

.quest-contain .right-contain .big-title {
    margin-bottom: 24px;
}

.quest-contain .right-contain {
    width: 50%;
}

.quest-contain .right-contain .quest-image {
    width: 500px;
    padding-right: 0;
    padding-top: calc(500px * (5 / 4));
    object-fit: cover;
    height: 0;
    position: relative;
}

.quest-contain .right-contain .quest-image img {
    object-fit: cover;
    height: 100%;
    width: 500px;
    position: absolute;
    top: 0;
}

.quest-contain .quest-list {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin-top: 24px;
}

.quest {
    position: relative;
}

.quest-contain .quest-title .quest-title-h3 {
    width: calc(100% - 16px);
    padding: 0;
    margin-right: 0;
    float: left;
}

.quest-contain .quest-title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    /* align-items: center; */
    color: #000;
    /* margin-bottom: 16px; */
    justify-content: space-between;
    transition: margin-bottom 0.3s ease-in-out;
}

.quest-contain .quest-answer {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    height: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.quest-contain .quest-icon {
    position: relative;
}

.quest-contain hr {
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 32px 0 !important;
}

.quest-list hr:last-child {
    display: none;
}

.quest-icon span {
    display: block;
    width: 16px;
    height: 2px;
    right: 0;
    z-index: 1;
    margin: 7px 0;
    position: absolute;
    top: 0;
    background: #000;
    border-radius: 3px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.quest-icon span:nth-child(2) {
    width: 16px;
    height: 2px;
    right: 0;
    z-index: 1;
    margin: 7px 0;
    position: absolute;
    top: 0;
    background: #000;
    border-radius: 3px;
    transform: rotate(90deg);
    /* z-index: -1; */
    transform-origin: center center;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.quest label {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 24px;
    cursor: pointer;
}

.quest input:checked~.quest-title .quest-icon span:nth-child(2) {
    transform: rotate(180deg);
}

.quest input:checked~.quest-title .quest-title-h3 .quest-answer {
    max-height: 250px;
}

.quest input:checked~.quest-title {
    margin-bottom: 16px;
}

.member-feeling {
    display: flex;
    margin: auto;
    max-width: 1200px;
    padding: 80px 0;
}

.member-feeling .left-contain,
.member-feeling .right-contain {
    width: 50%;
}

.member-feeling-slider .video {
    max-height: 400px;
    /* min-width: ; */
    height: 400px;
}

.member-feeling-slider .video img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

iframe {
    border: unset;
}

.member-feeling-slider .slick-prev,
.member-feeling-slider .slick-next {
    width: 40px !important;
    height: 40px !important;
    padding: 12px 15px !important;
    background: #000000 !important;
    top: 200px;
    /* bottom: 8%; */
}

.member-feeling-slider .slick-next {
    right: 0px;
}

.member-feeling-slider .slick-prev {
    left: 0px;
}

.member-feeling-slider .content {
    margin-top: 24px;
    /* margin-bottom:80px; */
}

.member-feeling-slider .title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 8px;
}

.member-feeling-slider .description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.75);
}

.white-contain {
    background: #fff;
}

.white-contain .title-big {
    color: #141414;
}

.submit-trying {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.submit-trying-left {
    width: 50%;
    padding-right: 20px;
    display: flex;
    align-content: center;
    /* vertical-align: middle; */
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}

/* .submit-trying-left .title-big{
      width: 100%;
  } */
.submit-trying-right {
    width: 50%;
    display: flex;
    align-items: center;
}

.submit-trying-readmore {
    display: flex;
    margin-bottom: 10px;
    text-align: start;
    /* padding: 0 10px; */
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
}

.submit-trying-readmore span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #141414;
    /* text-decoration: underline; */
    width: 70%;
}

.form-contact-trial>div:nth-child(n + 1) {
    margin-top: 32px;
}

.form-contact-trial {
    width: 100%;
}

.input-contact-trial {
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */

    letter-spacing: -0.015em;

    color: rgba(0, 0, 0, 0.8);
}

.user-name:first-child {
    /* max-width: 253px; */
    max-width: unset;
}

.user-name {
    /* width: 45% !important; */
    width: 100%;
    max-width: 293px;
}

.form-contact-trial .submit-trial {
    background: #da2128;
    border: 1px solid #fafafa;
    box-sizing: border-box;
    border-radius: 0;
    max-width: 180px;
    margin-right: 0;
    color: #000;
    padding: 17px 41px;
    margin-top: 40px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    letter-spacing: -0.015em;
    color: #000;
    transition: background 0.3s ease-in-out;
}

.form-contact-trial .submit-trial:hover {
    color: var(--white);
    background-color: var(--hover);
}

.submit-trying .title-big h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    width: 90%;
}

.relate-service {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.relate-service .left-contain {
    width: 40%;
}

.relate-service .left-contain .big-title h2 {
    color: #141414;
    margin-bottom: 8px;
}

.relate-service .right-contain .column-left .item,
.relate-service .right-contain .column-right .item {
    margin-bottom: 40px;
}

.relate-service .right-contain .column-left .item:last-child,
.relate-service .right-contain .column-right .item:last-child {
    margin: 0;
}

.relate-service-readmore {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #141414;
    max-width: 340px;
}

.relate-service .right-contain {
    display: flex;
    width: 60%;
}

.relate-service .right-contain .column-left {
    margin-right: 20px;
    max-width: 340px;
    width: 50%;
}

.relate-service .right-contain .column-right {
    margin-top: 80px;
    max-width: 340px;
    margin-left: 20px;
    width: 50%;
}

.relate-service .item a:hover {
    text-decoration: none;
}

.relate-service .item .title h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #141414;
}

.relate-service .item .subdescription {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(20, 20, 20, 0.75);
}

.relate-service .right-contain .item .image {
    padding-bottom: calc(100% * (5 / 4));
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.sticky {
    position: sticky;
    height: auto;
    /* width: 100%; */
    top: 80px;
}

.relate-service-silder {
    display: none !important;
}

.read_more_place {
    margin-top: 16px;
}

.read_more_place a {
    display: flex;
    flex-direction: row;
    color: var(--red);
}

.read_more_place a:hover {
    color: var(--red);
    text-decoration: none;
}

.read_more_place:hover .icon-readmore {
    transform: translate(4px, 0);
}

.icon-readmore {
    /* margin-left:5px; */
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.read_more_place a span {
    margin-right: 9px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    color: #141414;
}

.submit-header-content .big-text {
    margin-bottom: 8px;
}

.submit-header-content .big-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

/* responsive  */

@media (max-width: 768px) {

    /* yoga standard  */
    .mobile-banner {
        display: block;
    }

    iframe {
        border: unset;
        max-width: 374px;
        max-height: 285px;
    }

    .banner-contain {
        padding-top: 52px;
    }

    .yoga-global-slider {
        margin-bottom: 0 !important;
        padding-left: 20px;
    }

    .yoga-global-slider .item {
        max-width: 768px;
        display: flex !important;
        flex-direction: column-reverse;
    }

    .yoga-global-slider .item .text-contain {
        width: 100%;
        max-width: 728px;
        margin: auto;
        position: unset;
        padding: 0 20px;
    }

    .yoga-global-slider .item .title {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
    }

    .yoga-global-slider .item .sub-title {
        margin-top: 8px;
        width: 100%;
        max-width: 728px;
        margin-bottom: 32px;
    }

    .yoga-global-slider .black-shadown {
        background: none;
    }

    /* quest contain  */
    .quest-contain .left-contain {
        width: 100%;
    }

    .quest-contain .right-contain {
        display: none;
    }

    .quest-contain .big-title {
        width: 100%;
        max-width: 728px;
        margin: auto;
    }

    .quest-contain .quest-list {
        width: 100%;
        margin: auto;
        max-width: 728px;
    }

    .submit-contain-header {
        position: unset;
        background: var(--red);
        margin: auto;
        padding: 0 25px;
        width: 100%;
        padding-top: 9px;
        padding-bottom: 11px;
    }

    .submit-header-content {
        margin: auto;
    }

    .submit-header-content .left-box {
        width: 50%;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        padding-right: 8px;
        align-items: center;
        justify-content: flex-start;
        align-items: start;
        border-right: solid 2px;
    }

    .submit-header-content .big-text {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .submit-header-content .small-text {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
    }

    .submit-header-content .right-box {
        margin: 0;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
        justify-content: flex-start;
        padding-left: 8px;
    }

    .service-contain {
        padding: 32px 0px;
        flex-direction: column;
    }

    .service-contain .left-contain {
        width: 100%;
    }

    .big-title,
    .service-contain .big-title h1,
    .quest-contain .left-contain .big-title h2,
    .member-feeling .left-contain .big-title h2,
    .relate-service .left-contain .big-title h2,
    .left-contain .big-title h2,
    .submit-trying .title-big h2 {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        width: 100%;
    }

    .service-contain .big-title h1 {
        padding-bottom: 32px;
        margin: auto;
    }

    .service-contain .right-contain {
        width: calc(100% - 20px);
    }

    .service-contain .content {
        margin-top: 16px;
    }

    .yoga-silder .item {
        padding: 0 10px;
        padding-left: 0;
    }

    .yoga-silder .slick-list {
        padding: 0 10px !important;
        padding-left: 0 !important;
    }

    .yoga-silder .item .content .title {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .yoga-silder .item .content .description {
        font-size: 14px;
        line-height: 21px;
        color: rgba(255, 255, 255, 0.75);
        /* display: -webkit-box;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; */
    }

    .yoga-classes-contain .right-contain .item {
        margin-bottom: 0;
    }

    .yoga-classes-contain {
        padding: 32px 0;
        flex-direction: column;
    }

    .yoga-classes-contain .left-contain {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 32px;
    }

    .left-contain .big-title {
        width: 100%;
    }

    .left-contain .big-title h2 {
        margin-bottom: 8px;
    }

    .yoga-classes-contain .description {
        width: 100%;
        font-size: 14px;
        line-height: 21px;
    }

    .yoga-classes-contain .column-right,
    .yoga-classes-contain .column-left {
        display: none;
    }

    .yoga-classes-contain .right-contain {
        width: 100%;
    }

    .yoga-classes-slider {
        width: 100%;
        display: block !important;
        padding-left: 20px;
    }

    .yoga-classes-slider .slick-list {
        padding: 0 34px !important;
        padding-left: 0 !important;
    }

    .yoga-classes-slider .item {
        padding: 0 20px;
        padding-left: 0;
    }

    .yoga-classes-slider .item .content {
        /* max-width: 340px; */
    }

    .yoga-global-standard {
        padding: 32px 0px;
        display: flex;
        flex-direction: column-reverse;
    }

    .yoga-global-standard .text-contain {
        position: unset;
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

    .yoga-global-standard .text-contain .title {
        width: 100%;
    }

    .yoga-global-standard .text-contain .title h2 {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 10px;
    }

    .yoga-global-standard .text-contain .sub-title {
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .yoga-global-slider .slick-list {
        padding: 0 10px !important;
        padding-left: 0 !important;
    }

    .yoga-global-slider .item {
        padding: 0 10px;
        padding-left: 0px;
    }

    .yoga-global-slider .item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .yoga-global-slider .item .image {
        width: 100%;
        padding-right: 0;
        padding-top: calc(100% * (2 / 3));
        object-fit: cover;
        height: 0;
        position: relative;
    }

    .member-feeling {
        flex-direction: column;
        padding: 32px 0;
    }

    .member-feeling .left-contain {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 32px;
    }

    .member-feeling .left-contain .big-title {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
    }

    .member-feeling .right-contain {
        width: 100%;
        padding-left: 20px;
    }

    .member-feeling .slick-list {
        padding: 0 10px !important;
        padding-left: 0 !important;
    }

    .member-feeling-slider .item {
        padding: 0 10px;
        padding-left: 0;
    }

    .member-feeling-slider .video {
        width: 100%;
        padding-right: 0;
        padding-top: calc(100% * (2 / 3));
        object-fit: cover;
        height: 0;
        position: relative;
    }

    .member-feeling-slider .video img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .member-feeling-slider .content {
        margin-top: 16px;
        margin-bottom: 0px;
    }

    .submit-trying {
        flex-direction: column;
        padding: 32px 0;
    }

    .submit-trying-left {
        width: 100%;
        padding-left: 20px;
        /* padding-bottom: 32px; */
    }

    .submit-trying .title-big {
        width: 100%;
        font-size: 40px;
        line-height: 60px;
        max-width: 283px;
    }

    .submit-trying-readmore {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .submit-trying-readmore span {
        width: 100%;
    }

    .submit-trying-right {
        width: 100%;
        padding: 0 20px;
    }

    .form-contact-trial>div:first-child {
        margin-top: 0;
    }

    .form-contact-trial>div:first-child .user-name:first-child {
        max-width: 150px;
    }

    .form-contact-trial>div:first-child .user-name {
        max-width: 190px;
        width: 100% !important;
    }

    .form-contact-trial .submit-trial {
        font-size: 15px;
        line-height: 18px;
        padding: 11px 30px;
        margin: auto;
        margin-top: 24px;
        width: fit-content;
    }

    .relate-service {
        padding: 32px 0;
        flex-direction: column;
    }

    .relate-service .left-contain {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 32px;
    }

    .relate-service .left-contain .big-title {
        width: 100%;
        font-size: 40px;
        line-height: 60px;
        max-width: 205px;
    }

    .relate-service-readmore {
        max-width: 374px;
    }

    .relate-service .right-contain {
        width: 100%;
    }

    .relate-service .right-contain .column-left,
    .relate-service .right-contain .column-right {
        display: none;
    }

    .relate-service-silder {
        width: 100%;
        display: block !important;
        padding-left: 20px;
    }

    .relate-service-silder .slick-list {
        padding: 0 34px !important;
        padding-left: 0 !important;
    }

    .relate-service .right-contain .item {
        padding: 0 20px;
        padding-left: 0;
    }

    .relate-service .right-contain .item .image {
        overflow: hidden;
        /* width: fit-content; */
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .right-contain .item .image img {
        /* width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute; */
    }

    .relate-service .right-contain .item .content {
        max-width: 340px;
        /* min-height: 158px ; */
    }
}

@media (max-width: 425px) {
    .quest-contain {
        padding: 32px 20px;
    }

    .quest-contain .big-title {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 24px;
    }

    .quest-contain hr {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
}

@media (max-width: 375px) {
    .service-contain .big-title {
        padding: 0 20px;
        padding-bottom: 32px;
    }

    .form-contact-trial>div:first-child .user-name:first-child {
        max-width: 125px;
    }
}