.contact_us1 {
    background-color: #FFFFFF63 !important;
}
.linehome{
    display: none !important;
}
.blogpostsections{
    padding: 15vh 18vw 0vh 18vw;
    display: flex;
    flex-direction: column;
    gap: 6vh;
}
.blogpostmenu{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.menubutton{
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: SF_regular;
    color: #FFFFFF;
    background-color: #212121;
    border-radius: 6px;
}
.heading{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.heading h1{
    font-weight: 300;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: SF_regular;
}
.heading .formatted_date{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #696A75;
    font-family: SF_regular;
}

.blogpostimage img{
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit: fill;
    filter: grayscale(1);
}
.blogpostimage h2{
    font-family: SF_regular;
    font-weight: 300;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
li strong{
    font-family: SF_regular;
    color: #BABABF;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    /* margin-bottom: 10px; */
}
li {
    font-family: SF_regular;
    color: #BABABF;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
}
.blogpostimage ol{
    margin-bottom: 5px;
    padding-left: 25px;
}
.blogpostimage ul{
    padding-left: 20px;
}
.blogpostpera p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #BABABF;
    font-family: SF_regular;
}
.blogpostpera{
    display: flex;
    flex-direction: column;
    gap: 5vh;
}
.blogpostsections p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #BABABF;
    font-family: SF_regular;
}
.blogpostpera2 h2{
    font-weight: 300;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: SF_regular;
    margin-bottom: 15px;
}
.blogpostpera2 p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #BABABF;
    font-family: SF_regular;
    padding-bottom: 5vh;
}
.blogpostpera2 p:last-child{
    padding-bottom: 0;
}
.blogpostbenefits h3{
    font-weight: 300;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: SF_regular;
    margin-bottom: 15px;
}
.blogpostbenefits p{
    margin-bottom: 3px;
}
.benefitsheading span{
    padding-right: 10px;
    padding-left: 5px;
}
.blogpostdisadvantages h3{
    font-weight: 300;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: SF_regular;
    margin-bottom: 15px;
}
.disadvantagesheading p{
    margin-bottom: 3px;
}
.disadvantagesheading span{
    padding-right: 10px;
    padding-left: 5px;
}
.blogpostconclusion{
    background-color: #212121;
    padding: 32px;
}
.blogpostconclusion h6{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: SF_Pro;
    margin-bottom: 15px;
}
.blogpostconclusion ul{
    padding-left: 23px;
}
.blogpostline{
    height: 1px;
    width: 98vw;
    background-color: #ACACAC;
    margin: 12vh auto;
}
.relatedblogs{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 1vw;
    margin-bottom: 15vh;
}
.blogscard{
    display: flex;
    gap: 2vw;
    overflow: hidden;
}
.blogscarditem{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.blogscarditem img{
    height: 57vh;
    width: 388px;
}
.cardheading p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ABABAB;
    font-family: SF_regular;
}
.heading p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-left: 5px;
    font-family: SF_regular;
}
.cardpera{
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 85%;
    font-family: SF_regular;
}
@media screen and (max-width: 768px){
    .blogpostsections{
        padding: 15vh 10vw 0vh 10vw;
    }
    .blogpostsections p{
        font-size: 18px;
        line-height: 27px;
    }
    .heading h1{
        line-height: 120%;
        font-size: 34px;
    }
    .blogpostbenefits h3{
        line-height: 35px;
    }
    .blogpostdisadvantages h3{
        line-height: 35px;
    }
    .blogpostpera2 h2{
        line-height: 35px;
    }
}
@media screen and (max-width: 425px){
    .heading h1{
        font-size: 30px;
    }
    .blogpostpera2 h2{
        font-size: 30px;
    }
    .blogpostconclusion h6{
        font-size: 30px;
    }
    .blogpostconclusion {
        padding: 25px;
    }
}