.entry-title {
    margin-top: 20px;
}

.step-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.step-card img {
    max-width: 25%;
    height: auto;
    margin-top: 10px;
}

.step-card-header {
    background-color: #f8f9fa;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.step-card-body {
    padding: 15px;
}

.blog-header {
    padding: 50px 0;
    text-align: center;
    background: linear-gradient(to right, #0d6efd, #3f8efc);
    color: white;
    margin-bottom: 30px;
}

.blog-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.blog-post {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.blog-post:hover {
    transform: translateY(-4px);
}

.blog-post h4 {
    color: #0d6efd;
    font-weight: bold;
}