#productinsight {
    clear: both;
    background-color: black;
    color: white;
    background-image: url('../img/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#productinsight * {
    font-family: "Poppins", Arial, system-ui, sans-serif;
    color: white;
}

.productinsight-wrapper {
    padding: 60px 20px;
    display: flex;
    gap: 35px;
    align-items: flex-start;
}
.productinsight-icon {
    width: 54px;
}

.productinsight-icon svg {
    width: 100%;
    height: auto;
}
.productinsight-icon svg path{
    fill: #fff;
}

.productinsight-wrapper h2.title-insight {
    margin-bottom: 16px;
    font-family: "Oswald", Arial, system-ui, sans-serif!important;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}


.productinsight-wrapper .productinsight-text {
    font-size: 15px;
    line-height: 1.6;
    padding: 0px;
    border-radius: 10px;
    max-width: 1400px;
}


@media (max-width: 1200px) {

    .productinsight-icon {
        min-width: 47px;
        width: 47px;
    }
}


@media (max-width: 992px) {

    .productinsight-icon {
        width: 40px;
        min-width: 40px;
    }
    .productinsight-wrapper {
        gap: 24px;
    }
    .productinsight-wrapper h2.title-insight {
        font-size: 37px;
        line-height: 1;
        margin-bottom: 7px;
    }
}

@media (max-width: 760px) {
    .productinsight-wrapper .title-insight {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .productinsight-wrapper h2.title-insight {
        font-size: 32px;
        line-height: 1;
    }
    .productinsight-wrapper {
        gap: 14px;
        padding: 40px 20px;
    }

    .productinsight-wrapper .productinsight-text {
        padding: 12px 0px;
        font-size: 14px;
    }

    .productinsight-icon {
        width: 34px;
        min-width: 34px;
    }
}
