.header-img img {
    width: 100%;
    height: 100%;
}

.header-img .container {
    left: 50%;
    transform: translateX(-50%);
}

.new-card:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.new-card img {
    transition: transform 0.3s ease;
}

.content {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.new-box:hover .content {
    text-decoration: underline;
}

.text-ul {
    margin-left: 30px;
}

.text-ul li {
    list-style-type: disc;
}

.bg-grey {
    background-color: #ededed;
}

.careerimage {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.careerimage img {
    width: 100%;
    height: auto;
}

.top-img {
    width: 100%;

}

.top-img img {
    width: 80%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}