.full_width_text_square {
  width: 100%;
/*   height: -webkit-fill-available; */
  padding: 32px;
  display: flex;
}
.full_width_text_square .text_square {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .full_width_text_square {
    width: 100vw;
  }
}
.full_width_text_square .text_square {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width:765px;
}
.full_width_text_square .text_square .links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.text_square {
  max-width: 100%;
}

.fwts_content a{
  color: var(--black);
}


.preview-iframe-wrapper .header{
  position:relative;
}
.preview-iframe-wrapper #klaro{
  display:none;
}


 
  .blogTopicCovered{
   /* margin:30px 0; */
  }
  .textSquareModuleWrp.blogTopicCovered{
    min-height:250px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding:60px !important;
    width: auto;
    display: block;
    background-size:155px 186px;
  }
  .blogTopicCovered .fwts_content{
    max-width:655px !important;
  }
  .blogTopicCovered .fwts_content ul{
    padding:0;
    margin:0;
  }
  .blogTopicCovered .fwts_content ul li{
    position:relative !important;
    list-style:outside none !important;
  }
  .blogTopicCovered .fwts_content ul{
    padding-bottom:20px !important;
  }
  .blogTopicCovered .fwts_content ul li:before{
    content:" " !important;
    display:block !important;
    font-weight:700 !important;
    position:absolute !important;
    left:-15px !important;
    top:16px;
    width:8px !important;
    height:1px !important; 
    background-color:#FFFFFF !important;
  }
  .blogTopicCovered .fwts_content ul li span,
  .blogTopicCovered .fwts_content span,
  .blogTopicCovered .fwts_content p{
    font-size:14px !important;
    font-weight:700 !important;
    line-height:130% !important;
    color:#FFFFFF !important;
  }
  @media screen and (min-width: 1728px) {
    .textSquareModuleWrp.blogTopicCovered{    
      margin-left: 0 !important;
      margin-right: 0 !important; 
    }  
  }
  @media screen and (max-width: 899px) {
    .textSquareModuleWrp.blogTopicCovered{      
      margin-left: 30px !important;
      margin-right: 30px !important;
    }
  }
  @media screen and (max-width: 768px) {
  .blogTopicCovered .headlineTwo
  }  
  @media screen and (max-width: 480px) {
    .textSquareModuleWrp.blogTopicCovered{      
      margin-left: 15px !important;
      margin-right: 15px !important;
      padding:0  !important;
    }
    .textSquareModuleWrp .headlineTwo{
      padding:21px 24px !important;
      background-color:#F1CC01 !important;
      color:#00A5A7 !important;
      font-size:14px !important;
      font-weight:700 !important;
    }
    .blogTopicCovered .fwts_content{
      padding:10px 15px !important;
      margin-left:25px !important;
    }
    .blogTopicCovered .fwts_content ul li span,
    .blogTopicCovered .fwts_content span,
    .blogTopicCovered .fwts_content p{
      font-size:12px !important;
    }
  }
  .blogTopicCovered{
    background-position:calc(100% - 47px) 47px;
    min-height:unset !important;
  }
  .blogTopicCovered .headlineTwo{
    color:#F1CC01;
    font-size:18px !important;
    margin-bottom:20px;
  }
  .blogTopicCovered .fwts_content ul li{
    color:#FFFFFF;
    list-style:outside;
  }
