*{
    margin: 0;
    padding: 0;
}
.latest-blog-card{
    height: 350px;
}
.image-container img{
    height: 230px;
    width: 100%;
}
.title-container{
    margin: 10px;
}
.title-container h3 a,.title-container h5 a{
    color: black;
    text-decoration: none;
}
.title-container .author-time{
    margin-top: 7px;
}
.title-container .author-time .tag{
    color: #8e8e8e;
}
.author-time .tag-icon{
    margin-right: 5px;
}

.blog-title h3{
    margin: 10px 0px;
}
.blog-title .fa-user-circle{
    margin-right: 5px;
}
.author-tag{
    margin-bottom: 5px;
}
.blog-img img{
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
}
.blog-img .fa-youtube-play{
    margin-right: 5px;
    color: red;
}

.blog-desc{
    margin-bottom: 10px;
    text-align: justify;
}

.services-title h3{
    margin: 10px 0px;
}
.service-img img{
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.service-desc{
    margin-bottom: 10px;
    text-align: justify;
}
.service-contact-form{
    margin: 10px;
}