.about_us_top_cisz {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    max-width: 1170px;
}
@media (max-width: 360px) {
  .about_us_top_cisz {
      display: block;
    }
.wrappers {
        padding-right: 15px !important;
    }
}
@media (max-width: 590px) {
  .about_us_top_cisz {
      display: block;
    }
.wrappers {
        padding-right: 15px !important;
    }
}


.about_us_top__left_cisz {
  text-align: left;
}
.about_us_top_cisz .about_us__title_cisz {
    margin-bottom: 30px;
}
.about_us__title_cisz {
    font-family: 'Noto Sans Bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 1.8px;
}
@media (max-width: 768px) {
   .about_us__title_cisz {
    font-size: 20px;
    line-height: 27px;
letter-spacing: 1.1px;
margin-bottom: 1px;
    }
}
.about_us_middle_cisz {
    position: relative;
    min-height: 300px;
    max-width: 1170px;
}
@media (max-width: 768px) {
    .about_us_middle_cisz {
        min-height: 440px;
    }
}
.wrappers {
    max-width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
gap: 80px;
}

@media (max-width: 768px) {
    .wrappers {
          gap: 30px;
    }
}
.purpose_cisz {
    position: absolute;
}
.purpose_cisz .about_us__title {
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.035em;
    font-variant: small-caps;
    color: rgba(147, 172, 60, 0.7);

}
.purpose_cisz .au__text {
    background: #93AC3C;
    width: 674px;
    height: 210px;
    padding: 30px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .purpose_cisz .au__text {
         width: 400px;
    height: 354px;
    }
}

.purpose_cisz .au__text-content {
    max-width: 480px;
    font-family: 'Noto Sans Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    text-align: left;
}
@media (max-width: 360px) {
  .purpose_cisz .au__text-content {
    max-width: 288px;
    }
}

.mission_cisz {
    position: absolute;
    right: 0px;
    top: 48px;
}
@media (max-width: 360px) {
 .purpose_cisz {
  position: static;
    }
 .mission_cisz {
  position: static;
padding-block-start: 20px;
    }
.purpose_cisz .about_us__title {
    font-size: 40px;
    line-height: 34px;
}
.mission_cisz .about_us__title {
    font-size: 40px !important;
    line-height: 34px !important;
        width: 345px;
}
}

@media (max-width: 740px) {
  .purpose_cisz .au__text-content {
    max-width: 100%;
    }

}

@media (max-width: 740px) {
 .purpose_cisz {
  position: static;
    }
 .mission_cisz {
  position: static;
padding-block-start: 20px;
    }
    .purpose_cisz .au__text {
        width: 100%;
        height: 100%;
    }
    .mission_cisz .au__text {
        width: 360px;
        height: 345px;
        letter-spacing: 0.0em;
    }
}

.mission_cisz .about_us__title {
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.035em;
    color: rgba(75, 119, 78, 0.7);
    text-align: right;
}
.mission_cisz .au__text {
    font-family: 'Noto Sans Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    background: #4B774E;
    box-shadow: -9px -7px 5px -4px rgba(0, 0, 0, 0.15);
    width: 634px;
height: 183px;
    padding: 30px;
}

@media (max-width: 768px) {
    .mission_cisz .au__text {
         width: 360px;
    height: 345px;
        letter-spacing: 0.0em;
    }
}
@media (max-width: 740px) {
    .mission_cisz .au__text {
        width: 100%;
        height: 100%;
        letter-spacing: 0.0em;
    }
}
.green {
    color: #8CA33E;
}



/* ====== Статистика ЦИСЗ - 4 блока в ряд ====== */
.title_content {
    display: none;
}

.reports-data-summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin: 80px 0;
    max-width: 1170px;
    padding: 0;
}

.reports-data-summary .data-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1;
    max-width: 250px;
	text-align: left; 
}

.reports-data-summary .data-item .separator {
    width: 100%;
    max-width: 250px;
    height: 3px;
    margin: 8px 0;
}

