.solarsun_about_area {
    padding: 10px 0 0px;
}
.solarsun_about  .witr_widget_list ul li {
    display: flex;
    margin-bottom: 12px;
}
.solarsun_about .solarsun_about_box_title h1, .solarsun_about .witr_section_title_inner h2, .solarsun_about .witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}
.solarsun_about .solarsun_about_box_title h2 {
    font-size: 16px;
    display: inline-block;
    color: var(--title-text-color);
    padding: 0 0 5px 0;
}
.solarsun_about .solarsun_about_box_title h3 {
    color: #1d2087;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}
.solarsun_about .solarsun_about_box_title {
    margin-bottom: 30px;
}
.solarsun_about_box_title{
    text-align:center;
}
.solarsun_about_box{
    display: flex;
    gap: 15px;
}

.solarsun_about_left,
.solarsun_about_right{
    width: calc((100% - 15px) / 2);
}
.solarsun_about .witr_widget_list ul li .witr_list_icon {
    margin-right: 10px;
}
.solarsun_about .ab_left_content {
    /* padding: 0px 0px 0 10px; */
    padding: 0;
}
.solarsun_about .ab_img_inner {
    /* padding: 0 0 20px 25px; */
}
.solarsun_about .ab_left_content .about-button a{
    margin-top: 3px;
    display: inline-block;
    color: #fff;
    background-color: var(--color-primary);
    padding: 10px 40px;
    border-radius: var(--button-radius);
    cursor: pointer;
}
.solarsun_about .ab_left_content .witr_section_title {
    margin-bottom: 40px;
}
.solarsun_about .witr_text_widget_inner h2 {
    color: #1d2087;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: var(--title-font-family);
    font-weight: 700;
}

.solarsun_about .witr_text_widget .witr_text_widget_inner p,
.solarsun_about .witr_widget_list .witr_list_text {
    color: var(--text-color);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--font-family);
}

.solarsun_about .witr_widget_list i {
    padding: 5px;
    color: #fff;
    font-size: 10px;
    background: var(--color-primary);
    border-radius: 50%;
}

.solarsun_about .witr_section_title_inner h1, .solarsun_about .witr_section_title_inner h2, .solarsun_about .witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}
.solarsun_about .witr_section_title_inner h2 {
    font-size: 16px;
    display: inline-block;
    color: var(--title-text-color);
    padding: 0 0 5px 0;
}
.solarsun_about .witr_section_title_inner h3 {
    color: #1d2087;
}
.solarsun_about .witr_section_title {
    margin-bottom: 50px;
}
.solarsun_about .witr_section_title_inner p {
    width: 100%;
    /* padding: 10px 0 0 0; */
    /* margin-top: 10px; */
    color: var(--text-color);
    font-size: 17px;
    font-weight: 400;
}

.solarsun_about .ab_left_content .witr_section_title h2 {
    font-size: 16px;
    color: var(--title-text-color);
    padding: 0 0 5px 0;
}

.solarsun_about .ab_counter_inner .witr_counter_icon img {
    width: 50px;
    height: 85px;
    object-fit: contain;
}

.solarsun_about .ab_counter_inner .witr_counter_icon {
    margin-right: 20px;
}

.solarsun_about .ab_counter_inner .witr_counter_number_inn h3,
.solarsun_about .ab_counter_inner .witr_counter_number_inn h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--title-text-color);
}

.solarsun_about .ab_counter_inner .witr_counter_number_inn h4 {
    font-size: 19px;
    font-weight: 400;
}

.solarsun_about .witr_counter_single {
    display: flex;
}

@media screen and (max-width: 992px) {
    .solarsun_about_box{
        flex-direction: column;
    }

    .solarsun_about_left,
    .solarsun_about_right{
        width: 100%;
    }
}