html {
    scroll-behavior: smooth;
}

#toTop {
    cursor: pointer;
}

.elementor-4010 .elementor-element.elementor-element-239bfee > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

h1.page-title {
    color: #353e4f;
    font-family: "Roboto", Sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2em;
}

header.page-header {
    margin: 0;
}

.elementor-4010 .elementor-element.elementor-element-f8b44d2 .jet-breadcrumbs__item-link {
    color: #2bc0c1 !important;
}

.page-template .elementor-5830 .elementor-element.elementor-element-1a3e5d66 > .elementor-widget-container {
    border-width: 1px;
    border-radius: 0px 3px 3px 0px;
}

.elementor-4010 .elementor-element.elementor-element-f8b44d2 .jet-breadcrumbs__item > * {
    font-family: "Roboto", Sans-serif !important;
    color: #353e4f;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.52px;
}

.elementor-4010 .elementor-element.elementor-element-b50bc99 {
    max-width: 1200px;
    margin: 50px auto 50px auto;
    padding: 0 !important;
}

.wpcf7-not-valid-tip {
    color: #FE799B;
}

.col-xs-12 {
    padding: 0;
}

.header-link__light:hover {
    color: rgba(255, 255, 255, 1);
    display: block;
    animation: pulse 0.5s linear;
}

.header-link__dark {
    color: #3b3d42;
}

.header-link__dark:hover {
    display: block;
    animation: pulse 0.5s linear;
    color: #2bc0c1;
}

.pricing-table__title > .header-link__dark:hover {
    color: #3b3d42;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


/*-----BLOG START-----*/
body > .site {
    overflow: initial;
}

body {
    overflow-x: hidden;
}


.posts-list, .single-post article.post {
    margin-right: 0;
}

.article-content {
    display: flex;
}

.entry-content > p {
    word-break: break-word;
}

.posts-list__item > .entry-header > .entry-title, #main > article > .entry-header > .entry-title {
    margin-bottom: 5px;
}

.posts-list__item > .entry-header > .entry-meta.post-meta, #main > article > .entry-header > .entry-meta.post-meta {
    margin-bottom: 8px;
}

.blog-header>.row>.entry-header>.entry-meta>.byline, .blog-header>.row>.entry-header>.entry-meta>.posted-on{
    margin-right: 8px;
}

