@media screen and (min-width:320px) and (max-width: 994px) {
    .companies-page .search-co-workers-container img {
        width: 320px;
        height: 150px;
    }
    .companies-page .benefits-container img {
        width: 320px;
        height: 180px;
    }
}

@media screen and (min-width: 995px) {
    .companies-page .search-co-workers-container img {
        height: 220px;
        width: 495px;
    }
    .companies-page .benefits-container img {
        height: 250px;
        width: 455px;
    }
}

@media screen and (max-width: 1023px) {
    .companies-page {
        margin-top: 80px;
    }
    .companies-page .title-container {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
    .companies-page .title-container h1 {
        font-size: 35px;
        line-height: 30px;
        font-weight: 600;
        color: #333333;
    }
    .companies-page .search-co-workers-container {
        margin-bottom: 4rem;
    }
    .companies-page .search-co-workers-container .column-coworkers-text-container {
        padding: 0;
    }
    .companies-page .column-title {
        font-size: 21px;
        line-height: 33px;
        color: #333333;
        font-weight: 600;
    }
    .companies-page .text-description {
        font-size: 14px;
        line-height: 27px;
    }
    .companies-page .slider-container {
        background-color: #F9FAFC;
        padding: 2rem 0;
    }
    .companies-page .benefits-container .benefits-title {
        font-size: 21px;
        line-height: 33px;
        color: #333333;
        font-weight: 600;
    }
    .companies-page .benefits-container .benefits-description {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 3rem;
    }
    .companies-page .benefits-container .column-text-benefits-container {
        padding: 0;
    }
    .companies-page .benefits-container .list-of-benefits {
        margin-bottom: 0.5rem;
        /* padding-left: 1.2rem; */
    }
    .companies-page .benefits-container .list-of-benefits p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        color: #333333;
    }
    .companies-page .benefits-container .list-of-benefits span {
        color: #FF2F6D;
        font-weight: bold;
        font-size: 25px;
        line-height: 18px;
    }
    .companies-page .carousel-inner {
        width: 69%;
        margin: auto;
    }
    .companies-page .benefits-container .carousel {
        min-height: 11rem;
    }
    .companies-page .benefits-container .carousel-item .carrousel-description {
        font-size: 13px;
        line-height: 20px;
    }
    .companies-page .carousel-control-prev, .companies-page .carousel-control-next {
        background-color: #FF2F6D;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 30%;
        border-radius: 50%;
    }
    .companies-page .section-law {
        margin-bottom: 3rem;
        background-color: #F9ECE7;
        padding: 2rem 0;
    }
    .companies-page .section-law .column-text-container {
        padding: 0
    }
    .companies-page .section-law h4 {
        font-size: 21px;
        line-height: 33px;
        font-weight: 600;
    }
    .companies-page .section-law .description-law-section {
        font-size: 14px;
        line-height: 25px;
    }
    .companies-page .section-law .elements-law-container p {
        font-size: 12px;
        line-height: 25px;
        color: #333333;
    }
    .companies-page .section-law .elements-law-container span {
        color: #FF2F6D;
        font-weight: bold;
        font-size: 25px;
        line-height: 16px;
    }
    .companies-page .section-law .law-element-container:first-child {
        margin-top: 2rem;
    }
    .companies-page .section-law .law-element-container {
        margin-bottom: 2rem;
    }
    .companies-page .section-law .law-element-container p {
        color: #CDA99B;
        font-size: 16px;
        line-height: 20px;
    }
    .companies-page .banner-call-to-action h4 {
        font-size: 22px;
        line-height: 25px;
        font-weight: 600;
        color: #333333;
    }
    .companies-page .banner-call-to-action p {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }
}

@media screen and (min-width: 1024px) {
    .companies-page {
        margin-top: 80px;
    }
    .companies-page .title-container {
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
    .companies-page .title-container h1 {
        font-size: 45px;
        line-height: 45px;
        font-weight: 600;
        color: #333333;
    }
    .companies-page .search-co-workers-container {
        margin-bottom: 5rem;
    }
    .companies-page .column-title {
        font-size: 28px;
        line-height: 38px;
        color: #333333;
        font-weight: 600;
    }
    .companies-page .text-description {
        font-size: 20px;
        line-height: 35px;
    }
    .companies-page .slider-container {
        background-color: #F9FAFC;
        padding: 6rem 0;
    }
    .companies-page .benefits-container .benefits-title {
        font-size: 28px;
        line-height: 38px;
        color: #333333;
        font-weight: 600;
    }
    .companies-page .benefits-container .benefits-description {
        font-size: 18px;
        line-height: 33px;
        margin-bottom: 3rem;
    }
    /* .companies-page .benefits-container .list-of-benefits {
        padding-left: 1.2rem;
    } */
    .companies-page .benefits-container .list-of-benefits p {
        font-size: 18px;
        line-height: 33px;
        font-weight: 500;
        color: #333333;
    }
    .companies-page .benefits-container .list-of-benefits span {
        color: #FF2F6D;
        font-weight: bold;
        font-size: 30px;
        line-height: 24px;
    }
    .companies-page .benefits-container .carousel {
        min-height: 11rem;
    }
    .companies-page .carousel-inner {
        width: 80%;
        margin: auto;
    }
    .companies-page .carousel-control-prev, .companies-page .carousel-control-next {
        background-color: #FF2F6D;
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        top: 30%;
        border-radius: 50%;
    }
    .companies-page .section-law {
        margin-bottom: 5rem;
        background-color: #F9ECE7;
        padding: 6rem 0;
    }
    /* .companies-page .section-law .container {
        max-width: 1300px;
    } */
    .companies-page .section-law h4 {
        font-size: 28px;
        line-height: 38px;
    }
    .companies-page .section-law .description-law-section {
        font-size: 17px;
        line-height: 30px;
    }
    .companies-page .section-law .column-words-container {
        padding-left: 5rem;
    }
    .companies-page .section-law .elements-law-container p {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
    }
    .companies-page .section-law .elements-law-container span {
        color: #FF2F6D;
        font-weight: bold;
        font-size: 30px;
        line-height: 20px;
    }
    .companies-page .section-law .law-element-container:first-child {
        margin-top: 4rem;
    }
    .companies-page .section-law .law-element-container {
        margin-bottom: 6rem;
    }
    .companies-page .section-law .law-element-container p {
        color: #CDA99B;
        font-size: 20px;
        line-height: 20px;
    }
    .companies-page .banner-call-to-action h4 {
        font-size: 28px;
        line-height: 32px;
        color: #333333;
    }
    .companies-page .banner-call-to-action p {
        font-size: 20px;
        line-height: 35px;
        color: #333333;
    }
}

@media screen and (min-width:1024px) and (max-width: 1024px) {
    .companies-page .benefits-container img {
        width: 420px;
    }
    .companies-page .search-co-workers-container img {
        height: 199px;
        width: 450px;
    }
}
