.service-author-boxarea .img1 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

.service-author-boxarea .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.content-area a {
    font-weight: 600;
    font-size: 18px;
    color: #111;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.content-area p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-top: 10px;
}


.service-author-boxarea {
    height: 550px;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.service-author-boxarea:hover {
    transform: translateY(-5px);
}

.service-author-boxarea img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}