.product-attributes-visual {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 150px;
}
.product-attributes-visual .block-title {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.product-attributes-visual .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-attributes-visual .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    gap: 6px;
    line-height: normal;
}
.product-profile-1 .carousel {
    position: sticky;
    top: 150px;
}
.pdetail-about-attribute {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    line-height: normal;
    margin-top: 20px;
}
.pdetail-about-attribute .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    gap: 10px;
}
.pdetail-about-attribute .item img {
    width: 60px;
    height: 100%;
}
/* about index style */
.am-content-wrap {
    max-width: 800px;
    margin: 100px auto;
    text-align: center;
    padding: 0 20px;
}
.am-label {
    display: block;
    font-size: 13px;
    letter-spacing: 4px;
    color: #999;
    margin-bottom: 25px;
    font-family: sans-serif;
}
.am-main-title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 35px;
    font-family: serif;
}
.am-main-title em {
    font-style: italic;
}
.am-line {
    width: 50px;
    height: 1px;
    background-color: #000;
    margin: 0 auto 40px;
}
.am-content-wrap p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    font-family: serif;
}
.contentboxes-image-wrap-inner {
    position: relative;
    width: 100%;
    height: 600px; 
    overflow: hidden;
    margin: 50px 0;
}
.contentboxes-zoom-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentboxbgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
/* product detail stlye */
.campaign-count-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}
.campaign-count-block .title-block .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 6px;
    color: #d42927;
    text-align: center;
}
.campaign-count-block .title-block .title .text a {
    font-weight: 600;
    text-decoration: underline;
    color: #d42927;
}
.campaign-count-block .title-block .title .icon svg {
    width: 27px;
    height: 100%;
    fill: #d42927;
}
.campaign-count-block .count {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.campaign-count-block .count .item {
    width: 100px;
    height: 2px;
    background: #e2e2e2;
}
.campaign-count-block .count .item.active {
    background: #d42927;
}
.product-profile-1 .carousel .carousel-control-prev .content, .product-profile-1 .carousel .carousel-control-next .content {
    width: 36px;
    height: 36px;
    background: #ffff;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    font-size: 16px;
}
.product-profile-1 .carousel .carousel-control-next, .product-profile-1 .carousel .carousel-control-prev {
    opacity: 1;
}
.campaign-count-block .result {
    background: #d42927;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.campaign-count-block .result svg {
    width: 25px;
    height: 100%;
    fill: #fff;
}
.gift-modal .modal-body .question-block {
    text-align: center;
    font-size: 13px;
    color: #575757;
    font-weight: 500;
}
.campaign-count-block .title-block .title .info svg {
    width: 19px;
    height: 100%;
    fill: #d42927;
}
.fixed-gift-buton {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-gift-buton .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    line-height: normal;
    font-size: 14px;
    background: #d42927;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 200px;
    cursor: pointer;
    user-select: none;
}
.fixed-gift-buton .content .icon svg {
    width: 25px;
    height: 100%;
    fill: #fff;
}
/* product detail style end */
/* about page style */
.about-page-sec {
    margin-top: -21px;
}
.about-page-sec .text-banner-block .write {
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
}
.about-page-sec .text-banner-block .col-left, .about-page-sec .text-banner-block .col-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about-page-sec .text-banner-block .small-title {
    font-size: 15px;
    color: #db9457;
    margin-bottom: 6px;
    font-weight: 500;
    letter-spacing: 2px;
}
.about-page-sec .text-banner-block .write .title {
    font-size: 44px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    color: #101020;
}
.about-page-sec .text-banner-block .write .description {
    font-size: 17px;
    font-weight: 400;
    color: #3a3a3b;
}
.about-page-sec .text-banner-block .write .line {
    height: 2px;
    width: 50px;
    background: #db9457;
    margin-top: 15px;
    margin-bottom: 30px;
}
.about-page-sec .block-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}
.about-page-sec .block-title-container .small-title {
    font-size: 20px;
    color: #db9457;
    font-weight: 500;
}
.about-page-sec .block-title-container .title {
    font-size: 44px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #101020;
}
.about-page-sec .block-title-container .line {
    border: 0;
    background: #db9457;
    height: 45px;
    width: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-page-sec .for-banner-block .top {
    display: flex;
}
.about-page-sec .text-banner-block .banner {
    position: relative;
}
.about-page-sec .text-banner-block .banner .title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.about-page-sec .space-block {
    margin-bottom: 100px;
}
.about-page-sec .block-title-container .small-title {
    font-size: 13px;
    color: #db9457;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4px;
}
.about-page-sec .block-title-container .description {
    font-size: 17px;
    font-weight: 400;
    width: 40%;
    color: #3a3a3b;
}
.about-page-sec .for-banner-block .col-lg-6 {
    padding: 0px;
}
.about-page-sec .for-banner-block .banner {
    overflow: hidden;
}
.about-page-sec .for-banner-block .banner img {
    transition: 0.5s;
}
.about-page-sec .for-banner-block .banner img:hover {
    transform: scale(1.05);
}
.about-page-sec .text-banner-block:last-child {
    margin: 0px;
}
.blogs-body, .blog_single-body  {
    background: #f8f8f9;
}
.card-blog .cheader {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
/* about page style end */
/* blog style */
.card-blog .cbody .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}
.card-blog .cbody .bottom .date {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    padding: 0px;
    color: #3a3a3b;
    font-size: 49px;
    font-weight: 700;
    gap: 6px;
}
.card-blog .cbody .bottom .date .date-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
.card-blog .cbody .bottom .date .date-right .m {
    font-size: 21px;
}
.card-blog .cbody .bottom .date .date-right .y {
    font-size: 17px;
}
.card-blog .cbody .bottom .share-block .title {
    font-size: 13px;
    color: #575757;
    font-family: unset;
    font-weight: 400;
}
.card-blog .cbody .bottom .share-block .contnet a {
    line-height: normal;
    display: block;
}
.card-blog .cbody .bottom .share-block .contnet a i {
    color: #3a3a3b;
    font-size: 17px;
}
.card-blog .cbody .bottom .btn {
    background: #242434;
    height: 40px;
    width: 170px;
    color: #db9457;
    font-size: 13px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.card-blog .cbody .bottom .share-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}
.card-blog .cbody .bottom .share-block .contnet {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}
.card-blog.small .modul-name {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1em;
    color: #101020;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.card-blog.small .image {
    position: relative;
}
.card-blog.small .image .category {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
    background: #000;
    color: #fff;
    padding: 3px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.card-blog.small .image {
    margin-bottom: 24px;
}
.card-blog.small  .title {
    font-size: 18px;
    -webkit-line-clamp: 2;
    text-align: center;
}
.all-blog-page-section .p-g-b-c-1 .p-g-mod {
    margin-bottom: 0;
}
.all-blog-page-section .p-g-b-c-1 .p-g-b-c-inner .p-g-mod:last-child {
    margin-top: 10px;
}
.blog-detail-content {
    padding: 30px;
    background: #fff;
}
.blog-detail-content .title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    line-height: normal;
    text-align: center;
}
.blog-detail-content .title-container .category {
    color: #db9457;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-detail-content .title-container .title {
    font-size: 27px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    color: #101020;
    font-family: "Playfair Display", serif;
}
.blog-detail-content .title-container .date {
    font-size: 14px;
    font-weight: 400;
    color: #101020;
}
.blog-detail-content .image {
    margin: 20px 0!important;
}
.product-profile-info-wrapper .rating-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
    margin-top: 11px;
}
.product-profile-info-wrapper .rating-block .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.product-profile-info-wrapper .rating-block .item .title {
    font-size: 14px;
    font-weight: 500;
    width: 13%;
}
.product-profile-info-wrapper .rating-block .item .content {
    border: 1px solid #e2e2e2;
    flex: 1;
    height: 35px;
    border-radius: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-profile-info-wrapper .rating-block .item .content .coll {
    border-right: 1px solid #e2e2e2;
    flex: 1;
    height: 100%;
}
.product-profile-info-wrapper .rating-block .item .content .coll.active {
    background: #f1f1f1;
}
.product-profile-info-wrapper .rating-block .item .content .coll.active:first-child {
    border-radius: 200px 0px 0px 200px;
}
.product-profile-info-wrapper .rating-block .item .content .coll:last-child {
    border-right: 0;
    border-radius: 0px 200px 200px 0px;
}
/* blog stlye end */
/* popups style */
.gift-modal .modal-content {
    border-radius: 25px;
}
.gift-modal .modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px;
}
.gift-modal .modal-body .navv {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
}
.gift-modal .modal-body .navv .close {
    position: absolute;
    right: 23px;
    top: 13px;
    opacity: 1;
}
.gift-modal .modal-body .navv .close svg {
    width: 22px;
    height: 100%;
}
.gift-modal .modal-body .navv .title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.gift-modal .modal-body .navv .description {
    color: #575757;
    font-size: 13px;
    font-weight: 400;
}
.gift-modal .modal-body .application-form-inline .row {
    gap: 10px 0px;
}
.gift-modal .modal-body .application-form-inline .row .col-md-6,
.gift-modal .modal-body .application-form-inline .row .col-md-12 {
    padding: 0px 5px;
}
.gift-modal .modal-body .application-form-inline .form-control {
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    height: 45px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.gift-modal .modal-body .application-form-inline textarea.form-control {
    height: 65px;
    padding-top: 13px;
}
.gift-modal .modal-body .application-form-inline button {
    padding: 7px 15px;
    border-radius: 200px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.header-cart-hover .campaign-count-block {
    padding: 15px;
    border: 1px dashed #d42927;
    margin: 15px;
    border-radius: 15px;
    background: #d4292714;
    position: relative;
    overflow: hidden;
}
.header-cart-hover .campaign-count-block .title .icon {
    position: absolute;
    right: -4%;
    bottom: -11%;
    opacity: 0.2;
    z-index: 0;
}
.header-cart-hover .campaign-count-block .title-block .title .icon svg {
    width: 84px;
}
.header-cart-hover .campaign-count-block .title {
    font-size: 14px;
    text-align: center;
    padding: 0px 20px;
}
/* popups style end */
header .campaign-bar {
    background: #fc4444;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    line-height: normal;
    transition: 0.5s;
    position: relative;
}
header .campaign-bar a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
header .campaign-bar svg {
    width: 27px;
    height: 100%;
    fill: #fff;
}
header .campaign-bar .close {
    opacity: 1;
    position: absolute;
    right: 25px;
    cursor: pointer;
    line-height: normal;
    font-size: unset;
}
header .campaign-bar .close svg {
    width: 21px;
}
.bayi-page-block {
    margin-bottom: 35px;
}
.bayi-page-block .tite-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 9px;
    margin-bottom: 30px;
}
.bayi-page-block .tite-container .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.bayi-page-block .tite-container .description {
    font-size: 15px;
    font-weight: 400;
    color: #575757;
}
.bayi-page-block .application-form-inline {
    padding: 35px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
}
.bayi-page-block .application-form-inline .row {
    gap: 15px 0px;
}
.bayi-page-block .application-form-inline #FormGondert {
    padding: 10px 19px;
    border-radius: 200px;
    background: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.bayi-page-block .application-form-inline .form-itemm {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.bayi-page-block .application-form-inline .form-itemm .title {
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    position: relative;
    width: fit-content;
}
.bayi-page-block .application-form-inline .form-itemm .title span {
    color: red;
    font-size: 25px;
    position: absolute;
    right: -9px;
    top: -5px;
}
.bayi-page-block .application-form-inline .form-itemm .form-control {
    border: 1px solid #e2e2e2;
    border-radius: 200px;
    height: 51px;
    padding-left: 22px;
    font-size: 12px;
    line-height: normal;
    background: #fffdfd;
}
.bayi-page-block .application-form-inline .form-itemm .form-control[name="phone"] {
    padding-left: 46px;
}
header.desktop .top-bar-icons .bar-link.bayi {
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    border-radius: 200px;
}
header.mobile .hmobil-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
    height: 60px;
    transition: background 0.3s ease;
}
header.mobile.fixed .hmobil-center {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 70px;
}
header.mobile .h-top-bar {
    height: 40px;
    background: #242434;
    width: 100%;
}
header.mobile .h-top-bar .top-bar-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    justify-content: space-between;
    height: 100%;
}
header.mobile .h-top-bar .container-fluid {
    height: 100%;
}
header.mobile .h-top-bar .top-bar-wrapper .top-bar-text {
    margin: 0px;
    color: #fff;
    font-size: 12px;
}
header.mobile .h-top-bar .top-bar-wrapper .bar-link.bayi {
    background: #fff;
    padding: 6px 9px;
    font-size: 11px;
    border-radius: 200px;
}
@media (max-width:1440px) {
    .about-page-sec .block-title-container .description {
        font-size: 37px;
    }
    .about-page-sec .block-title-container .title {
        font-size: 40px;
    }
    .about-page-sec .text-banner-block .banner .title {
        font-size: 25px;
    }
    .about-page-sec .text-banner-block .write .description {
        font-size: 16px;
    }
    .about-page-sec .text-banner-block .write .line {
        margin-bottom: 23px;
    }
    .about-page-sec .text-banner-block .small-title {
        font-size: 14px;
    }
    .about-page-sec .text-banner-block .write .title {
        font-size: 38px;
    }
}
@media (max-width:991px) {
    .fixed-gift-buton .content .icon svg {
        width: 21px;
    }
    .fixed-gift-buton .content {
        gap: 4px;
        font-size: 12px;
        padding: 7px 13px;
    }
    .fixed-gift-buton {
        left: 15px;
        bottom: 15px;
    }
    .bayi-page-block .application-form-inline #FormGondert {
        padding: 8px 19px;
        font-size: 12px;
        margin-top: 6px;
    }
    .bayi-page-block .application-form-inline .row {
        gap: 11px 0px;
    }
    .bayi-page-block .application-form-inline .form-itemm .title span {
        font-size: 21px;
    }
    .bayi-page-block .application-form-inline .form-itemm .form-control {
        height: 46px;
    }
    .bayi-page-block .application-form-inline .form-itemm .title {
        font-size: 12px;
    }
    .bayi-page-block .application-form-inline .form-itemm {
        gap: 4px;
    }
    .bayi-page-block .application-form-inline {
        padding: 21px;
    }
    .bayi-page-block .tite-container {
        gap: 3px;
        margin-bottom: 15px;
    }
    .bayi-page-block .tite-container .description {
        font-size: 12px;
    }
    .bayi-page-block .tite-container .title {
        font-size: 16px;
    }
    header .campaign-bar {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 60px;
        height: 40px;
    }
    header .campaign-bar a svg {
        display: none;
    }
    header .campaign-bar a {
        font-size: 11px;
        padding: 0px 55px;
        text-align: center;
    }
    .blog-detail-content .title-container .date {
        font-size: 12px;
    }
    .blog-detail-content .title-container {
        gap: 10px;
    }
    .blog-detail-content .title-container .category {
        font-size: 11px;
    }
    .blog-detail-content .title-container .title {
        font-size: 19px;
    }
    .card-blog.small .image .category {
        font-size: 11px;
    }
    .card-blog.small .modul-name {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .card-blog.small .image {
        margin-bottom: 14px;
    }
    .card-blog.small  .title {
        font-size: 15px;
    }
    .card-blog .cbody .bottom .date .date-right .y {
        font-size: 13px;
    }
    .card-blog .cbody .bottom .date .date-right .m {
        font-size: 14px;
    }
    .card-blog .cbody .bottom .date {
        align-items: center;
        font-size: 20px;
        gap: 5px;
    }
    .card-blog .cbody .bottom .btn {
        height: 35px;
        width: 135px;
        font-size: 11px;
    }
    .card-blog .cbody .bottom .share-block {
        display: none;
    }
    .card-blog .description {
        margin: 15px 0px;
        font-size: 14px;
    }
    .card-blog {
        padding: 20px;
    }
    .card-blog .title {
        font-size: 15px;
    }
    .card-blog .cheader {
        margin-bottom: 15px;
    }
    .product-profile-info-wrapper .rating-block .item .title {
        font-size: 12px;
    }
    .product-profile-info-wrapper .rating-block .item .content {
        height: 29px;
    }
    .campaign-count-block .result svg {
        width: 22px;
    }
    .campaign-count-block .result {
        padding: 7px 13px;
        font-size: 12px;
    }
    .product-attributes-visual .block-title {
        font-size: 12px;
    }
    .product-attributes-visual {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .product-attributes-visual .item .attr-image img {
        max-width: 60px;
        width: 100%;
        height: 100%;
    }
    .product-attributes-visual .item {
        font-size: 12px;
        gap: 2px;
    }
    .product-attributes-visual .content {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .product-profile-1 .carousel .row {
        flex-direction: column !important;
        gap: 10px;
    }
    .about-page-sec .for-banner-block .top {
        flex-direction: column;
    }
    .about-page-sec .block-title-container {
        margin-bottom: 30px;
    }
    .about-page-sec .block-title-container .description {
        font-size: 14px;
        width: 100%;
        padding: 0px 10px;
    }
    .about-page-sec .block-title-container .line {
        height: 35px;
        width: 1px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .about-page-sec .block-title-container .small-title {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .about-page-sec .block-title-container .title {
        font-size: 25px;
    }
    .about-page-sec .space-block {
        margin-bottom: 30px;
    }
    .about-page-sec .text-banner-block .write .description {
        font-size: 14px;
    }
    .about-page-sec .text-banner-block .write .line {
        margin-bottom: 13px;
        margin-top: 8px;
        height: 1px;
    }
    .about-page-sec .text-banner-block .write .title {
        font-size: 25px;
    }
    .about-page-sec .text-banner-block .small-title {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .about-page-sec .text-banner-block .write {
        padding: 0;
    }
    .about-page-sec .text-banner-block .banner .title {
        font-size: 20px;
        width: 70%;
    }
    .text-banner-block .row {
        gap: 15px;
    }
    .text-banner-block.right .row {
        flex-direction: column-reverse;
    }
}