.site-main > .post.type-post {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.site-main > .post-navigation-container {
    border: none;
}

.site-main > .post.type-post > .entry-header {
    margin-bottom: 25px;
}

.list-style-v5 > .default-item.posts-list__item.has-post-thumbnail > .article-content {
    justify-content: space-between;
}

.list-style-v5 > .default-item.posts-list__item:nth-child(even).has-post-thumbnail {
    flex-direction: column;
}

.list-style-v5 > .default-item.posts-list__item:nth-child(even).has-post-thumbnail > .article-content {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.list-style-v5 .default-item:nth-child(odd) .default-item__thumbnail, .list-style-v5 .default-item:nth-child(even) .default-item__thumbnail {
    width: 100%;
    height: 100%;
    max-width: 330px;
    height: auto;
    background-size: cover;
    min-height: auto;
}

.default-item__thumbnail > img {
    border-radius: 4px;
}

.posts-list__item > .entry-header > .entry-title > a {
    font-size: 36px;
    font-weight: 400;
}

.byline > .author {
    font-weight: 400;
    color: #2bc0c1;
}

.posted-on > time {
    font-weight: 400;
    /*color: #2bc0c1;*/
}

.widget_block {
    height: 100%;
    position: relative;
}

.elementor-widget-container > .elementor-jet-posts> .jet-posts{
    display:flex!important;
    justify-content: space-between;
}

.elementor-widget-container > .elementor-jet-posts > .jet-posts > .jet-posts__item{
    max-width:328px!important;
}


.about-author-inform {
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 4px;
    position: static;
    top: 30px;
}

.about-author-inform > img {
    float: left;
    border-radius: 100%;
    margin: 0 10px 10px 0;
    max-height: 100px;
    max-width: 100px;
}

.sticky {
    width: 100%;
    height: 20px;
}

.Featured{
    font-size: 16px;
    padding: 20px;
    border-radius: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.Featured h3{
font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
}
.Featured ol{
margin-bottom: 0;
}
.Featured a{
margin-bottom: 0;
font-size: 18px;
font-weight: 400;
position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.Featured a::after{
content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" x="0" y="0" viewBox="0 0 515.283 515.283" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M372.149 515.283H85.881c-22.941 0-44.507-8.934-60.727-25.155S.001 452.34.001 429.402V143.134c0-22.94 8.934-44.506 25.154-60.726s37.786-25.154 60.727-25.154h114.507c15.811 0 28.627 12.816 28.627 28.627s-12.816 28.627-28.627 28.627H85.881c-7.647 0-14.835 2.978-20.241 8.384s-8.385 12.595-8.385 20.242v286.268c0 7.647 2.978 14.835 8.385 20.243 5.406 5.405 12.594 8.384 20.241 8.384h286.267c7.647 0 14.835-2.978 20.242-8.386 5.406-5.406 8.384-12.595 8.384-20.242V314.895c0-15.811 12.817-28.626 28.628-28.626s28.628 12.816 28.628 28.626v114.507c0 22.94-8.934 44.505-25.155 60.727-16.221 16.22-37.788 25.154-60.726 25.154zm-171.76-171.762c-7.327 0-14.653-2.794-20.242-8.384-11.179-11.179-11.179-29.306 0-40.485L417.544 57.254H314.896c-15.811 0-28.626-12.816-28.626-28.627S299.085 0 314.896 0h171.761a28.542 28.542 0 0 1 19.997 8.144l.002.002.056.056.017.016.044.044.029.029.032.032.062.062.062.062.031.032.029.029a.62.62 0 0 1 .06.061l.056.057.002.002a28.55 28.55 0 0 1 8.144 19.998v171.761c0 15.811-12.817 28.627-28.628 28.627s-28.626-12.816-28.626-28.627V97.739l-237.4 237.399c-5.585 5.59-12.911 8.383-20.237 8.383z" fill="%232bc0c1" opacity="1" data-original="%232bc0c1" class=""></path></g></svg>');
right:-25px;
top:0;
position:absolute;
}

.Featured{
padding:0;
display:flex;
}
.Featured a{
border-radius:inherit;
padding:0;
display:flex;
}
.Featured a::after{
display:none;
}
.Featured img{
border-radius:inherit;
}


.blog-header {
    margin-bottom: 25px;
}

.blog-header > .row > .entry-header, .blog-footer > .row > .entry-footer {
    width: 100%;
}

.blog-header > .row > .entry-header > .entry-title {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

.blog-header > .row > .entry-header > .entry-meta, .blog-footer > .row > .entry-footer > .entry-meta {
    padding: 5px 0;
    margin: 0;
}

.entry-meta {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.row > .entry-header > .entry-meta > *, .row > .entry-footer > .entry-meta > * {
    padding: 0;
    margin: 0;
}

.entry-header > .entry-meta > .posted-img, .entry-footer > .entry-meta > .posted-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 5px;
}

.entry-meta > .posted-img > img {
    max-width: 40px;
    border-radius: 50%;
}

.entry-meta > .posted-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.entry-meta > .posted-data > p {
    margin: 0;
    line-height: 1;
}

.entry-meta > .posted-data > p > .author, .entry-meta > .posted-data > p > .posted-on > time {
    font-weight: 500;
    color: #a1a2a4;
}

.entry-meta > .posted-data > p > .author, .entry-meta > .posted-data > .byline {
    margin-bottom: 3px;
    margin-top: 1px;
}

.post-thumbnail {
    max-width: 330px;
    float: left;
    margin: 0 20px 20px 0;
}

.blog-footer {
    margin-top: 25px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.blog-footer > .row {
    margin: 0;
}


.summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 25px 0;
    padding: 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: rgba(238, 252, 255, 0.3);
}

.summary > * {
    width: 100%;
    display: block;
}

.summary > h4.header {
    margin-top: 0;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.summary > ol {
    margin: 0;
    padding: 0 22px;
}

.summary > ol > li, .summary > ol > li > ol > li {
    line-height: 1.7em;
}

.summary > ol > li {
    font-weight: 400;
}

.summary > ol > li > ol > li {
    font-size: 17px;
    font-weight: 300;
}

.single-post .post > .entry-content img {
    -webkit-box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 3%);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 3%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 10px 0;
    border-radius: 4px;
}

.single-post .post-thumbnail img {
    margin-top: 4px;
}

body > .elementor > .elementor-top-section:first-child, header#masthead > .elementor > .elementor-section {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
    margin: 25px 0 10px 0;
}

#main .comment-navigation, #main .posts-list-navigation {
    border: none;
}

.list-style-v5 > .default-item.posts-list__item {
    padding: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.posts-list {
    margin-right: 0;
}

.entry-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-link {
    bottom: 0;
    right: 0;
    margin: 0;
}

.edit-link > a.post-edit-link {
    background: #973636;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
}

.edit-link > a.post-edit-link:hover {
    background-color: #7e3434;
}

.entry-title.h2-style {
    font-size: 24px;
}

.entry-content {
    font-size: 18px;
}

.posts-list--default .entry-title{
    margin-bottom:5px;
}

.list-style-v5 .default-item .entry-meta{
    margin-bottom:0;
}

.read-also{
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-left:4px solid #2bc0c1;
    background: rgba(238, 252, 255, 0.5);
    width: 100%;
    display: flex;
    margin: 20px 0;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 3%);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 3%);
    border-radius: 2px;
}
.read-also a{
    padding: 0 0 0 7px;
    font-weight: 400;
}



.transfer-block{
    display:flex;
    align-items: center;
    background: rgba(238, 252, 255, 0.5);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-top: 4px solid rgba(43,192,193,0.3);
    border-bottom: 4px solid rgba(43,192,193,0.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 3%);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 3%);
    padding: 0 10px;
}
.transfer-block>.img-box{
    width: 35%;
    margin: 10px;
}
.single-post .post > .entry-content .transfer-block>.img-box>a{
    display:flex;
    justify-content: center;
}
.single-post .post > .entry-content .transfer-block>.img-box>a>img{
    margin:0;
}
.transfer-block>.text-box{
    width: 40%;
    margin: 10px;
    display:flex;
    justify-content: center;
    flex-direction:column;
}
.transfer-block>.text-box>p{
    margin: 0;
    font-weight: 600;
}
.transfer-block>.text-box>ul{
    list-style: '—';
    margin: 5px 15px;
    font-size: 17px
}
.transfer-block>.text-box>ul>li{
    padding-left:5px;
}
.transfer-block>.button-box{
    width: 25%;
    margin: 10px;
    display: flex;
    justify-content:center;
}
.transfer-block>.button-box>a{
    background:#202734;
    padding: 10px 15px;
    border-radius: 5px;
    font-size:16px;
    font-weight: 600;
    text-align:center;
}
.transfer-block>.button-box>a:hover{
    color: #fff;
    opacity: 0.9;
}


@media (min-width: 640px) {

    #main .list-style-v5 .default-item:nth-child(odd) .default-item__thumbnail {
        margin: 0;
    }

    #main .list-style-v5 .default-item.has-post-thumbnail .default-item__thumbnail {
        max-width: 330px;
        width: 70%;
        margin-top: 0;
    }

    #main .list-style-v5 .default-item.has-post-thumbnail .default-item__content {
        width: 100%;
        padding-left: 20px;
    }

    #main .list-style-v5 .default-item:nth-child(even) .default-item__content {
        padding: 0;
    }

    #main .list-style-v5 .default-item.has-post-thumbnail .default-item__content .entry-content {
        font-size: 17px;
    }
}

