﻿
.ctr_como_trabajamos {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .ctr_como_trabajamos .container {
        max-width: 1120px;
    }

    .ctr_como_trabajamos .title {
        font-size: 48px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px;
    }

    .ctr_como_trabajamos b {
        color: var(--color_active);
        font-weight: 700;
    }



@media only screen and (max-width: 991px) {
    .ctr_como_trabajamos {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 35px;
    }
    .ctr_como_trabajamos .title {
        font-size: 35px;
        line-height: 1.3;
    }
}
@media (max-width: 576px) {
}

