@media (max-width: 768px) {
    
.blog-item {
    width: 330px;
}

.faq-button p {
    width:100%
}

.faq-container {
    width:450px;
}
.faq-table {
    width: 750px;
}

.pricing-table {    
    flex-direction: column;
}

.footer-left{
    padding-right: 20px;
    padding-left: 20px;
}

.footer-bottom {
    padding: 0 20px;
}

.header-cta {
    display: none;
}

.header-logo {
    position: absolute;
    left: 20px;
}

.navbar {
    position: absolute;
    right: 20px;
}

.header {
    margin-top: 32px;
}

.nav.active {
    display: flex;
    top: 60px;
    position: absolute;
    background: #111;
    width: 750px;
    left: -669px;
    padding: 40px;
    z-index: 111;
}

#comments, #comment-form-wrapper {
    width: 350px;
}


}






@media (max-width: 480px) {

.container{
    max-width: 380px;
}

.hero-section h1 {
    font-size: 32px;
    line-height: 40px;
}

.sendgrid-subscription-widget .sg_email{
    width: 64%;
}

.sendgrid-subscription-widget #sg-submit-btn, .sendgrid-subscription-widget .sg-submit-btn{
    padding: 0px 12px;
}

.hero-bottom {
    min-height: 0px;
    background: url(./img/hero-bottom-mobile.png) top center no-repeat;
}

.nav.active {
    left: -450px;
    width: 669px;
}

.feature-row {
    flex-direction: column;
}

.feature-item{
    width: 100%;
}

.code-snippet h4 {
    font-size: 18px;
}

.code-snippet img{
    width: 100%;
}

.tis-item {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

.tis-texts p {
    width: 380px;
}

#reverse-tis{
    display: flex;
    flex-direction: column;
}

.pricing-notice {
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 16px;
    width: 340px;
    }

.testimonial-container {
        display: flex;
        flex-direction: column;
    }

.logo-list {
    flex-direction: row;
    width: 350px !important;
}

.logo-list img {
    height: 38px !important;
}

.blog-blocks {
    flex-direction:column;
}

    .faq-table {
        flex-direction: column;
        width: 380px;
        gap: 0;
        padding: 0px;
    }

.faq-container {
    width: 380px;
}

.faqs {
    margin-bottom: 8px;
}

.general-info {
    padding: 12px;
}

.general {

}

.general-body {
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
}

.general-1, .general-2 {
    width: 380px;
}

.hit-process img {
    width: 30%;
}

.hit-process {
    margin: 40px 0;
}

.footer-left img {
    width:100%;
}


}

p {
    margin: 0 0 1em !important;
}

strong {
    color: black;
    }