.single .mkdf-blog-holder article .mkdf-post-title{color:#001659;font-size: 50px;}
.thank-you-sec .thank-you-wrap .wpb_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.home .home-two-col {
    padding-top: 100px;
}
.portfolio-list-sec article.mkdf-pl-item
{
    margin-bottom: 30px !important;
}
.portfolio-list-sec article.mkdf-pl-item:nth-last-child(1) ,.portfolio-list-sec article.mkdf-pl-item:nth-last-child(2) {
    margin-bottom: 100px !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
   .single .mkdf-blog-holder article .mkdf-post-title {
        font-size: 50px;
    }
    .home .home-two-col {
    padding-top: 70px;
    }
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
    .single .mkdf-blog-holder article .mkdf-post-title {
        font-size: 44px;
    }
    .home .home-two-col {
    padding-top: 50px;
    }
    .home .home-about-content{ padding-top: 30px;}
    .portfolio-list-sec article.mkdf-pl-item:nth-last-child(1) ,.portfolio-list-sec article.mkdf-pl-item:nth-last-child(2) {
        margin-bottom: 20px !important;
        }
}
@media only screen and (max-width: 680px) {
    .single .mkdf-blog-holder article .mkdf-post-title {
        font-size: 36px;
    }
    .home .home-two-col {
    padding-top: 50px;
    }
    .home .home-about-content{ padding-top: 30px;}
    .portfolio-list-sec article.mkdf-pl-item
    {
        margin-bottom: 20px !important;
    }
    .portfolio-list-sec article.mkdf-pl-item:nth-last-child(1) ,.portfolio-list-sec article.mkdf-pl-item:nth-last-child(2) {
    margin-bottom: 20px !important;
    }

}