.luggage_storage .content {
    width: 1920px;
    height: 656px;
    padding: 126px 360px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.luggage_storage .content .leftImage {
    width: 460px;
    height: 282px;
}

.luggage_storage .content .right {
    display: flex;
    flex-direction: column;

    width: 660px;
    height: 404px;
}

.luggage_storage .content .right img {
    width: 396px;
    height: 52px;
    margin-bottom: 40px;
}

.luggage_storage .content .right span {
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 6;
}

.luggage_storage .content .right .btn_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}

.luggage_storage .content .right .btn_box .QUOTE {
    width: 160px;
    height: 48px;
    background-color: #ffc001;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    border-radius: 6px;
}

.luggage_storage .content .right .btn_box .MORE {
    width: 160px;
    border: 1px solid #ffc001;
    height: 48px;
    color: #ffc001;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-left: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.luggage_storage .new_dialog .footer-block {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    background-color: #00000066;
    z-index: 99999;
}

.luggage_storage .new_dialog .footer-block .new_form {
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 15%;
}

.smart_parcel .content {
    width: 1920px;
    height: 898px;
    padding: 80px 360px;
    box-sizing: border-box;
}

.smart_parcel .content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.smart_parcel .content .title p {
    width: 1200px;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.smart_parcel .content .title img {
    margin-bottom: 16px;
}

.smart_parcel .content .boxList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.smart_parcel .content .boxList .item {
    width: 270px;
    height: 218px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
}

.smart_parcel .content .boxList .item img {
    width: 270px;
    height: 186px;
    display: block;
}

.smart_parcel .content .boxList .item p {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-top: 16px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.smart_parcel .content .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.smart_parcel .content .btn_box .smart_parcel_QUOTE {
    width: 160px;
    height: 48px;
    background-color: #ffc001;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    border-radius: 6px;
}

.smart_parcel .content .btn_box .smart_parcel_MORE {
    width: 160px;
    border: 1px solid #ffc001;
    height: 48px;
    color: #ffc001;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-left: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.solution_hot_selling .content {
    width: 1920px;
    padding: 80px 360px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.solution_hot_selling .content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.solution_hot_selling .content .title p {
    width: 1200px;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.solution_hot_selling .content .title {
    white-space: warp; /* 不换行 */
    text-overflow: ellipsis; /* 用省略号表示超出的部分 */
    text-align: center; /* 文本居中 */
}

.solution_hot_selling .content .boxList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.solution_hot_selling .content .boxList .item {
    width: 100%;
    padding: 82px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #e0e0e0;
    background-color: #fff;
}

.solution_hot_selling .content .boxList .item .product {
    width: 336px;
    height: 336px;
}

.solution_hot_selling .content .boxList .item .right {
    width: 704px;
    height: 292px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.solution_hot_selling .content .boxList .item .right .title {
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 24px;
    text-align: start;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.solution_hot_selling .content .boxList .item .right .jieshao {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.solution_hot_selling .content .boxList .item .right .jieshao p {
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
    margin-left: 6px;
}

.solution_hot_selling .content .boxList .item .right .neirong {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    margin-top: 24px;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;
}

.solution_hot_selling .content .photo_wall {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    padding: 60px;
}

.solution_hot_selling .content .photo_wall .left {
    display: flex;
    width: 595px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #333333;
    font-size: 16px;
    line-height: 16px;
}

.solution_hot_selling .content .photo_wall .left .item_photo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.solution_hot_selling .content .photo_wall .left .item_photo img {
    width: 185px;
    height: 185px;
    margin-bottom: 16px;
}

.solution_hot_selling .content .photo_wall .left .item_photo p {
    width: 185px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.solution_hot_selling .content .photo_wall .right {
    width: 445px;
    height: 445px;
}

.solution_hot_selling .content .photo_wall .right video {
    width: 445px;
    height: 445px;
}

.solution_cost_analysis .content {
    width: 1920px;
    padding: 80px 360px;
    box-sizing: border-box;
}

.solution_cost_analysis .content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    width: 1030px;
    margin-bottom: 68px;
}

.solution_cost_analysis .content .title {
    white-space: warp; /* 不换行 */
    text-overflow: ellipsis; /* 用省略号表示超出的部分 */
    text-align: center; /* 文本居中 */
}

.solution_cost_analysis .content .title p {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.solution_cost_analysis .content .boxList .item {
    display: flex;
    width: 1200px;
    align-items: center;
    margin-bottom: 40px;
}

.solution_cost_analysis .content .boxList img {
    width: 150px;
    height: 150px;
}

.solution_cost_analysis .content .boxList .item_right {
    padding: 20px 120px 20px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 890px;
    margin-left: 40px;
}

.solution_cost_analysis .content .boxList .item_right .item_right_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 890px;
}

.solution_cost_analysis .content .boxList .item_right .item_right_top .new {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_cost_analysis .content .boxList .item_right .item_right_top .line {
    width: 571px;
    overflow: hidden;
    height: 2px;
    border: 2px dashed #666666;
    margin: 0 8px;
}

.solution_cost_analysis
.content
.boxList
.item_right
.item_right_top
p:first-child {
    font-weight: 500;
    font-size: 18px;
    color: #ffc001;
    white-space: nowrap; /* 不换行 */
    overflow: visible; /* 不隐藏超出的内容 */
    text-overflow: clip; /* 不使用省略号 */
}

.solution_cost_analysis .content .boxList .item_right .item_right_bottom {
    margin-top: 24px;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.solution_cost_analysis .solution_cost_analysis_btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.solution_cost_analysis .solution_cost_analysis_btn_list .QUOTE {
    width: 160px;
    height: 48px;
    background-color: #ffc001;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    border-radius: 6px;
}

.solution_cost_analysis .solution_cost_analysis_btn_list .MORE {
    width: 160px;
    border: 1px solid #ffc001;
    height: 48px;
    color: #ffc001;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-left: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.solution_accessories_colors .content {
    width: 1920px;
    padding: 80px 360px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.solution_accessories_colors .content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.solution_accessories_colors .content .title p {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.solution_accessories_colors .content span {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: rgb(51, 51, 51);

}

.solution_accessories_colors .content .title {
    white-space: warp; /* 不换行 */
    text-overflow: ellipsis; /* 用省略号表示超出的部分 */
    text-align: center; /* 文本居中 */
}

.solution_accessories_colors .content .boxList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.solution_accessories_colors .content .boxList .item {
    background-color: #fff;
    width: 380px;
    height: 412px;
    box-sizing: border-box;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.solution_accessories_colors .content .boxList .item img {
    width: 380px;
    height: 220px;
}

.solution_accessories_colors .content .boxList .item .item_bottom {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding: 24px 32px;
    text-align: center; /* 文本居中 */
    align-items: center;
}

.solution_accessories_colors .content .boxList .item .item_bottom p {
    width: 100%;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
    text-align: center;

    text-overflow: ellipsis !important;


    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.solution_accessories_colors .content .boxList .item .item_bottom .newP {
    color: #666666;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.solution_shipping_times .content {
    width: 1920px;
    padding: 80px 360px;
    box-sizing: border-box;
    background-color: #fff;
}

.solution_shipping_times .content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.solution_shipping_times .content .title p {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.solution_shipping_times .content .stepList {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution_shipping_times .content .stepList .item_step {
    display: flex;
    width: 1200px;
    height: 310px;
    padding: 60px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-bottom: 2px dashed #e0e0e0;
    justify-content: space-between;
}

.solution_shipping_times .content .stepList .item_step:last-child {
    border-bottom: none;
}

.solution_shipping_times .content .stepList .item_step .item_step_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 754px;
}

.solution_shipping_times .content .stepList .item_step .item_step_left p {
    font-weight: 700;
    font-size: 22px;
    line-height: 44px;
    color: #333333;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.solution_shipping_times .content .stepList .item_step .item_step_left span {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.solution_shipping_times .content .stepList .item_step .item_step_right {
    width: 286px;
    height: 190px;
}

.solution_shipping_times .content .stepList .item_step .item_step_right img {
    width: 286px;
    height: 190px;
}

.solution_shipping_times .content .compress {
    width: 1200px;
    height: 239px;
    background-color: #ffc001;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solution_shipping_times .content .compress .compress_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 880px;
}

.solution_shipping_times .content .compress .compress_left p {
    font-weight: 700;
    font-size: 22px;
    line-height: 44px;
    color: #fff;
}

.solution_shipping_times .content .compress .compress_left span {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    margin-top: 24px;
}

.solution_shipping_times .content .compress .compress_right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 160px;
    height: 48px;
    border-radius: 6px;
    color: #ffc001;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    user-select: none;
}

.solution_shipping_times .content .compress .compress_right:active {
    opacity: 0.8;
}

.success_stories {
    width: 100%;
    height: 774px;
    background-color: #f9f9f9;
}

.success_stories .main-title {
    padding-top: 80px;
}

.success_stories .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 360px;
}

.success_stories .content .boxList {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success_stories .content .item {
    width: 380px;
    height: 486px;
    background-color: #fff;
    margin-top: 48px;
    box-sizing: border-box;
    margin-left: 20px;
}

.success_stories .content .item img {
    width: 380px;
    height: 220px;
    margin-bottom: 24px;
}

.success_stories .content .item .item_top_card {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.success_stories .content .item .item_top_card p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
    padding: 0 32px;
}

.success_stories .content .item .item_top_card .text {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    padding: 0 32px;
    margin-top: 16px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;
}

.success_stories .content .item .item_top_card .read {
    color: #ffc001;
    font-size: 12px;
    line-height: 14px;
    margin-top: 16px;
    padding: 0 32px;
    margin-bottom: 24px;
    cursor: pointer;
}

.success_stories .content .item .item_bottom_card {
    border-top: 1px solid #eeeeee;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.success_stories .content .item .item_bottom_card span {
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    display: -webkit-box;


    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.success_stories .content .lordMore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 336px;
    height: 48px;
    margin-top: 48px;
}

.success_stories .content .lordMore .get_an_quote {
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ffc001;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
}

.success_stories .content .lordMore .learn_more {
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffc001;
    background-color: #ffffff;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
}

.choose_bett .bgc {
    margin-top: 80px;
    padding: 80px 360px;
    width: 100%;
    height: 654px;
}

.choose_bett .main-title {
    margin-bottom: 48px;
}

.choose_bett .main-title .title {
    font-weight: 700;
    font-size: 32px;
}

.choose_bett .main-title img {
    margin-top: 26px;
}

.choose_bett .main-title span {
    display: block;
    font-size: 18px;
    margin-top: 16px;
    color: #666666;
    line-height: 32px;
}

.choose_bett .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1200px;
}

.choose_bett .content .boxList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.choose_bett .content .video {
    width: 540px;
    height: 338px;
    background-color: ghostwhite;
}

.choose_bett .content .textbox {
    width: 620px;
    display: flex;
    flex-direction: column;
}

.choose_bett .content .textbox p:first-child {
    font-size: 15px;
    font-weight: 700;
    color: #666666;
    line-height: 24px;
    margin-bottom: 40px;
}

.choose_bett .content .textbox .jieshao {
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

.choose_bett .content .textbox .jieshao img {
    margin-right: 16px;
    width: 48px;
    height: 48px;
}

.choose_bett .content .textbox .jieshao .jieshao_right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.choose_bett .content .textbox .jieshao .jieshao_right span {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.choose_bett .content .textbox .jieshao .jieshao_right p {
    color: #666666;
    font-style: 15px;
    line-height: 20px;
}

.choose_bett .content .lordMore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 336px;
    height: 48px;
    margin-top: 48px;
}

.choose_bett .content .lordMore .get_an_quote {
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ffc001;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
}

.choose_bett .content .lordMore .learn_more {
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffc001;
    background-color: #ffffff;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
}

.accordionS .bgc {
    box-sizing: border-box;
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.accordionS .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* styles.css */
.accordionS .accordion {
    width: 800px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
    border: 1px solid #ccc;
}

.accordion-item {
    width: 800px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    flex-direction: column;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-title {
    font-size: 20px;
    line-height: 23px;
    padding-right: 16px;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    margin: 16px 0;
    cursor: pointer;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
    user-select: none;
}

.accordion-content p {
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 6;
}

.accordion-icon {
    height: auto; /* 图标高度自动调整 */
    transition: transform 0.3s ease;
    margin: 0 16px;
    cursor: pointer;
    user-select: none;
}

.accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
    font-size: 15px;
    line-height: 24px;
}

.accordion-content[aria-hidden='false'] {
    max-height: 500px; /* 足够显示内容的最大高度 */
}

.accordionS .lordMore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 336px;
    height: 48px;
    margin-top: 48px;
}

.accordionS .lordMore .get_an_quote {
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ffc001;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
}

.accordionS .lordMore .learn_more {
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffc001;
    background-color: #ffffff;
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
}
