@media (max-width: 767px) {
    .card-container{
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin: 0 auto;
        width: calc(100% - 32px);
        max-width: 420px;
    }
    .workplace-intro p{
        font-family: Archivo;
        font-weight: 400;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0;
        text-align: center;
        color: #B4B2B2;
        margin: 0;
        margin-bottom: 5px;
    }
    .workplace-intro h2{
        font-family: Archivo;
        font-weight: 700;
        font-size: 35px;
        line-height: normal;
        letter-spacing: 0;
        text-align: center;
        color: #191919;
        margin: 5px 0 0;
    }
    .card-layout{
        width: 100%;
        max-width: 100%;
    }
    .cd-img img{
        height: 468px;
        border-radius: 30px;
    }
    .cd-details{
        display: flex;
        flex-direction: column;
        margin: 15px 0 0;
        gap: 9px;
    }
    .cd-details a{
        text-decoration: none;
    }
    .cd-layout-category{
        font-family: Archivo;
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0;
        color: #757575;
        margin: 0;
    }
    .cd-layout-desp{
        font-family: Archivo;
        font-weight: 500;
        font-size: 25px;
        line-height: normal;
        letter-spacing: 0;
        color: #000000;
        margin: 0;
    }
}