/* TÍTULO PRINCIPAL */
.section-title .title {
    font-weight: bold !important;
    font-size: calc(32px + 2px) !important; /* Ajusta si el tamaño base es diferente */
}

/* SUBTÍTULO */
.section-title .subtitle {
    font-weight: bold !important;
    font-size: calc(16px + 8px) !important;
}

/* TÍTULOS DE LOS BLOQUES DE SERVICIO */
.industry-single-what-we-cover-item .content .title {
    font-weight: bold !important;
    font-size: calc(20px + 2px) !important;
}

.section-title .subtitle {
    font-size: calc(16px + 2px); /* ajusta si es diferente */
}

.industry-single-what-we-cover-item .content .title {
    font-size: calc(20px + 2px); /* ajusta si es diferente */
}

<style>
.industry-what-we-offer-area {
    background-color: #001f3f; /* Azul marino */
    color: white;
}

.industry-what-we-offer-area .title,
.industry-what-we-offer-area .subtitle,
.industry-what-we-offer-area p,
.industry-what-we-offer-area a {
    color: white;
}

.industry-what-we-offer-area a:hover {
    color: #00aced; /* Azul claro al hacer hover */
}
</style>

<div class="industry-what-we-offer-area padding-bottom-90">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-lg-8">
                <div class="section-title desktop-center margin-bottom-60 industry-home">
                    <span class="subtitle">Nuestro servicio</span>
                    <h2 class="title">Lo que ofrecemos</h2>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-lg-4 col-md-6">
                <div class="industry-single-what-we-cover-item margin-bottom-30">
                    <div class="icon">
                        <i class="fas fa-users"></i>
                    </div>
                    <div class="content">
                        <h4 class="title">
                            <a href="https://jgconsultingrh365.com/service/selecci%C3%B3n-y-reclutamiento-de-talento">
                                Selección y Reclutamiento de Talento
                            </a>
                        </h4>
                        <p>Selección y Reclutamiento de Talento</p>
                        <a href="https://jgconsultingrh365.com/service/selecci%C3%B3n-y-reclutamiento-de-talento" class="readmore">
                            <i class="fas fa-long-arrow-alt-right"></i>
                        </a>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6">
                <div class="industry-single-what-we-cover-item margin-bottom-30">
                    <div class="icon">
                        <i class="nexicon-agreement-1"></i>
                    </div>
                    <div class="content">
                        <h4 class="title">
                            <a href="https://jgconsultingrh365.com/service/consultor%C3%ADa-en-gesti%C3%B3n-del-talento">
                                Consultoría en Gestión del Talento
                            </a>
                        </h4>
                        <p>Consultoría en Gestión del Talento</p>
                        <a href="https://jgconsultingrh365.com/service/consultor%C3%ADa-en-gesti%C3%B3n-del-talento" class="readmore">
                            <i class="fas fa-long-arrow-alt-right"></i>
                        </a>
                    </div>
                </div>
            </div>

            <div class="col-lg-4 col-md-6">
                <div class="industry-single-what-we-cover-item margin-bottom-30">
                    <div class="icon">
                        <i class="nexicon-bars-1"></i>
                    </div>
                    <div class="content">
                        <h4 class="title">
                            <a href="https://jgconsultingrh365.com/service/capacitaci%C3%B3n-y-desarrollo-profesional">
                                Capacitación y Desarrollo Profesional
                            </a>
                        </h4>
                        <p>Capacitación y Desarrollo Profesional</p>
                        <a href="https://jgconsultingrh365.com/service/capacitaci%C3%B3n-y-desarrollo-profesional" class="readmore">
                            <i class="fas fa-long-arrow-alt-right"></i>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>