p,

h1,

h2,

h3,

h4,

h5,

h6 {

    padding: 0;

    margin: 0;

}

.col-12 {

    padding: 0;

}

.blogs-content h1 {

    font-family: "Jost", sans-serif;

    font-weight: 200;

    font-size: 330%;

    color: #fff;

    margin: 0 0 1rem 0;

    text-transform: capitalize;

    line-height: 1.5;

}

.blogs-content p {

    font-family: "Jost", sans-serif;

    font-weight: 300;

    font-size: 135%;

    color: #fff;

}

.blogs-banner-section,
.single-blogs-section {

    position: relative;

}

.blogs-content{

    position: absolute;

    bottom: 10%;

    left: 0%;

    right:0%;

    text-align: center;

    padding: 0 1rem;

}

.banner-image img{

    width: 100%;

    height: auto;

    aspect-ratio: auto 1440/600;

}

.blogs-section{

    padding: 4rem 0;

    background: #F5F5F5;

}

.singal-blogs-content {

    padding: 2rem 1rem;

}

.blogs-wrapper {

    display: flex;

    flex-wrap: wrap;

}

.blogs-wrapper a {

    text-decoration: none;

}

.blogs-single-wrapper {

    width: calc((100% - 60px) / 3);

    margin: 0 20px 20px 0;

    border: 1px solid #D9D9D9;

    background: #F5F5F5;

}

.blogs-single-wrapper:hover{

    background: #fff;

}

.blog-main-wrapper {

    display: flex;

}

.singal-blogs-content span {

    font-family: "Jost", sans-serif;

    font-weight: 300;

    font-size: 70%;

    color: #868686;

    letter-spacing: 3px;

    text-transform: uppercase;

}

.singal-blogs-content p {

    font-family: "Work Sans", sans-serif;

    font-weight: 400;

    font-size: 105%;

    color: #000;

    margin: 1rem 0 2rem 0;

}

.read-btn {

    font-family: "Work Sans", sans-serif;

    font-weight: 400;

    border: none;

    background: none;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-size: 105%;

    color: #24B34B;

    cursor: pointer;

}

.single-blog-content-new {

    padding:3rem 0;

    font-family: "Work Sans", sans-serif;

    font-weight: 400;

    font-size: 110%;

    color: #000;

}

.single-blog-content-new p {

    margin-bottom: 20px;

}

.single-blog-content-new ol,
.single-blog-content-new ul {
    padding-left: 1rem;
}

.single-blog-content-new ol li,
.single-blog-content-new ul li {
    padding: 10px 0;
}

.blogs-section h5 {

   font-family: "Jost", sans-serif;

   font-weight: 300;

   font-size: 250%;

   color: #000;

   padding-bottom: 2rem;

   color: #001257;

}

.blogs-content h1 span {

   font-size: 60%;

   display: block;

}

.single-contact-weapper h2 {

   font-family: "Jost", sans-serif;

   font-weight: 200;

   font-size: 250%;

   color: #001257;

   margin-bottom: 1rem;

   max-width: 80%;

}

.single-contact-weapper p {

    font-family: "Work Sans", sans-serif;

    font-weight: 200;

    font-size: 150%;

    color: #151515;

    max-width: 85%;

}

.single-contact-weapper .button-contact-wrapper {

    margin: 2rem 0;

}

.single-contact-weapper a {

    text-decoration: none;

    color: #272727;

    font-weight: 300;

    font-size: 110%;

    font-family: "Jost", sans-serif;

    letter-spacing: 3px;

    text-transform: uppercase;

    padding:10px 25px;

    border:1px solid #272727;

    border-radius: 50px;

}

.blogs-image img {

    width: 100%;

    height: auto;

    aspect-ratio: auto 407/295;

}

.blog-date {

    padding-top:3rem;

}

.blog-date h2 {

    color: #24b34b;

    position: relative;

    letter-spacing: 4px;

    text-transform: uppercase;

    font: normal 300 115% / normal "Jost", sans-serif;

}

.blog-date h2::before {

    position: absolute;

    content: "";

    width: 17%;

    height: 2px;

    border-top: 1px solid #24B34B;

    top: 55%;

    left: -18%;

}

@media screen and (min-width: 2000px) and (max-width: 2499px) {
    .blogs-content h1 {
        font-size: 380%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1999px) {
    .blogs-content h1 {
        font-size: 350%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .blogs-content h1 {
        font-size: 275%;
    }
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .blogs-content h1 {
        font-size: 275%;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px) {

    .blogs-single-wrapper {

        width: calc((100% - 0px) / 1);

        margin: 15px 30px;

    }

    .blogs-content p {

        font-size: 130%;

    }

    .blogs-content h1 {

        font-size: 400%;

    }

    .blogs-section h5 {

        font-size: 250%;

        padding-left: 2rem;

    }

    .blogs-section {

        padding: 3rem 0;

    }

    .single-blog-content-new {

        margin: 0 30px;

    }

    .blogs-content {

        bottom: 10%;

    }

    .blogs-content h1 {

        font-size: 250%;

        padding: 0 1rem;

        line-height: 1.2;

    }

    .blogs-content h1 span {

        padding-top: 1rem;

        font-size: 55%;

    }

    .singal-blogs-content p {

        margin: 1rem 0 1rem 0;

    }

    .single-contact-weapper {

     margin: 0 30px;

 }

 .single-contact-weapper h2 {

    font-size: 175%;

}

.single-contact-weapper p {

    max-width: 100%;

    font-size: 130%;

}

.blog-date h2::before {

    width: 10%;

    left: -12%;

}

.blog-date h2 {

    margin-left: 2rem;

}

.single-contact-weapper h2 {

    max-width: 100%;

}

}