/*
Theme Name: Offshore
Description: Offshore Soft Tech Offers online application development, website design, website restructure and search engine optimization at on time and affordable costs
Author: WordPress
Version: 1.0
*/

.blog-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-content img {
    margin: 30px 0;
    border-radius: 15px;
    max-width: 100%;
    height: auto;
}

.card {
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}
.news-listing .news-box p img{
	max-height:auto !important;
	min-height:auto !important
}