/* Rank math FAQ styling */

.rank-math-list-item { 
    background: #fff; 
    padding: 2rem !important; 
    border: 1px solid #D3DDF3; 
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06); 
    margin-bottom: 1rem; 
    border-radius: 5px; 
}

#rank-math-faq{

	background: none;
    border-radius: 5px;
    padding-right: 15px;
	margin: 0 !important;
}

.rank-math-question {
    border-bottom: 1px solid #F0F4F8;
    padding-bottom: 0.825rem;
    margin-bottom: 0.825rem;
    position: relative;
    padding-right: 40px;
}

@media (max-width: 768px) {

    .rank-math-question {
        padding-right: 2rem;
        line-height:160%;
    }

}


/* Footer */

footer {
	background:white;
}


/* styles for related reads post section */

.gallery-caption {

    font-size: 14px;
    font-family: 'IBM Plex Sans';
    margin-top: 20px;
    color: black;
    text-wrap: balance;
    
}

.attachment-medium {

    border: none !important;

}

.gallery-item {
    border-radius: 20px;
    border: 0.5px solid #D3DDF3;
    background: #FFF;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
    max-width: 350px;
}

.gallery-size-medium {

    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

.rpbt_shortcode {
    margin-top: 100px;
}

div.rpbt_shortcode > h3 {

    color: black !important;
    font-size: 1.8rem !important;

}

@media (max-width: 768px) {

    .gallery-size-medium {

     flex-direction: column;
		align-items: center;

    }

    .gallery-item {
        width: 75% !important;
    }

    div.rpbt_shortcode > h3 {

        text-align: center !important;
        
    }
  }


  /* CUSTOM BLOCK - CALLOUT */

  .callout-box {
    border-radius: 12px;
    border: 2px solid #F6961B;
    background: #FFF6EA;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction:column;
    width: 100%;
    padding: 3rem !important;
    justify-content: center;
    margin: 3rem 0;
    align-items: flex-start;

}

.callout-box>p {
    color: black;
    font-family: "Raleway";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.callout-box > a {
    color: #377DED;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    text-decoration:underline;
    margin-top: 1.5rem;

}

@media (max-width: 768px) {

	.callout-box, .quote-box {
        padding: 3rem !important;		     
    }
	
		.author-box {
		max-width:100%;
	}
        
  }

  /* CUSTOM BLOCK - Citation */

  .citation-box {
        
    margin: 3.5rem 0 3.5rem 1rem;
    position: relative;
}

.citation-text {
    font-weight: 700;
    margin-left: 30px;

}

.citation-text p {
padding: 0 !important;
}

.citation-line {

    background: #377DED;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
}

  /* CUSTOM BLOCK - Comparison table */

  .comparison-box {
    display: flex;
padding: 0px 3rem;
justify-content: space-between;
align-items: center;
}

.comparison-box span {
    color: black;
font-family: Raleway;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 140%; 

}

.comparison-box li {
    list-style: none;
}

.pros-list > ul, .cons-list > ul  {
    position: relative;
}

body > div.comparison-box > div.pros-list > ul > li::before, body > div.comparison-box > div.cons-list > ul > li::before {
    content: '';
    position:absolute;
    left:0px;
    background-size: contain;
background-repeat: no-repeat;
background-position: center;

}

body > div.comparison-box > div.pros-list > ul > li::before {
    background-image: url("https://crowdo.net/blog/wp-content/uploads/2023/10/pro.png");
    width: 9.959px;
    height: 18.07px;
}

body > div.comparison-box > div.cons-list > ul > li::before {
    

    background-image: url("https://crowdo.net/blog/wp-content/uploads/2023/10/conn.png");
    width: 13.665px;
    height: 13.665px;

}

  /* Native code BLOCK */

  .wp-block-code {
    padding: 3rem !important;
    margin: 3rem 0;
    background: #eeede8;
    border-radius: 10px;
}

.wp-block-code code {
    font-size: 14px;
}

/* CUSTOM BLOCK - CTA - 1 BTN*/

.cta-box {
    display: flex;
   flex-direction: column;
   width: 100%;
   padding: 6rem 0 !important;
   justify-content: center;
   align-items: center;
   color: white;
   text-align: center;
   font-family: Raleway;
   border-radius: 25px;
   border: 0.5px solid #D3DDF3;
   background: #377DED;
   box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
   margin: 3rem 0;

}

.cta-heading {
   font-size: 36px !important;
   font-style: normal !important;
   font-weight: 700 !important;
   line-height: 110% !important;
   margin-bottom: 2rem !important;
   color: white !important;
   text-align: center !important;
   padding: 0 3rem !important;
}

.cta-box>span {
   font-size: 18px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   margin-bottom: 4.6rem;
   max-width: 75ch;
   padding: 0 3rem;

}

.cta-box>a>button {
   border-radius: 25px;
   background: #F6961B;
   color: white;
   display: flex;
   height: 49px;
   padding: 12px 31px;
   justify-content: center;
   align-items: center;
   border: none;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   cursor: pointer;
   font-family: Raleway;
}

.cta-box>a>button:hover {
   color:#377DED;
   background: white;			
}

.cta-box>a {
   text-decoration: none !important;
}

/* CUSTOM BLOCK - QUOTE */

.quote-symbol {
	max-width: 35px;
	margin-bottom: 2rem;
        }

.quote-box {
	border-radius: 25px;
	border: 1px solid #D3DDF3;
	background: #F0F3FF;
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	padding: 3rem !important;
	flex-direction: column;
	justify-content: center;
	font-family: "Raleway";
	color: black;
	margin: 3rem 0;

        }

.quote-box > p {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
/* 	margin-bottom: 4rem;  */
	max-width: 75ch;
        }

.quote-extra {
		margin-top: 4rem; 
		display: flex;
		flex-direction: column;
		gap: 2px;
}

.quote-author {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; 
        }

.quote-designation {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
        }




/* Tables */

.post-page .entry .entry-content .wp-block-table {
    font-size: 1.5rem;
}
.post-page .entry .entry-content .wp-block-table table {
    border-collapse: collapse;
}
.post-page .entry .entry-content .wp-block-table table td,
.post-page .entry .entry-content .wp-block-table table th {
    border: 1px solid #b3b5b78a;
    padding: 8px;
}

.post-page .entry .entry-content .wp-block-table table tr:nth-child(odd)

 { 
    background-color: #F0F3FF;

}

.post-page .entry .entry-content .wp-block-table table td, .post-page .entry .entry-content .wp-block-table table th { 
    border: 1px solid #D3DDF3; 
    padding: 2rem; 
}

/* Progress bar indicator */

#progress-indicator {
    position: fixed;
    top:0;
    left:0;
    height: 3px;
    background-color: #1B7BF6;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}


/* Ordered list style */

.post-page .entry .entry-content ol li {
    display: block;
	list-style: none;
}

.post-page .entry .entry-content ol {
    padding-left: 0;
    counter-reset: item;
}

.post-page .entry .entry-content ol li::before { 
    content: counter(item); 
    counter-increment: item; 
    color: #2b3277; 
    font-size: 1.4rem; 
    font-weight: bold; 
    display: inline-block; 
    width: 2.8rem; 
    height: 2.8rem; 
    background-color: #377DED; 
    color: white; 
    border-radius: 50%; 
    margin-right: 1.5rem; 
    text-align: center; 
    line-height: 26px; 
}

/* Unordered list style */
.post-page .entry .entry-content ul li::before {
    content: "\2022";
    color: #377DED;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 0.7em;
    line-height: 0.7em;
}

/* Lists */
.post-page .entry .entry-content ul li,
.post-page .entry .entry-content ol li {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.8rem;
    color: #000;
    display: list-item;
    list-style-position: inside;
    margin-left: 2rem;
    margin-bottom: 6px;
}
.post-page .entry .entry-content ul li a,
.post-page .entry .entry-content ol li a {
    display: inline;
}
.post-page .entry .entry-content ul {
    list-style: none;
}
.post-page .entry .entry-content .wp-block-getwid-table-of-contents ul li {
    font-size: 1.5rem;
}

/* Author Info */

/* NEW AUTHOR SECTION*/

.article__author-info {
	
	display: flex;
	padding: 2rem;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 20px;
	border: 1px solid  #D3DDF3;
	background: #FFF;
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
}

.article__author-info .article__author-name a, .article__author-info .article__author-description {
	color: black;
	max-width: 75ch;
}


.author-heading {

	color: black !important;
	font-family: Raleway;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 140%; 
	margin-top: 3rem;
}

@media (max-width: 768px) {

	.author-box {
		max-width:100%;
	}
  }

.article__author-info .article__author-photo img {
    border-radius: 50%;
    width: 100%;
    max-width: 80px;
}
.article__author-info .article__author-name,
.article__author-info .article__author-description,
.article__author-info .article__author-links {
    font-size: 2rem;
    margin-top: 2rem;
}
.article__author-info .article__author-name {
    font-weight: bold;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
}

.article__author-info .article__author-description {
    line-height: 2.6rem;
    font-size: 1.6rem;
    font-family: 'IBM Plex Sans', sans-serif;

}
.article__author-info .article__author-links a {
    margin-right: 5px;
    display: inline-block;
}

/* Figcaption */

.post-page .entry .entry-content > figure > figcaption > em { 
    font-size: 1.4rem; 
    font-family: 'IBM Plex Sans'; 
    color: #828282; 
    font-weight: 500; 
}

.wp-block-image figcaption { 
    margin-bottom: 2rem; 
    margin-top: 2rem;

}

.wp-block-image img {
	margin: 3rem 0;
}

/* Post page - hero section */

.article-hero,
.article-hero-content-author-box,
.article-hero-content-info,
.article-hero-content-secondary-wrapper {
    display: flex;
}

.author-box {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	align-content: center;
	align-items: flex-start;
	max-width: 66.6666%;
	border-top: 1px solid #b9c6e2;
	margin: 3rem 0;
	padding: 0 15px;
}

.grey-divider {
    background: #B9C6E2;
    margin-top: 3rem;
    height: 1px;
    width: 100%;
    border: none;
    margin-bottom:0;
    }

.article-hero-content-secondary-wrapper {
    justify-content: center;
    align-items: center;
}

.article-hero-content-divider {
    width: 1px;
    height: 3rem;
    background: #D3DDF3;
    margin: 0 1.5rem;
}

.article-hero {
    justify-content: space-evenly;
}

.article-hero-content-info {
    width: 100%;
    align-items: center;

}

.article-hero-content-info span {
    color: black;
    font-family: IBM Plex Sans;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.article-hero-image {
    max-width: 400px;
    object-fit: cover;
}

.article-hero-content-author-box {

    align-items: center;
    gap: 2rem;
}

.article-hero-content-author-box>img {
    border-radius: 50%;
    width: 5rem;
}

.article-hero-container {

    max-width: 100%;
    padding: 4rem 12rem;
}

.article-hero-h1 {
    margin-bottom: 3.5rem;
    margin-top: 0.8rem;
    padding: 0;
    color: #000;
    font-family: Raleway;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: left;
    text-wrap: balance;
}

.article-hero-content {
    max-width: 700px;
}

.article-hero-content-category {
    margin: 0;
    padding: 0;
    color: #377DED;
    font-family: IBM Plex Sans;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
		body > section > div.article-hero-container > div > div > div > div.article-hero-content-author-box > span {
			font-size: 1.4rem;
		}
		
    .article-hero,
    .article-hero-content-info {
        flex-direction: column;
    }
    
    body > section > div.article-hero-container > div > div > div > div.article-hero-content-author-box > span {
        font-size: 1.4rem;
    }
    
    .article-hero-content-info span {
        font-size: 1.2rem;
    }

    .article-hero-content {
        max-width: 100%;
    }


    .article-hero-container {
        padding: 4rem 2rem;
    }

    .article-hero-h1,
    .article-hero-content-category {
        text-align: center;
    }

    body>section>div.article-hero>div>div>div.article-hero-content-secondary-wrapper>div:nth-child(1) {
        display: none;
    }

    .article-hero-content-secondary-wrapper {
        margin-top: 3rem;
    }

    .article-hero {
        align-items: center;
        width: 100%;
    }

    .article-hero-content {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .article-hero-content-secondary-wrapper {
        gap: 15px;
    }



    .article-hero-content-secondary-wrapper>div:nth-child(1) {
        display: none;
    }

    .article-hero-h1 {
        font-size: 3rem;
        max-width: 60rem;
    }

    .article-hero-content-category {
        font-size: 1.2rem
    }


}

@media screen and (min-width: 900px) and (max-width:1300px) {
    
    .article-hero-container {
        padding: 4rem;
    }
            
    .article-hero-h1 {
        font-size: 4rem;
    }
    
    .article-hero-image {
        max-width: 280px;
    }
    
}

/* Front page */

.category-text-new {
	
	border-radius: 50px;
	border: 0.5px solid #D3DDF3;
	background: #FFF;
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
	padding: 6px 15px;
	color: #000;
	font-family: Raleway;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
	width: max-content;

}

.front-container {
	margin-bottom: 40px;
}

.front-heading {
	
	text-align:left;
	color: #000;
	font-family: Raleway;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 18px;
}

.front-text {
	text-align:left;
	color:  #000;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

@media (max-width: 768px) {

	.front-text, .front-heading {
		
		text-align: center;
		
	}

    .front-container {
		margin-top: 6rem;
	}
	
	.article-hero-image {
    max-width: 80%;
	}

}

.date-text-new {
	
	color: #828282;
	font-family: Raleway;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

/* General */

h1, h2, h3, h4, h5, h6, p {
    color: var(--third-color);
}

body > section > div.container > hr {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

a {
    color: #007bff;
}
.main-section {
    padding-top: 8rem;
	background-color: #FBFCFF;
}

.hide {
    display: none;
}
.btn-orange {
    background: #FFA500;
}

@media (max-width: 575px) {
    html, body {
        font-size: 9.6px;
    }
}

@media (max-width: 375px) {
    html, body {
        font-size: 9.2px;
    }
}

@media (max-width: 991px) {
    html, body {
        font-size: 10px;
    }
}

@media (max-width: 1199px) {
    html, body {
        font-size: 11px;
    }
}


/* Front page - cards */

@media (min-width: 768px) and (max-width: 1199px) {
    body.home.blog .card-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.cards {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}


.cards .card-wrapper {
    display: flex;
}

.cards .card {
    -webkit-border-radius: 1rem;
/*     border-radius: 1rem; */
/*     margin-top: 3rem; */
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.20);
/*     box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.20); */
    /*box-shadow: 0px 10px 25px rgba(0,0,0,0.10)*/
	
max-width: 350px;
padding: 40px 36px;
	margin: 0 auto 60px;
	
border-radius: 20px;
border: 0.5px solid #D3DDF3;
background: #FFF;
box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
	
}
.cards .card-title {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
	    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #377DED;
}
.cards .card-img-top {
    -webkit-border-top-right-radius: 1rem;
    border-top-right-radius: 1rem;
    -webkit-border-top-left-radius: 1rem;
    border-top-left-radius: 1rem;
    transition: transform .4s; /* Animation */
}

.cards .card-body {
    padding-top: 2.25rem;
    display: flex;
    flex-direction: column;
}
.cards .card-text {
    margin-bottom: 1.8rem;
    flex: 1 0 auto;
}

.cards .card-text p {
font-family: 'Raleway', sans-serif;
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 19.6px */	
}

.cards .read-more-block {
    display: flex;
    justify-content: center;
}

  /* Post Page */

.post-page .article {
    margin: 0 auto 3.5rem;
}
.post-page.main-section {
    background: unset;
    padding-top: 2rem;
}

.post-page .article__body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.post-page .entry .entry-content h1,
.post-page .entry .entry-content h2,
.post-page .entry .entry-content h3,
.post-page .entry .entry-content h4,
.post-page .entry .entry-content h5,
.post-page .entry .entry-content h6,
.post-page .entry .entry-content p,
.post-page .entry .entry-content ul,
.post-page .entry .entry-content ol,
.post-page .entry .entry-content figure {
    padding: 10px 0;
}

.post-page .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    max-width: 100%;
}
.post-page .entry .entry-content {
    font-size: 10px;
}
.post-page .entry .entry-content p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.8rem;
    color: #000;
}
.post-page .entry .entry-content h2,
.post-page .entry .entry-content h3,
.post-page .entry .entry-content h4 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #377DED;
    text-align: initial;
    margin-bottom: 0;
}
.post-page .entry .entry-content h2 {
    font-size: 3.6rem;
}
.post-page .entry .entry-content h3 {
    font-size: 2.2rem;
}
.post-page .entry .entry-content h4 {
    font-size: 1.8rem;
}
.post-page .entry .entry-content a {
    display: inline;
    text-decoration: underline;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    color: #377DED;
}
.post-page .entry .entry-content .buttons__wrapper a {
    display: flex;
}
.post-page .entry .entry-content .buttons__wrapper .button_su_inner {
    text-decoration: none;
}
.post-page .entry .entry-content .buttons__wrapper .button_su_inner span {
    font-size: 1.6rem;
    font-family: "Futura PT Demi", sans-serif;
    color: #FFFFFF;
}
.post-page .entry .entry-content a:visited {
    color: #2b3278;
}
.post-page .entry .entry-content .wp-block-getwid-accordion a {
    color: #007bff;
    font-size: 2rem;
}
.post-page .entry .entry-content > figure > figcaption > em {
    font-size: 1.5rem;
}
.post-page .entry .entry-content .buttons-block .buttons__wrapper {
    justify-content: left;
}
.post-page .entry .entry-content .buttons-block .buttons__wrapper .button_su_inner span {
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .main-section {
        padding-top: 0;
    }
		
    .page__title {
        width: 100%;
        padding: 6rem 0;
        margin-bottom: 0;
    }

    .post-page .article__title {
        font-size: 3.5rem;
    }
    .post-page .article__author,
    .post-page .article__date,
    .post-page .article__info-line {
        font-size: 1.8rem;
    }

}
@media (max-width: 575px) {
    .post-page .article__author,
    .post-page .article__date,
    .post-page .article__info-line {
        font-size: 1.6rem;
    }
    .post-page .article__body {
        margin-bottom: 2.9rem;
    }
    .post-page .entry .entry-content p,
    .post-page .entry .entry-content ul li,
    .post-page .entry .entry-content ol li {
        font-size: 1.8rem;
    }
}


@media (min-width: 576px) {
    .post-page > .container {
        max-width: 574px;
    }
}
@media (min-width: 768px) {
    .post-page > .container {
        max-width: 766px;
    }
}
@media (min-width: 992px) {
    .post-page > .container {
        max-width: 990px;
    }
}
@media (min-width: 1200px) {
    .post-page > .container {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {		
	.post-page .article__header-info   { 

     display: flex;
    flex-direction: column;
    align-items: center;
	gap: 3rem;

}
	.article__info-line {
		display:none;
	}
	
	.article__header-info {
		margin: 2rem 0;
	}
	
	.cta-box>a>button {
		max-width: 300px;
	}
}

/* Custom blocks */
.post-page .entry .entry-content .button_su_inner_white {
    color: #1B7BF6 !important;
    font-size: 1.6rem;
    text-decoration: none;
}
.post-page .entry .entry-content .button_su_inner_white:hover {
    color: #FFFFFF;
}


/* Filter*/
.blog_filters{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: calc(2em - 4px);
  }
  
  .blog_filters li{
    background: transparent;
    color: #000;
    margin-top: 1em;
    white-space: nowrap;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 15px;
  }
  
  .blog_filters li a{
    background-color: #FBFCFF;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease; 
    box-shadow: 0px 0px 28px 0px #0000000F;
    color: inherit;
    display: block;
    padding: 6px 30px 6px 30px;
    border: 0.5px solid #D3DDF3;
    border-radius: 50px;
  }
  .blog_filters li.active a{
    background-color: #F6961B;
    color: #fff;
    border-color: transparent;
  }
  
  .blog_filters li:not(.active ) a:hover{
    color: #377DED;  
  }
  
  @media (max-width:992px){
    .blog_filters{
        justify-content: center;
    }
    .blog_filters li{
      font-size: 12px;
      font-weight: 500;
    }
  }

/* Leftover */

    .article-hero-content-author-box {

        align-items: center;
        gap: 2rem;
    }

    .article-hero-content-author-box>img {
        border-radius: 50%;
        width: 5rem;
    }

.author-box {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	align-content: center;
	align-items: flex-start;
	max-width: 66.6666%;
	border-top: 1px solid #b9c6e2;
	margin: 3rem 0;
	padding: 0 15px;
}

.author-heading {

	color: black !important;
	font-family: Raleway;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 140%; 
	margin-top: 3rem;
}

/* Leftover - media queries */


@media (min-width: 5110px) {
    html,body {
      font-size: 33px !important;
    }

  }
  
  @media (min-width: 3830px) {
    html,body {
      font-size: 22px;
    }
  }
  
  @media (min-width: 1910px) {
    html,body {
      font-size: 11px;
  }
}
  
  @media (max-width: 1199px) {
    html,body {
      font-size: 8.4px;
    }
  }

  @media (max-width: 991px) {
    html,
    body {
      font-size: 7px;
    }
}

  
  @media (max-width: 575px) {
    html,body {
      font-size: 8px;
    }
  }