.height-300 {
    width: 100%;
    margin-bottom: 30px;
}
.blog-wrap {
    padding: 80px 0 54px 0;
}
.text-blog p{
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color:#FFFFFF;
    /* font-family: 'Poppins', sans-serif; */
}
.text-blog p span{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #C69537;
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-blog button{
    background: #C69537;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 25px;
    /* font-family: 'Poppins', sans-serif; */
}
.pos-relative{
    position: relative;
}
.text-blog {
    bottom: 47px;
    position: absolute;
    left: 40px;
}
.m-0{
    margin: 0;
}
.heading-contact-top p{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 54px;
    text-align: right;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}
.blog-details-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-details-wrap h4{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #3B4A66;
    margin-top: 25px;
    font-family: myFirstFont;
}
.blog-details-wrap h3{
    /* font-style: italic; */
    font-weight: 500;
    font-size: 27px;
    line-height: 39px;
    /* text-align: center; */
    color: #3B4A66;    
    /* font-family: 'Poppins', sans-serif; */
}
.blog-details-wrap h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #3B4A66;    
}
.blog-details-wrap p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #444444;
    margin-top: 25px;
    margin-top: 25px;
    text-align: justify;
    /* padding-bottom: 45px; */
    /* font-family: 'Poppins', sans-serif; */
}
.previous-wrap p span{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #C69537;
    padding-bottom: 0;
    font-family: myFirstFont;
}
.previous-wrap p{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #3B4A66;
    padding-bottom: 0;
    margin-top: 5px;
    /* font-family: 'Poppins', sans-serif; */
}
i.fa.fa-arrow-left {
    position: absolute;
    color: #999999;
    left: -3%;
    top: 55%;
}
@media only screen and (max-width : 500px) {
    .blog-wrap {
        padding: 47px 0 20px 0;
    }
    .text-blog p {
        font-size: 14px;
        line-height: 20px;
    }
    .heading-contact-top p{
        margin-top: 20px;
        font-size: 23px;
        line-height: 0px;
        margin-bottom: 50px;
    }
    .blog-details-wrap h3{
        font-size: 17px;
        line-height: 29px;
    }
    .blog-details-wrap h2{
        font-weight: 700;
        font-size: 18px;
        line-height: 39px;
        color: #3B4A66;    
    }
    .blog-details-wrap h4{
        font-size: 20px;
        line-height: 12px;
        margin-top: 22px;
    }
    .blog-details-wrap p{
        font-size: 13px;
        line-height: 21px;
        padding-bottom: 9px;
    }
    .previous-wrap p{
        margin: 0;
    }
    .pos-relative {
        position: relative;
        margin-left: 15px;
    }
    .fa.fa-arrow-left {
        left: -6% !important;
        top: 43% !important;
    }
    .height-300 {
        width: 99%;
        margin-bottom: 30px;
    }
    .blog-wrap .pos-relative{
        margin-left: 0 !important;
    }
    .text-blog {
        bottom: 30px;
        left: 30px;
    }
}
.blog-images{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
@media only screen and (min-width : 426px) and (max-width : 1440px) {
    .blog-images{
        display: block;
        max-width: unset;
        height: auto;
        width: unset;
    }
}