@media (max-width: 940px) {
    .about-author-inform {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 940px) {
    #primary {
        padding-right: 28px;
    }
}

@media (min-width: 1200px) {
    .posts-list--default .entry-title{
        font-size: 28px;
    }
    .entry-title.h2-style {
        font-size: 36px;
    }
}

@media (max-width: 1260px) {
    #masthead > .elementor > .elementor-section > .elementor-container, .container {
        max-width: calc(100vw - 60px);
    }

    .blog-header {
        margin-bottom: 15px;
    }
}


@media (max-width: 640px) {
.list-style-v5 > .default-item.posts-list__item:nth-child(even).has-post-thumbnail > .article-content{
flex-direction: column;
}
.posts-list--default .entry-header .entry-meta{display:none;}

    .entry-content > h2{
        font-size: 24px;
    }
    .article-content {
        flex-direction: column;
    }

    .article-content > .default-item__thumbnail {
        margin-bottom: 10px;
    }

    .article-content > .default-item__content {
        font-size: 18px;
    }

    .summary > h4.header {
        font-size: 20px;
    }

    .summary > ol > li, .summary > ol > li > ol > li {
        font-size: 17px;
    }

    #masthead > .elementor > .elementor-section > .elementor-container, .container {
        max-width: calc(100vw - 40px);
    }
    .transfer-block{
     flex-direction:column;
        padding:15px;
    }
    .transfer-block>.img-box, .transfer-block>.text-box, .transfer-block>.button-box{
        width: 100%;
    }
}

