.news-letter-section{
	margin:100px 0;
}

.main-image{
	text-align: center;
}
.main-image img{
	    width: 350px;
    height: 300px;
    object-fit: contain;
	margin-bottom:15px;
	border: 1px solid #e8e8e8;
    background: #e8e8e8;
    padding: 25px 0;
}
.main-image p {
    color: #cf2725;
    font-weight: bold;
}
.main-description p{
	color:black;
}
.main-description h3{
	    color: #cf2725;
    font-weight: bold;
	font-size: 40px;
}
.blog-section .main-description h3{
	    margin-bottom: 55px;
}
.blog-section  .main-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 0;
}
.blog-section{
	margin-bottom:80px;
}
@media (max-width:767px){
	.main-description h3{
	font-size: 26px;
}
}