/* formal-workplace-css */

.formal-workplace-banner .main-img img {
    border-radius: 10px;
}

.ceo-ratings-sec {
    position: absolute;
    top: 140px;
    z-index: 48;
    width: 293px;
    height: 410px;
    left: 57%;
    display: block;
    background: rgba(255, 255, 255, 1);
    border-style: none;
    box-shadow: 0px 0px 100px #00000014 !important;
    margin-right: -30px;
    border-radius: 10px;
    padding: 25px 30px 30px;
    color: #000;
}

.ceo-ratings .overview {
    line-height: 1.5em;
    margin: 20px 0px 10px;
    max-height: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.ceo-ratings .ceo-name {
    font-weight: bolder;
    margin: 5px 0px -5px;
    line-height: 1.5em;
}

.ceo-ratings .row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

@media (max-width: 600px) {
    .ceo-ratings-sec {
        position: unset;
        width: 100%;
        height: fit-content;
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {

    .formal-workplace-banner .container {
        display: flex;
        flex-direction: column-reverse;
    }

    .max-hide-1200 {
        display: none;
    }

    .ceo-ratings-sec {
        left: 54%;
    }
}

@media (min-width: 1200px) {
    /* .ceo-ratings-sec{
        top: 140px;
    } */
}