.main_blog_details_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 120px;
    position: relative;
}

.main_blog_details_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #004955;
}

.main_blog_details_section::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #000000b2;
}

.blog_details_content {
    position: relative;
    z-index: 9;
    text-align: left;
}

.blog_details_content p {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blog_details_content .blog-info-details {
    justify-content: flex-start;
}

.blog_detail_section {
    background-color: #fff;
    padding-top: 20px;
}

.blog_detail_box h3 {
    font-weight: 600;
    color: #000000;
    font-family: "jost";
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 40px;
}

.blog_content_box {
    border-bottom: 1px solid #e2e9f4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog_content_box h4 {
    font-weight: 500;
    color: #1f1f1f;
    font-family: "Lato";
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 28px;
}

.blog_content_box h4 img {
    height: 22px;
    margin-right: 10px;
}

.blog_content_box p {
    font-family: "Lato";
    font-size: 15px;
    font-weight: 400;
    color: #323232;
    line-height: 20px;
    margin: 0;
}

.blog_content_box ul li {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    text-align: left;
    line-height: 26px;
    margin: 0;
}

.quick_feature_box {
    background-color: #f2f5fb;
    border-radius: 5px;
    border: 1px solid #c3cee3;
    box-shadow: 2px 0px 4px 0px #96bac533;
    padding-top: 15px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.quick_feature_box h3 {
    color: #1d2433;
    margin: 0;
    font-family: "jost";
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3cee3;
}

.quick_feature_box p {
    color: #1d2433;
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3cee3;
    height: 100%;
}

.quick_nginx_box {
    background-color: #e9f0fb;
    border-radius: 5px;
    border: 1px solid #c3d3eb;
    box-shadow: 2px 0px 4px 0px #96b3c533;
    padding-top: 15px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.quick_nginx_box h3 {
    color: #1d2433;
    margin: 0;
    font-family: "jost";
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3cee3;
}

.quick_nginx_box p {
    color: #000000;
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3cee3;
}

.quick_apache_box {
    background-color: #e8f2f4;
    border-radius: 5px;
    border: 1px solid #abc8cd;
    box-shadow: 2px 0px 4px 0px #96bac533;
    padding-top: 15px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.quick_apache_box h3 {
    color: #1d2433;
    margin: 0;
    font-family: "jost";
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3cee3;
}

.quick_apache_box p {
    color: #000000;
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3cee3;
    height: 100%;
}

.Wrong_text {
    color: #1f1f1f !important;
    margin: 0;
    font-family: "Lato";
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 400;
}

.blog_detail_thead {
    width: 100%;
    background-color: #f2f5fb;
    border-radius: 5px;
    border: 1px solid #c3cee3;
    box-shadow: 2px 0px 4px 0px #96bac533;
}

.blog_detail_thead th {
    color: #1d2433;
    margin: 0;
    font-family: "jost";
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding: 15px;
    border-bottom: 1px solid #c3cee3;
}

.blog_detail_tbody {
    background-color: #f2f5fb;
    border-radius: 5px;
    border: 1px solid #c3cee3;
    box-shadow: 2px 0px 4px 0px #96bac533;
    padding-top: 15px;
}

.blog_detail_tbody td {
    vertical-align: top;
    color: #000000;
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px;
    border-bottom: 1px solid #c3cee3;
}

.table_blog_th {
    width: 25%;
}

.table_blog_th1 {
    width: 38%;
}

.blog_detail_thead tr th:nth-child(1) {
    background-color: #f2f5fb;
}

.blog_detail_thead tr th:nth-child(2) {
    background-color: #e9f0fb;
}

.blog_detail_thead tr th:nth-child(3) {
    background-color: #e8f2f4;
}

.blog_detail_tbody tr td:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1d2433;
    background-color: #f2f5fb;
}

.blog_detail_tbody tr td:nth-child(2) {
    background-color: #e9f0fb;
}

.blog_detail_tbody tr td:nth-child(3) {
    background-color: #e8f2f4;
}
.table_blog_heading {
    width: 25%;
}
.table_blog_heading2 {
    width: 75%;
}
.quick-take {
    width: 100%;
}
.title-text-box p {
    font-family: "Lato";
    font-size: 15px;
    font-weight: 400;
    color: #323232;
    line-height: 20px;
    margin: 0;
}
.blog_content_boxs h4 {
    font-weight: 500;
    color: #1f1f1f;
    font-family: "Lato";
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 28px;
}
.blog_content_boxs p {
    font-family: "Lato";
    font-size: 15px;
    font-weight: 400;
    color: #323232;
    line-height: 20px;
    margin: 0;
}
.blog_content_boxs {
    margin-bottom: 20px;
}
.blog_content_boxs h4 img {
    height: 22px;
    margin-right: 10px;
}
.blog_content_box p > img {
    height: 22px;
    margin-right: 10px;
}
.title-text-box {
    margin-bottom: 10px;
}
.blog-info-details p img {
    margin-right: 10px;
}
p.blog-divider {
    border-left: 0px !important;
}
.blog-info-details p {
    margin-right: 10px !important;
}
@media (max-width: 600px) {
    .table_blog_th {
        width: 220px;
        min-width: 220px;
    }
    .table_blog_th1 {
        width: 300px;
        min-width: 300px;
    }
    .blog-info-details {
        flex-wrap: wrap;
        grid-row-gap: 10px;
    }
    .blog_detail_box h3 {
        margin-top: 20px;
        font-size: 26px;
        line-height: 32px;
    }
    .blog_content_box {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .table_blog_heading {
        width: 150px;
        min-width: 150px;
    }
    .table_blog_heading2 {
        width: 300px;
        min-width: 300px;
    }
    .blog_detail_thead th {
        font-size: 18px;
        padding: 10px;
    }
    .blog_detail_tbody td {
        padding: 10px;
    }
}
