.section-company{

}

.section-company h3 {
    color: blue;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-company p {
    text-align: justify;
    font-size: 1em;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 1300px) {
    .text-col p {
        font-size: 0.95em;
    }
}

@media (max-width: 1100px) {
    .section-company .text-col h3 {
        font-size: 1.2em;
    }

    .text-col p {
        font-size: 0.85em;
    }
}

@media (max-width: 768px) {
    .section-company .text-col h3 {
        font-size: 1.1em;
        padding-top: 15px;
        text-align: center;
    }

    .text-col p {
        text-align: left;
    }

    .section-company .row {
        flex-direction: column !important;
        text-align: center;
    }

    .section-company img {
        margin-top: 20px;
    }
}
