/** Mobile view **/
@media screen and (max-width: 760px) {
    
  .article-page-text-box p.mobile-hide{display:none;}
  .desktop-shown {
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .mobile-shown {
    display: block;
  }
  h1,
  h1.h1-header {
    font-size: 1.9rem;
    letter-spacing: 0;
  }

  h2 {
    font-size: 1.65rem;
    text-align: center;
  }
  p {
    font-size: 1rem;
  }

  #sidebar-menu {
    padding-top: 40px;
  }
  #mobile_header_link_to_insurance_category {
    position: absolute;
    font-size: 1.3125rem;
    z-index: 80;
    color: #c9475f !important;
  }

  .section-1 {
    margin-top: 0;
  }
  .section-1 .pos-absolute {
  }
  .section-1 .pos-absolute-inner {
    margin-top: 90px;
    width: 100%;
  }
  .section-1 .pos-absolute-inner img {
    width: 42vw;
  }
  .section-1 .pos-absolute-inner h4.hidden {
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    padding-top: 1.5vh;
    padding-bottom: 0.8vh;
  }

  .section-1 .col {
    display: none !important;
  }
  .section-1 .the-grid {
    width: 100%;

    background-size: cover;
    background-repeat: no-repeat;
  }

  /** Animations start **/

  /** Animations end **/
  .article-page .article-page-text-box,
  .article-page .section.section-1 .article-page-text-box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0;
    padding-left: 0;
  }
  .article-page h1.h1-header {
    padding-bottom: 1rem;
  }
  .article-page h2 {
    text-align: right;
  }
  .article-page-text-box ul li,
  .article-page-text-box ol li,
  .article-page-text-box p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #474747;
    padding-bottom: 1rem;
    white-space: normal;
  }
  .article-page-text-box h2,
  .article-page-text-box h3,
  .article-page-text-box h4,
  .article-page-text-box h5,
  .article-page-text-box h6 {
      white-space: normal;
  }

  .article-page .section-1 .btn {
    margin-top: 0;
  }

  .insurance-main-img-desktop {
    display: none;
  }
  .compensator-mobile {
    display: block;
    height: 192px;
    width: 100%;
  }
  .insurance-main-img-mobile {
    display: block;
  }
  .section-1_1 {
    padding-bottom: 20px;
  }
  .category-page .section-1_1 {
    padding-bottom: 0;
  }
  .section-1_1 .insurance-companies-logoes {
    padding-top: 30px;
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 0;
  }

  .section-1_1 h2 {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .section-1_1 img.stars {
    width: 60%;
    max-width: 60%;
  }

  .section-2 {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .section-2 h2 {
    padding-bottom: 16px;
    width: 60vw;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .section-2 .body {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .section-2 .body .col {
    width: 40%;
    height: auto;
    margin-top: 0;
  }
  .section-2 .body .col-1,
  .section-2 .body .col-3 {
    float: right;
  }
  .section-2 .body .col-2,
  .section-2 .body .col-4 {
    float: left;
  }
  .section-2 .body .col p {
    font-size: 1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
  }
  .section-2 .body .col span.btn {
    width: 100%;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1rem;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .section-2-hidden-p {
    display: block;
    height: 0;
    line-height: 0;
    padding: 0 0;
    margin: 0 0;
  }

  .section-article-content-2-img {
    width: 30%;
    margin: 10px 35%;
  }

  .section-process h2 {
    padding-top: 36px;
    padding-bottom: 16px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  .node-6 .section-process h2 {
  }
  .section-process .insurance-process-full {
    display: none;
  }

  .section-process .body {
    display: block;
    width: 90%;
    margin: 0 5% 0 5%;
    padding: 0 0 0 0;
  }
  .section-process .body .col {
    width: 50%;
    height: auto;
    margin-top: 0;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .section-process .body .col-1,
  .section-process .body .col-3 {
    float: right;
  }
  .section-process .body .col-2,
  .section-process .body .col-4 {
    float: left;
  }
  .section-process img {
    width: 95%;
    max-width: 95%;
    margin-bottom: 10px;
    box-shadow: -10px 9px 17px 0px rgba(71, 71, 71, 0.1);
    -moz-box-shadow: -10px 9px 17px 0px rgba(71, 71, 71, 0.1);
    -webkit-box-shadow: -10px 9px 17px 0px rgba(71, 71, 71, 0.1);
    border-radius: 16% 16%;
  }
.node-8 #compare_insurances-8 img{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
  .section-videos h2,
  .section-3 h2 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
  }
  .section-3 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .section-3 .body .col {
    width: 100%;
    float: none;
    clear: both;
  }
  .section-3 .body .col.col-1,
  .section-3 .body .col.col-3 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 0;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .section-3 .body .col.col-1 ul,
  .section-3 .body .col.col-3 ul {
    padding-right: 0;
    padding-left: 0;
  }
  .section-3 .body .col.col-1 br,
  .section-3 .body .col.col-3 br {
    display: none;
  }
  .section-3 .body .col.col-2 {
    display: none;
  }
  .section-3 .body .col.col-2.col-2-mobile {
    display: block;
    width: 100%;
  }
  .section-3 .body .col.col-2.col-2-mobile .do-the-math {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 14px;
  }

  .section-3 .body .col.col-3 {
    padding-top: 0;
  }
  .section-3 .body .col.col-1 li .star,
  .section-3 .body .col.col-3 li .star {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/themes/_dec20/homepage/gray_star.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 19px;
    margin-top: 8px;
  }

  #page_footer {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    float: none;
    clear: both;
    width: 100%;
  }
  #page_footer .col-logo {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
  #page_footer * {
    display: block;
    width: 100%;
    float: none;
    clear: both;
  }
  #page_footer .col-main {
    width: 100%;
  }
  #page_footer img {
    height: auto;
    margin-bottom: 30px;
  }

  /** Carousel articles **/
  .homepage-sixth {
    height: 520px;
    overflow: hidden;
  }
  .homepage-sixth .article-page-text-box h2 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .homepage-sixth .slider-wrapper-wrapper {
    /*width: calc(100% + 200px);*/
    /*margin-right: -200px;*/
    width: 100%;
    margin-right: 0;
    position: relative;
    height: 360px;
    overflow: hidden;
  }
  .homepage-sixth .slider-wrapper-wrapper {
    position: absolute;
    right: 0;
    left: 0;
  }
  #carousel_articles {
    padding-left: 4%;
    padding-right: 1%;
  }
  #carousel_articles .col-md-4.prop-box-home {
    float: left;
    position: relative;
    width: 230px;
    height: 366px;
    margin-left: 0;
    overflow: hidden;
  }
  #carousel_articles .prop-box-home .img-prop-main {
    width: 230px;
    /*height: 140px;*/
    height: 230px;
  }
  #carousel_articles .title-wrapper-h3 {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  #carousel_articles .prop-box-home .location {
  }
   
  #carousel_articles .slick-next,
  #carousel_articles .slick-prev {
    margin-top: -60px;
  }
  #carousel_articles .slick-next {
       background-color:#fff;
       padding: 5px;
       border-radius: 5px;
       height: 46px;
       margin-top: -60px;
  }
  #carousel_articles .title-wrapper-h3 {
    height: 2rem;
    padding: 0 0 0 0;
    margin-top: 1rem;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  #carousel_articles h3 {
    font-size: 1.175rem;
    width: 100;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2rem;
  }
  #carousel_articles p.summary {
    display: block;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  /** Category page **/
  .article-page .section-1 .pos-absolute-inner,
  .articles-page .section-1 .pos-absolute-inner,
  .category-page .section-1 .pos-absolute-inner {
    width: 100%;
    margin-top: 112px;
  }
  .article-page .section-1 .pos-absolute-inner .h2-header,
  .articles-page .section-1 .pos-absolute-inner h1,
  .category-page .section-1 .pos-absolute-inner h1 {
    line-height: 1;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    text-align: center;370px
  }
  .article-page.node-452 .section-1 .pos-absolute-inner h1{padding-top:30px;}
  .article-page .section-1 .pos-absolute-inner h2,
  .articles-page .section-1 .pos-absolute-inner h2,
  .category-page .section-1 .pos-absolute-inner h2 {
  }

  .articles-page .section-1 .pos-absolute-inner .insurance-process-circles,
  .category-page .section-1 .pos-absolute-inner .insurance-process-circles {
    width: 83vw;
    margin-right: calc((100% - 80vw) / 2);
    margin-left: calc((100% - 80vw) / 2);
    margin-bottom: 1rem;
  }
  body.article-page.node-124 .section-article.section-article-content-2,
  .article-page-text-box.article-page-text-box-node-124{
      min-height:1257px;
  }
  .node-124 .section-1 .pos-absolute{
      top: -46px;
  }
  .node-183 .section-1 .pos-absolute {
    top: -34px;
  }
  .articles-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle,
  .category-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle {
    width: 20.7vw;
  }
  .articles-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle:nth-child(4)
    .category-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle:nth-child(4) {
    width: 17.9vw;
  }
  .articles-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle
    .circle,
  .category-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle
    .circle {
    width: 17.9vw;
    height: 17.9vw;
  }
  .articles-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle
    .circle
    p,
  .category-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .insurance-process-circle
    .circle
    p {
    font-size: 3.2vw;
    line-height: 4vw;
    letter-spacing: 0;
    top: 50%;
    padding-bottom:0;
  }
  .articles-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .arrow-wrapper,
  .category-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .arrow-wrapper {
    width: 2.8vw;
    height: 17.9vw;
  }
  .articles-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .arrow,
  .category-page
    .section-1
    .pos-absolute-inner
    .insurance-process-circles
    .arrow {
    width: 1.45vw;
    height: calc(calc(20.303 / 12.392 * 1.45) * 1vw);
    margin-top: calc(calc(20.303 / 12.392 * 1.45 * 0.5) * -1vw);
    margin-right: calc(calc(1.45 * 0.5) * -1vw);
  }

  .category-page .section-1_1 {
    margin-top: -10px;
  }
  .category-page .section-1_1.section-1_1-tax-3 {
    margin-top: -19px;
  }
  .category-page .section-1_1 h2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .category-page .section-1_1 h2.mobile-80 {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
  .category-page-text-box {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    max-width: 100%;
  }
  .category-page-text-box h2 {
    text-align: center;
  }
  .category-page-text-box p,
  .videos-p {
    font-size: 1rem;
  }

  .category-page #tips_travel_insurance h2,
  .category-page .section-qa h2 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
  }
  .section-further-reading .body.col-3-wrapper .col-1 .h3-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .section-further-reading .col {
    width: 42.5%;
    float: right;
  }
  .section-further-reading .col.odd {
    margin-right: 5%;
    margin-left: 2.5%;
  }
  .section-further-reading .col.even {
    margin-left: 5%;
    margin-right: 2.5%;
  }

  .section-further-reading .col h3 {
    line-height: 0;
  }
  .section-further-reading .col .h3-wrapper {
    height: 2.6rem;
  }
  .section-videos .col {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    float: none;
    clear: both;
    margin-bottom: 36px;
  }
  .section-videos .col.col-1 .video-wrapper,
  .section-videos .col.col-2 .video-wrapper,
  .section-videos .col.col-3 .video-wrapper {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .section-videos .col-1 .videos-p,
  .section-videos .col-2 .videos-p,
  .section-videos .col-3 .videos-p {
    margin-right: 7% !important;
    margin-left: 7% !important;
    width: 84%;
  }

  .section-further-reading .body.col-3-wrapper .col-4 {
    display: block;
  }
  .section-further-reading .body.col-3-wrapper .col-1 .img-wrapper,
  .section-further-reading .body.col-3-wrapper .col-2 .img-wrapper,
  .section-further-reading .body.col-3-wrapper .col-3 .img-wrapper,
  .section-further-reading .body.col-3-wrapper .col-4 .img-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .section-further-reading .col .img-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 96px 0 0 0;
    background-color: #333;
  }
  .section-further-reading .col .small-btn {
    width: 112px;
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .section-further-reading h3 {
    font-size: 1.2rem;
    height: 5rem;
    overflow: hidden;
  }
  .section-further-reading .full_width,
  .section-videos .full_width {
    padding: 40px 0 0;
  }

  /** article pages **/
  .article-page #page-header {
    height: 340px;
  }
  
  .article-page.node-452 #page-header {
    height: 380px;
  }

  .article-page .standard-section-padding-bottom {
    padding-bottom: 30px;
    height: auto;
  }

  .section-article.section-article-content-2 .article-page-text-box {
    background-image: none !important;
    min-height: auto;
    padding-top: 0px;
  }
  .section-article.section-article-content-3 .article-page-text-box {
    padding-top: 30px;
  }
  .section-article.section-article-content-2 .btn-wrapper,
  .section-article.section-article-content-3 .btn-wrapper {
    margin-bottom: 0;
  }
  .article-page-text-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 5%;
    padding-left: 5%;
  }
  .article-page h1.h1-header,
  .section-article.section-article-content-1
    .article-page-text-box-text-section,
  .section-article.section-article-content-2
    .article-page-text-box-text-section {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .article-page h1.h1-header {
    margin-top: 87px;
    text-align: center;
  }

  .section-1 .btn {
    margin-top: 3.6vh;
  }

  .btn-wrapper,
  .article-page .section-article .btn-wrapper {
    width: 18rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5rem;
    height: calc(18rem * 111 / 604);
  }
  .pos-absolute-inner .btn-wrapper {
    margin-top: 0;
  }
  .article-page .pos-absolute-inner .btn-wrapper {
    margin-top: 0.5rem;
  }
  .btn,
  .article-page .section-article .btn-wrapper .btn
{
    height: calc(18rem * 111 / 604);
    line-height: calc(18rem * 111 / 604);
    border-radius: 0.25rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .section.section-at-your-service .body .col .btn.large-button{
    height: 53px !important;
    width:260px!important;
    line-height: 53px !important;
    border-radius: 0.25rem !important;
    font-size: 1.4rem !important;
    white-space: nowrap;
  }
  p#insurance-company-app{font-size:16px;line-height:1.25;}
  #insurance-company-app span.red{color:rgb(201,71,95);}

  .shuka-btn {
    display: block;
    width: 18rem;
    height: calc(18rem * 111 / 604);
    text-align: center;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    line-height: calc(18rem * 111 / 604);
    font-size: 1.4rem;
    font-family: "FbCoherentiSans Regular";
    font-weight: 900;
    text-decoration: none;
    color: white !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #c9475f;
    border-radius: 5px;
    overflow: hidden;
  }
  .article-page-text-box a.shuka-btn:active,
  .article-page-text-box a.shuka-btn:hover,
  .shuka-btn:hover,
  .shuka-btn:active,
  .shuka-btn:visited {
    color: white !important;
  }

  .article-page
    .section-article.section-article-content-1
    .article-page-text-box
    p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    color: #474747;
    text-align: center;
  }

  .article-page #container-contact-form-wrapper-form-ps {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
  #container-contact-form-wrapper-form-ps form input,
  #submitContactManager104xyGH {
    font-size: 1.4rem;
  }
  .article-page .section-further-reading .full_width,
  .section-videos .full_width {
    padding-top: 0;
  }

  .article-page .section.section-1 .article-page-text-box .btn-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .accordion {
    font-size: 1.2rem;
    font-family: "FbCoherentiSans Medium";
    font-weight: 100;
  }

  .accordion:after {
    font-size: 1.9rem;
    top: 0.2rem;
  }

  .accordion.active:after {
    font-size: 1.9rem;
    top: 0.2rem;
  }

  .accordion-wrapper .panel {
    font-size: 1.2rem;
  }

  .insurance-homepage.node-0 #compare-between-insurances-btn,
  .insurance-homepage.node-0 #to_the_insurances_homepage_in_the_mobile_header {
    display: none;
  }
  .insurance-homepage.node-0
    #mainnav
    .hidden-above-1500.active-menu
    #compare-between-insurances-btn,
  .insurance-homepage.node-0
    #mainnav
    .hidden-above-1500.active-menu
    #to_the_insurances_homepage_in_the_mobile_header {
    display: block;
  }

  /* Articles page */
  .articles-page #page-header {
    height: 270px;
  }
  .articles-page .article-page-text-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .articles-page .section-further-reading .full_width {
    padding: 0;
  }
  .articles-page .section-further-reading .col,
  .articles-page .section-further-reading .col-3-wrapper .col:nth-child(2n) {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .articles-page .section-further-reading .col {
    height: 296px;
  }
  .articles-page .section-further-reading .col:nth-child(2n) {
    padding-right: 2%;
  }
  .articles-page .section-further-reading .col:nth-child(2n + 1) {
    padding-left: 2%;
  }
  
  
  
  
  .articles-page .section-further-reading .body.col-3-wrapper .col .img-wrapper,
  .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-1
    .img-wrapper,
  .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col
    .title-wrapper-h3,
  .articles-page .section-further-reading .body.col-3-wrapper .col h3,
  .articles-page .section-further-reading .body.col-3-wrapper .col .location,
  .articles-page .section-further-reading .body.col-3-wrapper .col p.summary {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .articles-page .section-further-reading .body.col-3-wrapper .col-4 {
    display: block;
  }
  .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-1
    .img-wrapper,
  .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-2
    .img-wrapper,
  .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-3
    .img-wrapper,
  .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-4
    .img-wrapper,
    .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-5
    .img-wrapper,
    .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-6
    .img-wrapper,
    .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-7
    .img-wrapper,
    .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-8
    .img-wrapper,
    .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-9
    .img-wrapper,
    .articles-page
    .section-further-reading
    .body.col-3-wrapper
    .col-10
    .img-wrapper{
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    height:6rem;
  }
  .articles-page .section-further-reading .col .img-wrapper {
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .articles-page .section-further-reading .col .title-wrapper-h3 {
    height: 2rem;
    padding: 0;
    margin-top: 1rem;
    overflow: hidden;
  }
  .articles-page .section-further-reading .col h3 {
    line-height: 2rem;
    font-size: 1.175rem;
    white-space: nowrap;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .articles-page .section-further-reading .body.col-3-wrapper .location{
      height:68px;
  }
  .articles-page .section-further-reading .body.col-3-wrapper .col p.summary {
    font-size: 1rem;
    line-height: 1.4;
    height: 66px;
    overflow: hidden;
  }
  .articles-page .section-further-reading .col .small-btn {
    width: 30vw;
    height: 10.5vw;
    line-height: 10.5vw;
    font-size: 4vw;
    margin-bottom: 1rem;
  }

  .scroll-to-read.arrow-down {
    margin-top: 80px;
  }
  #thinkingPage{
    z-index:89!important;
  }
  .section-videos .col.hide-mobile {
      display:none!important;
  }
}
@media screen and (max-width: 320px) {
  .btn-wrapper .btn,
  .article-page .section-article .btn-wrapper .btn {
    font-size: 1.1rem;
  }
}

