.productDesign.CareersPage .containerTop {
    margin: auto;
    max-width: 1523px;
    margin-bottom: 0;
    z-index: 1;
    width: 95%;
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {

    .productDesign.CareersPage .containerTop .details div h2 {
        font-size: 25px;
    }

    .productDesign.CareersPage .containerTop .details div p {
        margin-bottom: 20px;
    }

    .productDesign.CareersPage .containerTop .details {
        gap: 50px;
    }

}

@media screen and (max-width: 850px) {
    .productDesign.CareersPage .containerTop .details {
        gap: 50px;
        flex-direction: column;
        margin: 50px 0 20px;
    }
}

@media screen and (max-width: 750px) {
    .productDesign.CareersPage {
        padding: 50px 0;
    }
}



@media screen and (max-width: 450px) {
    .productDesign.CareersPage .container {
        gap: 25px;
        padding: 30px 30px;
        font-size: 17px;
    }

    .productDesign.CareersPage .container ul li {
        margin-bottom: 16px;
        font-size: 17px;
        font-family: Inter, sans-serif;
        font-weight: 400;
        line-height: 21.0px;
        margin-bottom: 10px;
        margin-left: 22px;
    }
}