

.salary{
    font-weight: 500;
}

.hike{
    width:100%;
    height:auto;
    margin-bottom:15px;
}
h3{
    color:#000;
}
.hike {
    padding: 14px 13px 11px 16px;
    border-radius: 4px;
    margin-top: 16px;
    position: relative;
    border: 3px solid #E9F2FF;
    box-shadow: 10px 2px 10px rgb(17 121 239 / 10%);
    
}
.dream-job .card::before {
    content: "";
    width: 5px;
    height: 100%;
    background: rgba(17,121,239,0.4);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.maximam-salary, .average-salary, .placement-success{
    color: #1179EF;
    font-size:30px;
    font-weight: 500;
}
.companies .company-cards .fsd-company-logo img {
    margin: 0;
    max-height: 50px;
    max-width: 100%;
    width: auto;
}
.dream-job .companies .company-cards .fsd-company-logo {
    display: inline-block;
    margin-bottom: 40px;
    padding: 0 26px;
}
.dream-job .companies .company-cards {
    border: 3px solid #E9F2FF;
    box-shadow: 10px 10px 10px rgb(17 121 239 / 10%);
    border-radius: 4px;
    margin-top: 16px;
    padding: 20px 40px 0;
}

.dream-job .companies .company-cards .fsd-company-logo img {
    margin: 0;
    max-height: 50px;
    max-width: 100%;
    width: auto;
}
img {
    max-width:100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
















    

