
.section_about .desc {

    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #040312;
    padding-bottom: 80px;
    margin: auto;
    /* width: 840px; */
}

.section_about .img_laptop {
    padding-top: 50px;
    height: 100%;
}

.section_about .btn_know_about {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section_block.section_about {
    /* padding-bottom: 0;
    padding-top: 20px; */
}

.section_about .what_we_are {
    text-align: center;
}

.section_about .about-list h3 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: var(--red-main);
}

.section_about .about-list h3::after{
    content: '+';
}

.section_about .about-list p {

    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #343a40;
}


@media (max-width: 1440px) {}

@media (max-width: 1024px) {
    .section_about .desc {
        width: 840px;
    }
}

@media (max-width: 768px) {
    .section .section_about {
        padding: 0px 0px 80px;
    }
    .section_about .desc {
        padding: 0 30px 80px 30px;
        width: auto;
    }
    .section_about .desc {
        padding: 0 30px 80px 30px;
    }

    .laptop_img_pc {
        position: relative;
    }

    .btn_know_about {
        order: 1;
        margin-top: 60px;
    }
    .images_know_about {
        order: 2;
    }

}

/* @media (max-width: 480px) {
    .section_about {
        padding: 30px 0 0 0;
    }
} */

@media (max-width: 425px) {}

@media (max-width: 375px) {}

@media (max-width: 320px) {
    .section_about .desc {
        font-size: 25px;
        width: auto;
        margin-bottom: 50px;
        line-height: 41px;
        margin: 0;
    }
    .section_about .about-list p {
        font-size: 14px;
        padding: 20px 0;
    }
     .section_about .what_we_are {
        font-size: 11px;
    }
}