@media (max-width: 420px) {
    .single-post .post-thumbnail {
        margin-right: 0;
    }
}

/*-----BLOG END-----*/


/*-----CONTACT FORM START-----*/
.cf7-namefield > p {
    display: flex;
    justify-content: space-between;
}



.cf7-namefield > p > label {
    width: 49%;
}

@media (max-width: 640px) {
    .cf7-namefield > p {
        flex-direction: column;
    }

    .cf7-namefield > p > label {
        width: 100%;
    }

    .cf7-namefield > p > label:first-child {
        margin-bottom: 10px;
    }
}

/*-----CONTACT FORM END-----*/



.menu-categories-container{
    display:none;
}





.dc{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    vertical-align: middle;
}
.grid-table>.ds{
    justify-content: flex-start;
	text-align: start;
}
.grid-table>.vt{
    align-items: flex-start;
	text-align: start;
}

.vc{
	display: flex;
	align-items: center;
  vertical-align: middle;
}

.grid-table{
	display: grid;
	border: 1px solid #eee;
	margin: 20px 0;
}
.cols-2{
	grid-template-columns: 50% 50%;
}
.cols-3{
	grid-template-columns: 33.33% 33.33% 33.33%;
}
.cols-4{
	grid-template-columns: 25% 25% 25% 25%;
}
.cols-5{
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.cols-6{
	grid-template-columns: 16.67% 16.67% 16.67% 16.67% 16.67% 16.67%;
}
.cols-7{
	grid-template-columns: 20% 20% 20% 20% 20% 20% 20%;
	overflow-x: scroll;
}
.cols-8{
	grid-template-columns: 20% 20% 20% 20% 20% 20% 20% 20%;
	overflow-x: scroll;
}
.cols-9{
	grid-template-columns: 20% 20% 20% 20% 20% 20% 20% 20% 20%;
	overflow-x: scroll;
}
.cols-10{
	grid-template-columns: 20% 20% 20% 20% 20% 20% 20% 20% 20% 20%;
	overflow-x: scroll;
}
.cols-11{
	grid-template-columns: 20% 20% 20% 20% 20% 20% 20% 20% 20% 20% 20%;
	overflow-x: scroll;
}
.cols-12{
	grid-template-columns: 20% 20% 20% 20% 20% 20% 20% 20% 20% 20% 20% 20%;
	overflow-x: scroll;
}
.grid-table.cols-7>div:nth-child(7n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-8>div:nth-child(8n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-9>div:nth-child(9n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-10>div:nth-child(10n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-11>div:nth-child(11n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-12>div:nth-child(12n+1) {
    position: sticky;
    left: 0;
}
.grid-table>div{
	background: #fff;
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	border: 1px solid #eee;
}

@media screen and (max-width:779px) {
.grid-table.cols-3{
    grid-template-columns: 33% 33% 33%;
	overflow-x: scroll;
}
.grid-table.cols-3>div:nth-child(3n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-4{
    grid-template-columns: 30% 30% 30% 30%;
	overflow-x: scroll;
}
.grid-table.cols-4>div:nth-child(4n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-5{
    grid-template-columns: 30% 30% 30% 30% 30%;
	overflow-x: scroll;
}
.grid-table.cols-5>div:nth-child(5n+1) {
    position: sticky;
    left: 0;
}
.grid-table.cols-6{
    grid-template-columns: 30% 30% 30% 30% 30% 30%;
	overflow-x: scroll;
}
.grid-table.cols-6>div:nth-child(6n+1) {
    position: sticky;
    left: 0;
}
}



.entry-content table.pros-cons tbody>tr:first-child>td{
	text-align: left;
	vertical-align: middle;
	width: 60%;
	padding-bottom: 0;
}
.entry-content table.pros-cons tbody>tr:first-child>td>h5{
	font-size: 22.5px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
}

.entry-content table.pros-cons tr.alt{
	background: rgba(0,0,0,0.02);
}
.entry-content table.pros-cons tr{
	display: flex;
}
.entry-content table.pros-cons tr>td{
	text-align: justify;
	vertical-align: top;
	padding: 10px 15px;
	flex-basis:50%;
}
.entry-content table.pros-cons tr>td>ul {
	padding-left:15px;
	margin-left: 10px;
}
.entry-content table.pros-cons tr>td:first-child>ul>li {
	text-align: start;
	list-style-type: '\2714';
}
.entry-content table.pros-cons tr>td:first-child>ul>li::marker {
	color: green;
	display: flex;
	justify-content: center;
	align-items:center;
	line-height: 32px;
	font-weight: 800;
	font-size: 24px;
	font-family: 'Ubuntu', Arial, sans-serif;
}
.entry-content table.pros-cons tr>td:last-child>ul>li::marker {
	color: red;
	display: flex;
	justify-content: center;
	align-items:center;
	line-height: 32px;
	font-weight: 800;
	font-size: 24px;
	font-family: 'Ubuntu', Arial, sans-serif;
}
.entry-content table.pros-cons tr>td:last-child>ul>li {
	text-align: start;
	list-style-type: '✘';
}
.entry-content table.read-also ul{
margin-bottom: 0;
}
.entry-content table.read-also{
margin: 30px 0;
}

#comments .comment-content{
font-size: 16px;
}
#comments .comment-meta, #comments .comment-meta a{
font-size: 17px;
}

.comments-title {
  font-weight: 600;
  font-size: 24px;
}
#cancel-comment-reply-link {
  margin-left: 15px;
}
.comment-meta {
  color: #2bc0c1;
  font-weight: 400;
}

.img-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
.single-post .post > .entry-content .img-grid img {
    opacity: 1;
    /* filter: brightness(97%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg); */
    transition-duration: 0.3s;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 0;
    border: 0;
  }
  
  @media screen and (max-width: 1200px) {
.img-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  }
  
  
  @media screen and (max-width: 767px) {
.img-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  }
  
 .about-entry.entry-meta {
 flex-direction:column;
 }
 