.blog__header{
    border: 2px solid olivedrab;
    height: 300px;
    background-color:#B31119 ;
    display: flex;
    align-items: flex-start;
    padding-top: 2%;
    padding-left: 5%;
    flex-direction: column;
   top: 7%;
}
.blog__header h1{
    color: white;
    font-weight: 600;
    text-align: center;
    align-items: center;
    font-size: 3rem;
}
.blog__header span{
    margin-right: 20px;
}
#terms__condition{
    margin-top: 3px;
}
.blog__header span i{
    margin-right: 5px;
}

.blog__body{
    display: flex;
    margin-top: -7rem;
}
.blogs__details{
    background-color: white;
    margin:0% 2% 5% 5%;
    padding: 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  width: 70%;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
  /* border: 1px solid red; */
}
.blogs__details h2{
    /* background-color: #B31119; */
    /* color: white; */
    /* padding-left: 10px; */
    border-radius: 10px;
/* padding-top: 2rem; */
font-size: 2.3rem;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin-top: 2rem;
}
.blogs__details h6{
    background-color: #B31119;
    height: 4px;
    width: 40%;
    border-radius: 12px;
  margin-bottom:1.5rem;
}
.blogs__details p{
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    /* font-family: monospace; */
    font-family:Google Sans,arial,sans-serif ;
    line-height: 2;
    margin-left: 0;
    padding-left: 0;
}
.blogs__details img{
    width:100%;
    height: auto;

}
.blogs__writer{
    
  
    width: 30%;
    background-color: white;
    /* margin:0% 2% 5% 5%; */
    /* padding: 10px; */
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.blog__post__date {
    color: white;
}
.blogs__details ul li{
    font-family: Google Sans,arial,sans-serif;
    font-weight: 600;
}
.serv__message__form{
    
    position: sticky;
    top: 0%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.subscription label{
    color: white;
}
.subscription span {
    color: white;
    margin-left: .3rem;
   
    font-size: .8rem;
    margin-bottom: .2rem;
}
.subscription span a {
    color: rgb(0, 0, 0);
    margin-left: .3rem;
   
    font-size: .8rem;
    
}
@media (max-width:800px){

    .blog__body{
        display: flex;
        flex-direction: column;
    }
    .blogs__details{
        width:100%;
        margin:0px;
    }
    .blogs__writer{
        width: 100%;
        margin-top:1rem;
        margin-bottom: 1rem;
    }
    .blog__header h1{
        font-size: 2rem;
    }
    .blog__body h2{
        font-size: 1.5rem;
        font-weight: 500;
    }
    .blog__body p{
        font-size: 1.05rem;
        font-weight: 400;
    }
     .blog__body h6{
        max-width: 100px;
    }
}

p > a{
    text-decoration: none;
}

p > a:hover{
    text-decoration: underline;
}
