.blog_1{
    padding: 2rem 4rem;
    border-bottom: 1px solid #AAA0A0;
}

.blog_1 .text{
    padding: 1rem 2rem ;
}

.blog_1 .text h1{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 50px;
    color: #BB5327;
    
}
.blog_1 .text p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    margin: 1rem 0;
    color: #000;
}
.blog_1 .text a{
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}
.blog_1 .text a svg{
   font-size: 1rem;
   color: #BB5327;
   margin-left: 10px;
}
.blog_1 .img {
    padding: 1rem;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.blog_1 .img img{
    height: 100%;
    width: 100%;
}

@media(max-width:998px){
    .blog_1{
        padding: 2rem 1rem;
    }
    .blog_1 .flex-change{
        display: flex;
        flex-direction: column-reverse;
    }
    .blog_1 .text{
        padding: 1rem;
    }
}
/* ---------------------------blog_2----------- */


.blog_2{
    padding: 2rem 4rem;
}
.blog_2 .row{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.blog_2 .heading p{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 28px;
    color: #AAA0A0;
    margin-left: 2.2rem;
}
.blog_2 a{
    text-decoration: none;
    color: #000;
}
.blog_2 .blog_box{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    height: 320px;
    border: 1px solid #AAA0A0;
}
.blog_2 .blog_box .text {
   padding: 1rem;
}
.blog_2 .blog_box .text b{
    font-size: 0.8rem;
    color: #000;
    line-height: 24px;
    font-weight: 700;
}
.blog_2 .blog_box .text p{
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 24px;
}
.blog_2 .blog_box  .img{
   width: 100%;
   height: 150px;
}
.blog_2 .blog_box  .img img{
   width: 100%;
   height: 100%;
}

@media(max-width:998px){
    .blog_2{
        padding: 2rem 1rem;
    }
    .blog_2 .blog_box{
        width: 100%;
        height: auto;
        aspect-ratio: 10/8;
    }
    .blog_2 .blog_box .text {
        padding: 0.5rem;
    }
    .blog_2 .blog_box .text p{
        font-size: 0.8rem;
        margin: 0;
        margin-top: 1.2rem;
    }

}

/* ----------------------------------blog_3------------------- */
.blog_3{
    padding: 2rem 4rem;
}
.blog_3 .heading p{
    font-size: 1rem;
    font-weight: 600;
    line-height: 28px;
    color: #AAA0A0;
    margin-left: 2.2rem;
}
.blog_3 .col-md-4{
    margin-bottom: 3rem;
}
.blog_3 a{
    text-decoration: none;
    color: #000;
}
.blog_3 .blog_box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    padding: 1rem;
    border: 1.5px solid #615D5D;
}
.blog_3 .blog_box .head_text{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.blog_3 .blog_box .head_text p{
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-right: 1rem;

}
.blog_3 .blog_box .head_text b{
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 24px;
}
.blog_3 .blog_box .main_text p{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 24px;
}
.blog_3 .load_btn{
    padding: 1rem 0;
    text-align: center;
}
.blog_3 .load_btn button{
    border: 1px solid transparent;
    background-color: #BB5327;
    color: #fff;
    padding: 1rem;
    font-weight: 600;
}

@media(max-width:998px){
    .blog_3{
        padding: 2rem 0rem;
    }
    .blog_3 .col-md-4{
        padding: 0 1.4rem !important;
    }
}