#section_LogicSeptTitle_1 {   background: #ffffff;   display: flex;   justify-content: center;   align-items: center;   flex-direction: column;   font-family: "Poppins", sans-serif; }   #section_LogicSeptTitle_1 .container {     display: flex;     justify-content: center;     flex-direction: column;     align-items: center;     max-width: 1100px;     width: calc(100% - 20px); }   #section_LogicSeptTitle_1 .container .main_title .title {     font-size: 24px;     line-height: 40px;     color: #000;     text-align: left;     margin: 20px 0px 0px 0px;     background-color: #f4f6f8;     width: calc(100% - 25px);     padding: 5px 0px 5px 25px; }   #section_LogicSeptTitle_1 .container .main_title {     width: 100%; }  #section_BlogSingleTextLogicsept_2 {   background: #ffffff;   display: flex;   justify-content: center;   align-items: center;   flex-direction: column;   font-family: "Poppins", sans-serif; }   #section_BlogSingleTextLogicsept_2 .container {     display: flex;     justify-content: center;     flex-direction: column;     max-width: 1090px;     padding-top: 20px;     padding-bottom: 20px;     width: calc(100% - 20px); }   #section_BlogSingleTextLogicsept_2 .container .text_container .part1 {     width: 100%; }  #section_LogicSeptBlogOther_3 {   background: linear-gradient(180deg, #f8f8f8 0, #f8f8f8 55%, #ffffff 55%, #ffffff 100%);   display: flex;   justify-content: center;   align-items: center;   padding-bottom: 10px;   font-family: "Poppins", sans-serif; }   #section_LogicSeptBlogOther_3 .container {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     width: 100%;     padding-top: 20px;     padding-bottom: 68px;     max-width: 1170px;     min-height: 200px;     user-select: none;     position: relative; }   #section_LogicSeptBlogOther_3 .container .title {     font-size: clamp(1.125rem, 2.05vw, 1.5rem);     line-height: 1.45;     margin: 0;     color: #1C2D4E;     text-align: center; }   #section_LogicSeptBlogOther_3 .container .slider {     max-width: 1090px;     width: 100%;     overflow: hidden; }   #section_LogicSeptBlogOther_3 .container .slider .slides {     display: flex;     width: 100%;     transition: all .48s ease-in-out; }   #section_LogicSeptBlogOther_3 .container .slider .slides .slide {     width: calc((100% - 60px) / 3);     margin: 10px;     display: flex;     background-color: #f8f8f8;     flex-direction: column;     justify-content: space-between;     align-items: center;     flex-shrink: 0;     overflow: hidden;     position: relative;     z-index: 2; }   #section_LogicSeptBlogOther_3 .container .slider .slides .slide:hover {     box-shadow: #0000003d 0 3px 8px;     transition: all 0.2s ease-in-out; }   #section_LogicSeptBlogOther_3 .container .slider .slides .slide img {     width: 100%;     height: 150px;     aspect-ratio: 340 / 150;     object-position: center;     object-fit: cover; }   #section_LogicSeptBlogOther_3 .container .slider .slides .slide .name_container {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: center;     padding: 20px 0;     width: calc(100% - 40px);     position: relative; }   #section_LogicSeptBlogOther_3 .container .slider .slides .slide .name_container a {     text-decoration: none;     display: block;     width: 100%; }   #section_LogicSeptBlogOther_3 .container .slider .slides .slide .name_container .name {     margin: 0;     font-size: clamp(0.875rem, 1.54vw, 1.125rem);     line-height: 1.5;     align-self: flex-start;     color: #000000;     overflow: hidden;     display: -webkit-box;     -webkit-line-clamp: 2;     -webkit-box-orient: vertical;     transition: all .3s ease-in-out; }   #section_LogicSeptBlogOther_3 .container .slider .slides .slide .name_container .name:hover,   #section_LogicSeptBlogOther_3 .container .slider .slides .slide .name_container .name:focus,   #section_LogicSeptBlogOther_3 .container .slider .slides .slide .name_container .name:active {     color: #2B4982;     transition: all .3s ease-in-out; }   #section_LogicSeptBlogOther_3 .container .prev,   #section_LogicSeptBlogOther_3 .container .next {     position: absolute;     border-radius: 100%;     top: 48%;     border: none;     background-color: transparent;     cursor: pointer;     z-index: 1001; }   #section_LogicSeptBlogOther_3 .container .prev i,   #section_LogicSeptBlogOther_3 .container .next i {     width: 35px;     height: 35px;     font-size: 35px;     color: #000000;     opacity: 50%; }   #section_LogicSeptBlogOther_3 .container .prev i:hover,   #section_LogicSeptBlogOther_3 .container .next i:hover,   #section_LogicSeptBlogOther_3 .container .prev i:focus,   #section_LogicSeptBlogOther_3 .container .next i:focus,   #section_LogicSeptBlogOther_3 .container .prev i:active,   #section_LogicSeptBlogOther_3 .container .next i:active {     opacity: 100%; }   #section_LogicSeptBlogOther_3 .container .prev {     left: -50px; }   #section_LogicSeptBlogOther_3 .container .next {     right: -50px; }   @media only screen and (max-width: 1300px) {     #section_LogicSeptBlogOther_3 .container .prev {       left: 0; }     #section_LogicSeptBlogOther_3 .container .next {       right: 0; }     #section_LogicSeptBlogOther_3 .container .slider {       width: calc(100% - 53px); }     #section_LogicSeptBlogOther_3 .container .prev i,     #section_LogicSeptBlogOther_3 .container .next i {       width: 25px;       height: 25px;       font-size: 25px; } }   @media only screen and (max-width: 1090px) {     #section_LogicSeptBlogOther_3 .container .slider .slides .slide {       width: calc((100% - 40px) / 2); } }   @media only screen and (max-width: 767px) {     #section_LogicSeptBlogOther_3 .container .prev i,     #section_LogicSeptBlogOther_3 .container .next i {       width: 20px;       height: 20px;       font-size: 20px; } }   @media only screen and (max-width: 580px) {     #section_LogicSeptBlogOther_3 .container .slider .slides .slide {       width: 100%; } } 
