@media screen and (max-width: 767px) {
  br.mobile {
    display: inline !important;
  }
  .section1.landing-hero {
    padding: 132px 0 64px 0;
  }
  .section1.landing-hero .container {
    position: relative;
    align-items: center;
    display: flex;
    gap: 0 72px;
    flex-direction: column;
  }
  .section1.landing-hero .container .section1_left {
    width: 100%;
    flex: 1 1 auto;
  }
  .section1.landing-hero .container .section1_left .site-title {
    font-size: 32px;
    line-height: 48px;
  }
  .section1.landing-hero .container .section1_right {
    position: relative;
    width: auto;
    height: auto;
    right: unset;
  }
  .section1.landing-hero .container .section1_right .section1_img img {
    width: 343px;
    height: 228px;
  }
  .section1 .buttons-container {
    flex-direction: column;
    margin-top: 32px;
  }
  .section1 .buttons-container .button_container {
    margin-top: 0;
  }
  .button_container {
    margin-top: 32px;
  }
  .industry_pricing .section-title {
    font-size: 32px;
    line-height: 42px;
  }
  .pricing-container {
    flex-direction: column;
    max-width: 343px;
    margin: 0 auto;
    align-items: flex-start;
    padding: 0;
    gap: 48px;
    background-position: center bottom !important;
    background-size: 100% 276px !important;
  }
  .pricing-container .pricing_left {
    padding: 24px 24px 0 24px;
  }
  .pricing-container.has_background .pricing_right {
    min-height: 228px;
    flex: 0 0 228px;
  }
  .pricing-container.has_background .pricing_right .img_wrapper {
    bottom: 0;
    left: 0;
    right: unset;
    top: unset;
    width: 100%;
    height: 228px;
  }
  .pricing-container.has_background .pricing_right .img_wrapper img {
    height: 100%;
    width: 100%;
  }
  .pricing-container p {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 14px 0;
  }
  .pricing-container .price_wrapper strong {
    font-size: 24px;
    line-height: 32px;
  }
  .pricing-container .price_wrapper strong.price {
    font-size: 30px;
    line-height: 40px;
  }
  .pricing-container .price_wrapper span {
    font-size: 14px;
    line-height: 20px;
  }
  .pricing-container .price_wrapper span.period {
    font-size: 24px;
    line-height: 32px;
  }
  .pricing-container .pricing_right {
    max-width: unset;
  }
  .pricing-container .button_container {
    margin-top: 0;
  }
  .pricing-container .pricing__features {
    flex-direction: column;
    gap: 20px;
    padding: 0 24px 24px 24px;
  }
  .pricing-container .pricing__features .feature_item {
    flex: 0 0 100%;
    font-size: 14px;
    line-height: 20px;
    gap: 16px;
  }
  .pricing-container .pricing__features .feature_item::before {
    width: 24px;
    height: 26px;
    background-size: cover;
  }
  .carousel_section {
    padding: 48px 0 4px;
  }
  .carousel_section .carosuel_intro_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .carousel_section .carosuel_intro_wrapper .title_holder h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .carousel_section .carosuel_intro_wrapper .title_holder p {
    flex-direction: column;
    gap: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .carousel_section .carosuel_intro_wrapper .title_holder p a {
    align-self: flex-start;
  }
  .carousel_section .carosuel_intro_wrapper .btn_holder {
    flex: auto;
  }
  .carousel_section .show_case_outer {
    margin-top: 48px;
  }
  .carousel_section .show_case_inner.visible_tablet {
    display: grid !important;
  }
  .carousel_section .show_case_inner .show_case_items {
    width: 1750px;
    margin-bottom: 20px;
  }
  .carousel_section .show_case_inner .show_case_items .items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .carousel_section .show_case_inner .show_case_items .items .item img {
    width: 313px;
    height: 212px;
  }
  .templates_holder .cards__container,
  .event-page .cards__container {
    padding: 0 16px;
  }
  .templates_holder.has_space,
  .event-page.has_space {
    padding: 72px 0;
  }
  .templates_holder.has_space .section__header-container,
  .event-page.has_space .section__header-container {
    align-items: flex-start !important;
  }
  .templates_holder.has_space_top,
  .event-page.has_space_top {
    padding-top: 72px;
  }
  .templates_holder:not(.event-page),
  .event-page:not(.event-page) {
    max-width: 100%;
    margin: 0 auto;
  }
  .templates_holder .templates_container,
  .event-page .templates_container {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 32px;
    row-gap: 32px;
    max-width: 343px;
    margin: 0 auto;
  }
  .templates_holder .templates_container .template_item h4,
  .event-page .templates_container .template_item h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .templates_holder .templates_container .template_item h4 a,
  .event-page .templates_container .template_item h4 a {
    font-size: 16px;
    line-height: 24px;
  }
  .templates_holder .templates_container .template_item p,
  .event-page .templates_container .template_item p {
    font-size: 10px;
    line-height: 16px;
  }
  .templates_holder .templates_container .template_item .top_bar img,
  .event-page .templates_container .template_item .top_bar img {
    max-width: 100%;
    height: auto;
  }
  .templates_holder .templates_container .template_item .img_holder,
  .event-page .templates_container .template_item .img_holder {
    height: 215px;
    background-size: cover;
    margin-bottom: 12px;
  }
  .templates_holder .templates_container .template_item .img_holder .main_image img,
  .event-page .templates_container .template_item .img_holder .main_image img {
    height: calc(100% - 22px);
  }
  h2.title_lg {
    font-size: 36px;
    line-height: 44px;
  }
  .scroll-container {
    margin-top: 72px;
    padding-top: 48px;
    margin-bottom: 72px;
  }
  .industry_pricing.has_margin {
    margin-top: 72px;
  }
  .support-section.space_top {
    margin-top: 72px;
  }
  .support_container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 32px 24px 0 24px;
    margin-bottom: 24px;
    height: auto;
    align-items: flex-start;
  }
  .support_container .content {
    padding: 0;
  }
  .support_container .content.smaller_size {
    padding: 0;
  }
  .support_container .content .buttons-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .support_container .content h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .support_container .img_wrapper {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .support_container .img_wrapper.smaller_size {
    margin: 0 auto 56px auto;
    height: 196px;
    text-align: center;
  }
  .support_container .img_wrapper.smaller_size img {
    width: 295px;
  }
  .support_container .img_wrapper img {
    position: static;
    transform: translateY(10px);
    left: unset;
    max-width: 100%;
  }
  .carousel_section.has-space {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .business_name_container {
    padding: 48px 0;
  }
  .business_name_container .business_name_container_title h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .use_cases_container {
    margin-top: 72px;
  }
  .use_cases_container h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 48px;
    text-align: center;
  }
  .use_cases_container .items_wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .use_cases_container .items_wrapper .item {
    padding: 24px;
    border-radius: 16px;
  }
  .use_cases_container .items_wrapper .item .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
  }
  .use_cases_container .items_wrapper .item .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .two-rows {
    padding: 48px 0;
  }
  .two-rows .opened-cards .section__header-container {
    margin-bottom: 32px;
  }
  .two-rows .left-right-plain-content-container.dark_frame {
    margin-top: 72px;
    margin-bottom: 0;
  }
  .two-rows .left-right-plain-content-container.dark_frame .content-wrapper h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .two-rows .left-right-plain-content-container.dark_frame .buttons-container {
    flex-direction: column;
    gap: 20px;
  }
  .two-rows .left-right-plain-content-container.dark_frame .buttons-container .button_container {
    margin-top: 0;
  }
  .carousel_section .section-title {
    margin-bottom: 0 !important;
  }
  .carousel_section .section-title h2 {
    margin-bottom: 0 !important;
  }
  .left-right__header-container {
    margin-bottom: 40px;
  }
  .event-left-right-plain img {
    border-radius: 8px 0 0 8px;
  }
  .posts_section {
    padding: 72px 0 0 0;
  }
  .posts_section h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 48px;
  }
  .posts_section .posts_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts_section .posts_grid .post_card {
    padding: 24px;
  }
  .posts_section .posts_grid .post_card .card_footer .link {
    width: 40px;
    height: 40px;
  }
  .posts_section .posts_grid .post_card .card_footer .link img {
    width: 16px;
    height: 16px;
  }
  .posts_section .posts_grid .post_card .tag {
    margin-bottom: 24px;
    font-size: 12px;
    padding: 8px 12px;
  }
  .posts_section .posts_grid .post_card h5 {
    height: auto;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .posts_section .posts_grid .post_card p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .show_case_slider_container {
    padding: 0 calc((100% - 92vw) / 2);
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .show_case_slider_container .slick-list {
    overflow: visible;
  }
  .show_case_slider_container .slick-track {
    display: flex;
    gap: 24px;
  }
  .show_case_slider_container .item {
    width: 295px;
    height: 196px;
    box-sizing: border-box;
  }
  .show_case_slider_container .item * {
    box-sizing: border-box;
  }
  .show_case_slider_container .item.has_hover {
    position: relative;
  }
  .show_case_slider_container .item.has_hover:hover .item_overlay {
    opacity: 1;
    visibility: visible;
  }
  .show_case_slider_container .item.has_hover .item_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 39.5%, #000 100%);
    backdrop-filter: unset;
    text-decoration: none;
    padding: 20px 16px;
    opacity: 1;
    visibility: visible;
  }
  .show_case_slider_container .item.has_hover .item_overlay strong {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
  }
  .show_case_slider_container .item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
