.blog-heading span {
    color: #00AFF0;
}

.blog-heading h1 {
    padding-top: 10px;
    max-width: 35%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.blog-wrapper a {
    color: #000;
    font-weight: 500;
}

.blog-wrapper a:hover {
    color: #000;
    font-weight: 500;
}

.blog-content .banner-button img,
.post-details img {
    max-width: 15px;
    margin-left: 5px;
}

.post-img img {
    max-width: 70px;
}

/**blog-content-page-start**/
.service-section h1 {
    font-size: 25px;
}

.service-section h2 {
    font-size: 24px;
    font-weight: 600;
}

.service-section p {
    color: #858585;
    text-align: justify;
    padding-top: 10px;
}

.service-section img {
    padding-right: 15px;
}

.service-types ul {
    padding-inline-start: inherit;
}

.service-types ul li {
    padding-top: 15px;
    font-size: 14px;
}

.campaign p {
    padding-top: 10px;
}

.campaign ul li {
    padding-top: 15px;
    font-size: 14px;
}

.admin-comment p {
    margin: 0;
    padding-left: 10px;
}

.social-icons i {
    padding-right: 25px;
}

.form-content {
    max-width: 500px;
}

/**right-section-start**/

.search-wrapper {
    border-radius: 15px;
    border: 0.5px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 28px 57px 0px rgba(190, 190, 190, 0.25);
    padding: 20px;
}

.search-wrapper .form-group {
    margin-bottom: inherit;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.post-wrapper {
    border-radius: 15px;
    border: 0.5px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 28px 57px 0px rgba(190, 190, 190, 0.25);
    padding: 20px;
}

.post-wrapper h4 {
    font-weight: 600;
}

.post-wrappers {
    background: #FFF;
    padding: 20px;
}

.post-wrappers h4 {
    font-weight: 600;
}

.post-details h3 {
    font-weight: 600;
}

.post-details p {
    color: #666A82;
}

.category-wrapper {
    border-radius: 15px;
    border: 0.5px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 28px 57px 0px rgba(190, 190, 190, 0.25);
    padding: 20px;
}

.category-wrapper h4 {
    font-weight: 600;
}

.category-wrapper li {
    list-style: none;
    border-bottom: 1px dashed #DEDEDE;
    font-size: 14px;
}

.category-wrapper ul {
    padding: 0;
    margin: 0;
}

.category-wrapper h2,
p {
    font-weight: 500;
    color: #000;
}

/**right-section-end**/

/**blog-content-page-end**/

/**blog-page-start**/
.blog-box {
    border: 0.5px solid #DEDEDE;
    background: #FFF;
    box-shadow: 0px 28px 57px 0px rgba(190, 190, 190, 0.25);
    height: max-content;
}

.blog-box img {
    width: 100%;
}

.views {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.views img {
    max-width: 15px;
}

.view-details p {
    padding-left: 10px;
}

.blog-content {
    padding: 15px;
}

.blog-content h2 {
    color: #303030;
    font-family: Lexend;
    font-size: 16px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 600;
}

.blog-content p {
    color: #858585;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 15px;
}

/* .blog-content button {
    background: #303030;
    margin-top: 10px;
} */

.money-wrapper {
    border-radius: 30px;
    background: #110F0F;

}

.money-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 15px;

}

.money-wrapper p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    max-width: 70%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    text-align: center;

}

.maintain ul li {
    padding-top: 15px;
    font-size: 14px;
}

.target-wrapper h1 {
    font-size: 25px;
}

.perspective h1 {
    font-size: 25px;
}

.boosting h1 {
    font-size: 25px;
}

.deploy h1 {
    font-size: 25px;
}

.maintain h1 {
    font-size: 25px;
}

.maintain ul,
.campaign ul {
    padding-inline-start: inherit !important;
}

.blog-details img {
    max-width: 100%;
}

/**blog-page-end**/

@media(max-width:1440px) {
    .blog-heading h1 {
        max-width: 75%;
        font-size: 30px !important
    }
}

@media(max-width:1280px) {
    .blog-box {
        height: 265px;
    }
}

@media(max-width:992px) {
    .blog-box {
        height: 100%;
    }
}

@media(max-width:577px) {
    .blog-heading h1 {
        max-width: 75%;
        font-size: 14px !important;
    }

    .blog-box {
        height: 100%;
    }
}