.reports-data-summary .data-item .counter-container {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.reports-data-summary .data-item-1 .counter-container {
    color: #4D784E;
}
.reports-data-summary .data-item-1 .separator {
    background-color: #4D784E;
}

.reports-data-summary .data-item-2 .counter-container {
    color: #93AC3C;
}
.reports-data-summary .data-item-2 .separator {
    background-color: #93AC3C;
}

.reports-data-summary .data-item-3 .counter-container {
    color: #000000;
}
.reports-data-summary .data-item-3 .separator {
    background-color: #000000;
}

.reports-data-summary .data-item-4 .counter-container {
    color: #C8D235;
}
.reports-data-summary .data-item-4 .separator {
    background-color: #C8D235;
}

.reports-data-summary .data-item span:not(.counter-container):not(.counter) {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
	text-align: left; 
}

@media (max-width: 768px) {
    .reports-data-summary {
           margin: 30px 0;
    }

    .reports-data-summary .data-item {
        max-width: none;
    }
}
@media (max-width: 500px) {
    .reports-data-summary {
          display: grid;
    }
.reports-data-summary .data-item .separator {
    max-width: none;
}
}

@media (max-width: 360px) {
    .reports-data-summary {
          display: grid;
    }
.reports-data-summary .data-item .separator {
    max-width: none;
}
}
/* ====== Услуги оператора ====== */
.tasks_section {
    position: relative;
    width: 100%;
    padding: 20px 0px;
    text-align: center;

}

.tasks_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    z-index: -1;
    background: url(../images/task_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tasks-container {
    max-width: 1170px;
    margin: 0 auto;
}

.tasks-container h2 {
    font-family: 'Noto Sans Bold', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.055em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 40px;
}

.tasks {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 25px;
}

/* ПЕРВЫЙ РЯД - 4 блока */
.two-cards {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.two-cards .task {
    flex: 0 0 calc(25% - 15px);
    max-width: 249px;
    width: 249px;
}

/* ВТОРОЙ РЯД - 3 блока */
.three-cards {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.three-cards .task {
    flex: 0 0 calc(33.333% - 15px);
    max-width: 249px;
    width: 249px;
}

/* Стили карточек */
.task {
    border-right: 10px solid #93AC3C;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    height: 200px;
    /* УБРАЛ transition */
}


.task-description {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tasks_section .task h3 {
    color: #93AC3C !important;
    font-family: 'Noto Sans Bold', sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.2 !important;
    font-weight: 700;
    min-height: 50px;
    letter-spacing: 0.055em;
}


/* Все иконки одного размера в правом нижнем углу */
.task-icon-1,
.task-icon-2,
.task-icon-3,
.task-icon-4,
.task-icon-5,
.task-icon-6,
.task-icon-7 {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.task-icon-1 img,
.task-icon-2 img,
.task-icon-3 img,
.task-icon-4 img,
.task-icon-5 img,
.task-icon-6 img,
.task-icon-7 img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

/* УДАЛЁН hover для иконок */
/* ====== АДАПТИВ 768px для Услуги оператора ====== */

/* ====== АДАПТИВ 768px для Услуги оператора ====== */

@media (max-width: 768px) {
    .tasks-container {
        max-width: 100%;
        padding: 0px 0px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 колонки */
        gap: 24px;
    }
    
    .tasks_section {
        padding: 1px 20px;
    }

    .tasks-container h2 {

        line-height: 28px;
             margin: 30px 0 5px;
        grid-column: 1 / -1; /* Заголовок на всю ширину */
    }

    /* ПЕРВАЯ КОЛОНКА - 4 карточки */
    .tasks.two-cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    /* ВТОРАЯ КОЛОНКА - 3 карточки */
    .tasks.three-cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
justify-content: flex-start;
    }
    
    .two-cards .task,
    .three-cards .task {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    
    /* Стили карточек для мобилки */
    .task {
        width: 100%;
        height: 208px;
        border-right: 12px solid #93AC3C;
        padding: 24px 36px 24px 24px;
        box-sizing: border-box;
    }
    
    .tasks_section .task h3 {
        font-size: 13px !important;
        min-height: 40px;
    }
    
    /* Иконки остаются в правом нижнем углу */
    .task-icon-1,
    .task-icon-2,
    .task-icon-3,
    .task-icon-4,
    .task-icon-5,
    .task-icon-6,
    .task-icon-7 {
        right: 15px;
        bottom: 15px;
    }
    
    .task-icon-1 img,
    .task-icon-2 img,
    .task-icon-3 img,
    .task-icon-4 img,
    .task-icon-5 img,
    .task-icon-6 img,
    .task-icon-7 img {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 540px) {
    .tasks-container {
        grid-template-columns: 1fr;

        gap: 0px;
    }
    .tasks-container h2 {
        line-height: 24px;
        margin: 20px 0;
    }
}
/* ====== АДАПТИВ 360px для Услуги оператора ====== */

@media (max-width: 360px) {
    .tasks-container {
        grid-template-columns: 1fr; /* 1 колонка */
        padding: 1px 10px;
        gap: 0px;
    }
    
    .tasks_section {
        padding: 1px 10px;
    }

    .tasks-container h2 {

        line-height: 24px;
        margin: 20px 0;
    }

    /* Обе группы карточек в один столбик */
    .tasks.two-cards,
    .tasks.three-cards {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .two-cards .task,
    .three-cards .task {
        width: 100%;
        max-width: 100%;
    }
    
    /* Карточки */
    .task {
        width: 100%;
        height: auto;
        min-height: 180px;
        padding: 20px;
        border-right: 10px solid #93AC3C;
    }
    
    .tasks_section .task h3 {
        font-size: 12px !important;
        min-height: 35px;
    }
    
    /* Иконки меньше */
    .task-icon-1,
    .task-icon-2,
    .task-icon-3,
    .task-icon-4,
    .task-icon-5,
    .task-icon-6,
    .task-icon-7 {
        right: 10px;
        bottom: 10px;
    }
    
    .task-icon-1 img,
    .task-icon-2 img,
    .task-icon-3 img,
    .task-icon-4 img,
    .task-icon-5 img,
    .task-icon-6 img,
    .task-icon-7 img {
        width: 45px;
        height: 45px;
    }
}

/* ====== Информационные ресурсы ====== */
.resources-section {
    padding: 60px 0px;
}

.resources-container {
    max-width: 1170px;
    margin: 0 auto;
}

.resources-container h2 {
    font-family: 'Noto Sans Bold', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.055em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 40px;
}

.resources-container .green-text {
    color: #93AC3C;
}

.resources-grid {
    display: flex;

    gap: 20px;
   }
@media (max-width: 600px) {
    .resources-grid {
          display: grid;
    }
}
.resource-card {
    position: relative;
    flex: 0 1 calc(580px - 20px);
    max-width: 580px;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.resource-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 37px;
    background: rgba(147, 172, 60, 0.6);  /* Зелёная полупрозрачная полоса */
    z-index: 1;
}

.resource-card:hover {
    transform: translateY(-10px);
}

.resource-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.resource-overlay {
    position: absolute;
    bottom: 40px;  /* Расстояние от низа карточки */
    left: 0;
    right: 0;
    background: none;  /* БЕЗ затемнения */
    padding: 0;
    z-index: 2;
    height: 60px;  /* Фиксированная высота области для текста */

}

.resource-card .resource-overlay h3 {
    color: #ffffff !important;
    font-family: 'Noto Sans Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    padding-left: 57px;
    padding-right: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.055em;
    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Адаптив */

@media (max-width: 768px) {
    .resources-section {
     padding: 10px 0px;
    }
    
    .resources-container h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .resource-card {
        flex: 0 1 100%;
        max-width: none;
        height: 200px;
    }
    
    .resource-card::before {
        width: 37px;
    }
    
   .resource-card .resource-overlay h3 {
        font-size: 16px;
    }
}

/* ====== Документация ====== */

/* ====== Документация ====== */


.documentation-container {
    max-width: 1170px;
    margin: 0 auto;
}

.documentation-container h2 {
    font-family: 'Noto Sans Bold', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.055em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 30px;
}

/* ——— Строки ——— */
.docs-row {
    display: flex;
    gap: 78px;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.docs-row:last-child {
    margin-bottom: 0;
}

.docs-row--center {
    justify-content: center;
}

/* ——— Карточка ——— */
.docs-row {
    display: flex;
    gap: 24px;                    /* меньше gap = шире карточки */
    justify-content: flex-start;
    margin-bottom: 50px;
    align-items: flex-start;      /* выравнивание по верху */
}

.docs-row:last-child {
    margin-bottom: 0;
    justify-content: center;
}

.doc-card {
    display: flex;
    align-items: flex-start;      /* иконка и текст по верху */
    position: relative;
    text-decoration: none;
    flex: 1;                      /* занимают всё доступное место */
    max-width: none;              /* убираем ограничение */
    background: none;
    padding: 0;
    padding-left: 44px;           /* = ширина иконки, текст начинается ПОСЛЕ иконки */
    min-height: 84px;
    transition: transform 0.3s ease;
}

.doc-card:hover {
    transform: translateY(-3px);
}

.doc-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.doc-icon img {
    width: 38px;
    height: 44px;
    opacity: 0.25;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
    display: block;
}

.doc-card:hover .doc-icon img {
    opacity: 0.5;
    filter: grayscale(0%) sepia(80%) saturate(500%) hue-rotate(50deg);
}

.doc-card h3 {
    position: relative;
    z-index: 2;
    padding-left: 0;
    margin-left: -22px;
    margin-top: 12px;             /* ещё ниже — было 4px */
    color: #93AC3C;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    line-height: 1.4;
    white-space: normal;
    letter-spacing: 0.01em;
    transition: color 0.3s ease;
}

.doc-card:hover h3 {
    color: #4D784E;
}

.docs-row--center .doc-card {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
}

@media (max-width: 768px) {
    .docs-row,
    .docs-row--center {
        flex-direction: column;
        gap: 24px;
        justify-content: flex-start;
    }
    .doc-card,
    .docs-row--center .doc-card {
        flex: 1 1 auto;
        max-width: none;
        width: 100%;
    }
}

/* Строки */
.docs-row {
    display: flex;
    gap: 48px;
    justify-content: flex-start;
    margin-bottom: 50px;
    align-items: center;
}

.docs-row:last-child {
    margin-bottom: 0;
    justify-content: center;
}

/* Второй ряд — убираем ограничение ширины, карточки такие же как в первом */
.docs-row--center .doc-card {
    flex: 1;                      /* было calc(33.333% - 16px) */
    max-width: none;
}


@media (max-width: 768px) {
    .docs-row,
    .docs-row--center {
        flex-direction: column;
        gap: 24px;
        justify-content: flex-start;
    }
    .doc-card,
    .docs-row--center .doc-card {
        flex: 1 1 auto;
        max-width: none;
        width: 100%;
    }
    .doc-card h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
      .documentation-container h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .docs-row,
    .docs-row--center {
        flex-direction: column;
        gap: 24px;
        justify-content: flex-start;
    }

    .doc-card {
        flex: 1 1 auto;
        max-width: none;
    }

    .doc-card h3 {
        font-size: 15px;
    }
}

/* ====== Порядок подключения ====== */

.connection-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    z-index: -1;
    background: url(../images/feedback_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: -50vw;
    margin-right: -50vw;
}

.connection-section {
    position: relative;
    padding: 100px 0px;
   
    text-align: center;
   
 margin-top: 80px;    /* Отступ сверху */
    margin-bottom: 80px; /* Отступ снизу */
}

.connection-container {
    max-width: 1170px;
    margin: 0 auto;
line-height: 32px;
}

.connection-container h2 {
    font-family: 'Noto Sans Bold', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;

    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.connection-container .green-text {
    color: #93AC3C;
}

.connection-subtitle {
    font-family: 'Noto Sans Bold', sans-serif;
    font-weight: 800;
    font-size: 24px;

    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
    color: #93AC3C;
    margin: 0 0 30px;
}

.connection-button {
    display: inline-block;
     width: 129px;
        height: 48px;
        padding: 6px 0px;
    background-color: #93AC3C;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Noto Sans Regular', sans-serif;


    text-decoration: none;
border: 1px solid #93AC3C;
    transition: 0.3s;
}

.connection-button:hover {
   background: none;
    color: #323234;
    border: 1px solid #93AC3C;
    transition: 0.3s;
}
.connection-button:focus {
    background: #4D784E;
    color: #ffffff;
    border: 1px solid #4D784E;
    transition: 0.3s;
}

/* Адаптив */
@media (max-width: 768px) {
    .connection-section {
         margin-top: 30px;
    margin-bottom: 30px;
    }


  @media (max-width: 768px) {
    .connection-button {
        width: 129px;
        height: 48px;
              font-size: 14px;
    }
}
}
@media (max-width: 360px) {
    .connection-container {
    max-width: 300px;
   	}
   .connection-container h2{
       margin-bottom: 0.1rem;

	}
.connection-section {
         margin-top: 15px;
    padding: 20px 0px;
    }
  
.connection-subtitle {
margin: 0 0 15px
	}
}

/* ====== Служба сервиса клиентов ====== */
.customer_service_section {
    background: #EFF3E2;
    padding: 7% 2%;
    margin-bottom: 80px;
    position: relative;
    overflow: visible; /* Картинки выходят за пределы */
    width: auto;
}

.customer_service_container {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs_content {
    max-width: 800px;
    z-index: 2;
    position: relative;
}

.cs_title {
    font-family: 'Noto Sans Bold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.cs_title .green {
    color: #93AC3C;
}

.cs_text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 30px;
}

.cs_button {
    display: inline-block;
    background: #93AC3C;
    padding: 12px 15px;
    color: #ffffff;
    width: 181px;
    height: 48px;
    font-family: 'Noto Sans Regular', sans-serif;
    font-size: 16px;
    border: 1px solid #93AC3C;
    transition: 0.3s;
    text-decoration: none;
}

.cs_button:hover {
    background: none;
    color: #323234;
    border: 1px solid #93AC3C;
    transition: 0.3s;
}

.cs_button:focus {
    background: #4D784E;
    color: #ffffff;
    border: 1px solid #4D784E;
    transition: 0.3s;
}

/* Картинки по бокам - половина ВЫХОДИТ за пределы фона */
.cs_image_left {
    position: absolute;
    left: -82px; /* Половина ширины картинки (250px / 2) */
    top: -70px; /* Выше центра */
    z-index: 1;
}

.cs_image_left img {
    max-width: 250px;
    width: 100%;
}

.cs_image_right {
    position: absolute;
    right: -88px; /* Половина ширины картинки (250px / 2) */
    bottom: 60px; /* Ниже центра */
    z-index: 1;
}

.cs_image_right img {
    max-width: 250px;
    width: 100%;
}


@media (max-width: 768px) {
    .customer_service_section {

 margin: 0 auto; 
padding: 7% 3%;
    }
    .cs_content {
    max-width: 560px;
 }
     .cs_text {
       ;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    

    .cs_image_left {
        left: -60px;
top: -3px;
    }
    
    .cs_image_right {
        right: -68px;
bottom: 3px;
    }
    
    .cs_image_left img,
    .cs_image_right img {
       width: 140px;
        height: 83px;
    }
}

@media (max-width: 360px) {
.customer_service_section {
    display: block;
        }
    .cs_image_left,
    .cs_image_right {
        display: none;

    } .customer_service_section {
      
        height: 278px;

    }
.cs_content {
    max-width: 328px;
   }
.cs_title {
      line-height: 32px;
    letter-spacing: 1.4px;
   }
}