#section_CiriksSupportSingleText_0 {   background: #ffffff;   display: flex;   justify-content: center;   align-items: center;   flex-direction: column;   font-family: "Poppins", sans-serif; }   #section_CiriksSupportSingleText_0 .container {     display: flex;     justify-content: center;     flex-direction: column;     max-width: 1400px;     padding-top: 20px;     padding-bottom: 20px;     width: calc(100% - 20px); }   #section_CiriksSupportSingleText_0 .container .title {     font-size: 36px;     line-height: 40px;     margin-top: 20px;     margin-bottom: 20px;     max-width: 1020px;     width: 100%;     color: #7f0d5c; }   #section_CiriksSupportSingleText_0 .container .text_container {     display: flex;     max-width: 1400px;     gap: 30px;     margin-top: 20px;     justify-content: space-between;     align-items: flex-start;     width: 100%; }   #section_CiriksSupportSingleText_0 .container .text_container .part1 {     max-width: 1050px;     width: 100%; }   #section_CiriksSupportSingleText_0 .container .text_container .part1 .desc {     font-size: 14px;     line-height: 25px;     color: #707070; }   #section_CiriksSupportSingleText_0 .container .text_container .part1 > img {     width: 100%;     max-height: 300px;     object-position: center;     object-fit: cover; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 {     display: flex;     flex-direction: column;     align-items: center;     justify-content: space-between;     background-color: #f5f5f5;     border-radius: 10px;     max-width: 350px;     width: 100%; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box {     display: flex;     flex-direction: column;     padding: 20px;     width: calc(100% - 40px); }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box {     font-size: 24px;     line-height: 30px;     margin-top: 20px;     margin-bottom: 20px;     color: #000000;     position: relative; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box:before {     content: '';     position: absolute;     top: -15px;     left: 0;     width: 15px;     height: 15px;     border-radius: 50%;     background-color: #7f0d5c; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .desc_box {     font-size: 14px;     line-height: 20px;     color: #a4a4a4; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .btn {     max-width: 300px;     min-width: 200px;     text-decoration: none;     padding: 10px;     box-sizing: border-box;     text-align: center;     display: flex;     justify-content: center;     align-items: center;     border-radius: 5px;     background-color: #eb6713;     color: #ffffff;     min-height: 44px;     border: none;     margin-bottom: 20px;     transition: all .2s ease-in-out; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .btn:hover {     background-color: #7f0d5c;     transition: all .2s ease-in-out; }   @media only screen and (max-width: 1090px) {     #section_CiriksSupportSingleText_0 .container .title {       font-size: 24px;       line-height: 30px;       width: 100%; }     #section_CiriksSupportSingleText_0 .container .text_container {       flex-direction: column;       margin-top: revert; }     #section_CiriksSupportSingleText_0 .container .text_container .part1 > img {       max-width: 100%; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 {       max-width: 100%;       min-height: revert; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .btn {       max-width: 150px; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box {       font-size: 16px;       line-height: 20px; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box:before {       top: -10px;       width: 10px;       height: 10px; } }   @media only screen and (max-width: 580px) {     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box {       font-size: 24px;       line-height: 30px; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box:before {       top: -10px;       width: 10px;       height: 10px; } }  #section_CiriksSupportBannerButton_1 {   display: flex;   justify-content: center;   align-items: center;   flex-direction: column;   padding-top: 30px;   padding-bottom: 30px;   font-family: "Poppins", sans-serif;   position: relative; }   #section_CiriksSupportBannerButton_1 .container {     display: flex;     align-items: center;     justify-content: space-between;     flex-direction: column;     width: calc(100% - 20px);     max-width: 1400px;     margin: 0;     padding: 0;     overflow: hidden;     position: relative; }   #section_CiriksSupportBannerButton_1 img {     position: absolute;     object-fit: cover;     object-position: center;     width: 100%;     height: 100%;     top: 0; }   #section_CiriksSupportBannerButton_1 .container .pt1 {     display: flex;     flex-direction: column;     align-items: center;     gap: 20px; }   #section_CiriksSupportBannerButton_1 .container .pt1 .title {     color: #ffffff;     font-size: 36px;     line-height: 40px;     font-family: "Poppins", sans-serif;     text-align: center;     z-index: 1;     margin: 0; }   #section_CiriksSupportBannerButton_1 .container .pt1 .btn {     display: flex;     justify-content: space-evenly;     align-items: center;     max-width: 250px;     width: 100%;     border: 1px solid #ffffff;     padding: 10px;     border-radius: 6px;     transition: all .3s ease-in-out;     margin-top: 30px;     background-color: #ffffff;     color: #7a194e; }   #section_CiriksSupportBannerButton_1 .container .pt1 .btn:hover {     background-color: transparent;     color: #FFFFFF;     transition: all .3s ease-in-out; }   #section_CiriksSupportBannerButton_1 .container .pt1 .btn a {     text-decoration: none;     display: block;     width: 100%;     color: inherit; }   @media screen and (max-width: 767px) {     #section_CiriksSupportBannerButton_1 .container {       flex-wrap: wrap; }     #section_CiriksSupportBannerButton_1 .container .pt1 .title {       font-size: 24px;       line-height: 30px; } }   @media screen and (max-width: 580px) {     #section_CiriksSupportBannerButton_1 .container .pt1 .title {       font-size: 16px;       line-height: 25px; } } 
