/*!
Theme Name: tcfc
Theme URI: http://tcfc.com
Author: Stay Covered Texas
Author URI: http://tcfc.com
Description: Stay Covered Texas
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tcfc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

* {
  border: 0;
}
html,
body {
  height: 100%;
}
body {
  font-size: 22px;
  font-family: "Roboto";
  color: black;
}
p, ul li {
  font-size: 22px;
  line-height: 34px;
}
ol, ul {
  padding-left: 3.1rem;
}
ul li, ol li {margin-bottom: 1em;}
li::marker {color: #38817D;}
ol li::marker {font-weight: bold;}
ul ul {margin-top: 1.3rem;}
hr {border-color:#77B74E; opacity: 1;}
@media (max-width: 425px) {
  body {
    font-size: 15px;
  }
  p, ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
:root {
  --bs-blue: #38817d;
  --primary: #38817d;
  --secondary: #77b74e;
  --white: #ffffff;
  --bs-primary-rgb: #38817d;
  --bs-yellow: #dfffca;
  --bs-bg-opacity: 1;
}

a { color: var(--primary); } a:hover {  color: var(--secondary);}
h1 {font-size: 38px; font-weight: 900; color: #38817D;}
.green-text {color: #77B74E;}
h2 {font-size: 28px; font-weight: 900; color: #38817D;}
h2.gray {font-size: 30px; font-weight: 900; color: #444444;}
@media (min-width: 1200px) {
  h1 {font-size: 66px; font-weight: 900;}
  h2 {font-size: 36px; font-weight: 900;}
  h2.gray {font-size: 39px; font-weight: 900; color: #444444;}
  .p-20 {font-size: 20px;}
}
.mt-60 {margin-top:48px}
.mb-60 {margin-bottom:48px}
@media (min-width: 1200px) {
  .mt-60 {margin-top:60px}
  .mb-60 {margin-bottom:60px}
}

.bg-primary {
  background-color: var(--primary) !important;
  color: var(--white);
}
.bg-secondary {
  background-color: var(--secondary) !important;
  color: var(--white);
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--bs-yellow) !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #38817d;
  --bs-btn-border-color: transparent;
  border: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #306e6a;
  --bs-btn-hover-border-color: #2d6764;
  --bs-btn-focus-shadow-rgb: 86, 148, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2d6764;
  --bs-btn-active-border-color: #2a615e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #38817d;
  --bs-btn-disabled-border-color: #38817d;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background-color: #77b74e;
}
.btn-secondary {
  border: none;
  --bs-btn-color: #000;
  --bs-btn-bg: #77b74e;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cde05b;
  --bs-btn-hover-border-color: #cadf51;
  --bs-btn-focus-shadow-rgb: 167, 186, 53;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d0e265;
  --bs-btn-active-border-color: #cadf51;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c4db3e;
  --bs-btn-disabled-border-color: #c4db3e;
  transition: all 0.5s ease;
}
.btn-secondary:hover {
  background-color: #38817d;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6B6B6B;
  --bs-btn-border-color: #6B6B6B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #77b74e ;
  --bs-btn-hover-border-color: #77b74e ;
  --bs-btn-focus-shadow-rgb: 11,172,204;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6B6B6B;
  --bs-btn-active-border-color: #6B6B6B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6B6B6B;
  --bs-btn-disabled-border-color: #6B6B6B;
}
.more-info {
  font-size: 23px;
  font-weight: bold;
  padding: 10px 14px 10px 34px !important;
}
.more-info i{
  font-size: 20px;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6B6B6B;
  --bs-btn-border-color: #6B6B6B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #77B74E;
  --bs-btn-hover-border-color: #77B74E;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #38817D;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #E6F9CD;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-color: #E6F9CD;
  --bs-dropdown-link-active-bg: transparent;
}

@media (max-width: 768px) {
  .more-info {
    font-size: 18px;
    padding: 12px 4px 12px 24px !important;
  }
}
.fw-bolder {
  font-weight: 900!important;
}


.gradient_bg {background-image: url('images/gradient_bg.gif'); background-repeat: repeat-x; background-position: left top;}
.navbar {
  --bs-navbar-nav-link-padding-x: 1.25rem;
  /*--bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2338817d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");*/
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34 24' style='enable-background:new 0 0 34 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300827E;%7D%0A%3C/style%3E%3Cpath class='st0' d='M30.6,20.2H3.4c-0.6,0-1-0.4-1-1s0.4-1,1-1h27.1c0.6,0,1,0.4,1,1S31.1,20.2,30.6,20.2z M30.6,13.2H3.4 c-0.6,0-1-0.4-1-1s0.4-1,1-1h27.1c0.6,0,1,0.4,1,1S31.1,13.2,30.6,13.2z M30.6,6.2H3.4c-0.6,0-1-0.4-1-1s0.4-1,1-1h27.1 c0.6,0,1,0.4,1,1S31.1,6.2,30.6,6.2z'/%3E%3C/svg%3E%0A");
}
.navbar-toggler-icon {
  width: 1.75em;
}
.nav-link {
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-padding-y: 0.65rem;
}
@media (min-width: 1200px) {
  .nav-link {
    --bs-nav-link-font-size: 1.125rem;
    --bs-nav-link-padding-y: 0.75rem;
  }
  .navbar {
    --bs-navbar-nav-link-padding-x: 1.75rem;
  }
  .navbar .container {
    padding: 0 !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
.c-point {
  cursor: pointer;
}
/* header */
header {
  padding-top: 0px;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  header {
    padding-bottom: 15px;
    padding-top: 14px;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  header .tcfc__navbar-top {
    background-color: #fff;
    border-radius: 10px;
    color: black;
    font-weight: 500;
  }
  header .tcfc__navbar-top a {
    font-size: 18px;
  }
}
header .tcfc__navbar-top .dropdown-menu {
  background-color: #38817d;
  text-align: center;
  border: none;
}

@media (min-width: 1200px) {
  header .tcfc__navbar-top .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    --bs-dropdown-min-width: 18rem;
    text-align: left;
    margin-left: 15px;
  }
}

header .tcfc__navbar-top .dropdown-menu .nav-link {
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-transform: none;
  font-weight: 400;
}
header .tcfc__navbar-top .dropdown-menu a.nav-link:hover {
  color: #dfffca;
  background-color: transparent;
}
header .tcfc__navbar-top .dropdown-menu a.nav-link:focus {
  color: #c4db3e;
  background-color: transparent;
}
header .tcfc__navbar-top .nav-link {
  text-transform: uppercase;
  color: white;
}
@media (min-width: 992px) {
  header .tcfc__navbar-top .nav-link {
    color: #161616;
    font-weight: bold;
  }
  
  header .tcfc__navbar-top .nav-link::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    position: relative;
    top: 30px;
  }
  header .tcfc__navbar-top .nav-link:hover::before{
    background-color: #77b74e;
  }
}
header .tcfc__navbar-top .btn-navbar .nav-link{
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  color: white;
  border-radius: 0.375rem;
}
@media (min-width: 1200px) {
  header .tcfc__navbar-top .btn-navbar .nav-link{
    padding: 0.7rem 1.8rem 0.6rem 1.8rem !important;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right:15px;
    padding-left:15px;
  }
}
header .tcfc__navbar-top .btn-navbar .nav-link{
  background-color: #c4db3e;
  border-color: transparent;
  color: var(--bs-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 992px) {
  header .tcfc__navbar-top .btn-navbar .nav-link{
    background-color: #38817d;
    color: white;
    font-size: 18px;
  }
  header .tcfc__navbar-top .btn-navbar .nav-link::before{
    display: none;
  }
  header .tcfc__navbar-top .dropdown-menu .nav-link::before{
    display: none;
  }
  header .tcfc__navbar-top .btn-navbar .nav-link:hover {
    background-color: #77b74e;
    border-color: #77b74e;
    color: white;
  }
}
header .tcfc__navbar-top .dropdown-toggle {
  transform: all 0.5 ease;
}
@media (max-width: 1199px) {
  header .tcfc__navbar-top .dropdown-toggle {
    padding-left: 24px;
  }
}
header .tcfc__navbar-top .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 9px;
  background-image: url("images/nav_down_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
header .tcfc__navbar-top .dropdown-toggle.show::after {
  background-image: url("images/nav_up_arrow.svg");
}
header .tcfC__search-icon {
  cursor: pointer;
  color: #231f20;
}

header .tcfC__search-icon i:hover {
  color: var(--secondary);
}
header #searchdiv {
  background-color: #38817d;
  padding: 20px 0;
  position: fixed;
  z-index: 1;
}
header #searchdiv .input-group-text {
  border: none;
  background-color: #fff;
  color: #77b74e;
}
header #searchdiv .form-control {
  border: none;
}
header .offcanvas {
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-bg: #38817d;
}
.scroll_top {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
/* header end */
.main__banner-with-header {
  padding-top: 6rem;
}
header .navbar-brand img {
  width: 210px;
}
@media (min-width: 1200px) {
  .main__banner-with-header {
    padding-top: 6rem;
  }
}
.main__banner-with-header .tcfc__medicaid-banner {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .main__banner-with-header .tcfc__medicaid-banner {
    margin-top: 140px;
  }
}

.main__banner-with-header .tcfc__medicaid-banner ul li{
  margin-bottom: 0.75rem;
}

.main__banner-with-header .tcfc__medicaid-banner .tcfc__medicaid-card {
  padding: 30px;
  border: none;
}
@media (min-width: 768px) {
  .main__banner-with-header .tcfc__medicaid-banner .tcfc__medicaid-card {
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  .main__banner-with-header .tcfc__medicaid-banner .tcfc__medicaid-card {
    padding: 80px;
  }
}
@media (min-width: 992px) {
  .main__banner-with-header .tcfc__medicaid-banner .tcfc__medicaid-card h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .main__banner-with-header .tcfc__medicaid-banner .tcfc__medicaid-card h1 {
    font-size: 66px;
  }
  header .navbar-brand img {
    width: 379px;
  }
}
.main__banner-with-header .tcfc__medicaid-banner .tcfc__card_end-primary {
  padding: 1rem;
}
.main__banner-with-header .tcfc__medicaid-banner .tcfc__card_end-primary p {
  font-size: 40px;
  line-height: 46px;
}
.main__banner-with-header  .tcfc__medicaid-banner  .tcfc__card_end-primary  .p-text {
  font-size: 22px;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .main__banner-with-header .tcfc__medicaid-banner .tcfc__card_end-primary {
    padding: 2rem;
  }
  .main__banner-with-header .tcfc__medicaid-banner .tcfc__card_end-primary p {
    font-size: 49px;
  }
  .main__banner-with-header
    .tcfc__medicaid-banner
    .tcfc__card_end-primary
    .p-text {
    font-size: 27px;
  }
}
.tcfc__blog_card {
  cursor: pointer;
}
.tcfc__blog_card .tcfc_text h5 {
  line-height: 36px;
}
.tcfc__blog_card .tcfc_text p {
  word-break: break-word;
}
.tcfc__blog_card .blog__card_button-secondary {
  background-color: rgba(119, 183, 78, 0.85);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 1rem;
  padding: 2rem ;
  transition: all 0.5s ease;
  border-radius: 14px 14px 0 0;
}
.tcfc__blog_card:hover .blog__card_button-secondary {
  background-color: rgba(56, 129, 125, 0.85);
}
.tcfc__blog_card .blog__card_button-secondary h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .tcfc__blog_card .blog__card_button-secondary {
    padding: 1rem ;
  }
  .tcfc__blog_card .blog__card_button-secondary h2 {
    font-size: 25px;
  }
}
.tcfc__blog_card:hover .btn-secondary {
  background-color: rgba(56, 129, 125, 1);
}
@media (min-width: 768px) {
  .tcfc__blog_card .blog__card_button-secondary {
    margin: 0 3rem;
  }
}
.tcfc__blog_card:hover .btn-primary {
  background-color: rgba(119, 183, 78, 1);
}
.tcfc__blog_card .blog__card_button-primary {
  background-color: rgba(56, 129, 125, 0.85);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 1rem;
  padding: 2rem;
  transition: all 0.5s ease;
  border-radius: 14px 14px 0 0;
}
.tcfc__blog_card:hover .blog__card_button-primary {
  background-color: rgba(119, 183, 78, 0.85);
}
@media (max-width: 768px) {
  .tcfc__blog_card .blog__card_button-primary{
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .tcfc__blog_card .blog__card_button-primary {
    margin: 0 3rem;
  }
}
.tcfc__blog_card .tcfc_img {
  margin-top: 1rem;
}
.tcfc__blog_card .tcfc_img img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .tcfc__inforaohic-bg {
    margin: 50px 0;
    
  }
}
.tcfc__inforaohic-bg .tcfc__infographic-step {
  text-align: center;
  background-color: #e4edee;
  margin-top: 1rem;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .tcfc__inforaohic-bg .tcfc__infographic-step {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
}
.tcfc__inforaohic-bg .tcfc__infographic-step .tcfc_circle-primary {
  width: 35px;
  height: 35px;
  margin-top: 1rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #38817d;
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.tcfc__inforaohic-bg .tcfc__infographic-step .tcfc_circle-primary::after {
  content: "";
  position: absolute;
  border-left: 2px dashed #38817d;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  top: 30px;
  z-index: 0;
}
.tcfc__inforaohic-bg .tcfc__infographic-step:hover {
  color: #38817d;
}
.tcfc__inforaohic-bg .tcfc__infographic-step:hover .tcfc_circle-primary {
  background-color: #c4db3e;
}
.tcfc__inforaohic-bg .tcfc__infographic-step:hover .tcfc_circle-primary::after {
  border-left: 2px dashed #c4db3e;
}

.right-arrow {
  cursor: pointer;
}

.learn-more {
  font-size: 27px;
  font-weight: bold;
  padding: 12px 14px 12px 34px !important;
}
.learn-more i{
  font-size: 20px;
}
header .tcfc__navbar-top .nav-item {
  margin-bottom: 0px;
}
header .tcfc__navbar-top li {margin-bottom: 0;}
@media (max-width: 768px) {
  .learn-more {
    font-size: 18px;
    padding: 12px 4px 12px 24px !important;
  }
  header .tcfc__navbar-top .nav-item {
    margin-bottom: 25px;
  }
  header .tcfc__navbar-top .btn-navbar .nav-link{
    width: 250px;
    margin:0 auto;
  }
  header .tcfc__navbar-top a {
    font-size: 20px;
  }
  #search_btn i{color: #000;}
}

.r-search-btn {
  vertical-align: middle;
}
footer {font-size: 21px;}
@media (min-width: 1200px) {
  footer {
    margin-top: 67px;
  }
}

.offcanvas-body {
  position: relative;
}

.search-xl {
  position: absolute;
  right: -40px;
}

/* Inner page*/
.inner_top_section {padding-top: 108px;}
@media (min-width: 1200px) {
  .inner_top_section {padding-top: 223px;}
}
.breadcrumb {font-size: 18px; --bs-breadcrumb-divider-color: #161616; --bs-breadcrumb-item-active-color: #161616; margin-bottom: 0.5rem; font-weight: 500;}
.breadcrumb a {color: var(--primary); } .breadcrumb a:hover {color: var(--secondary); }
.breadcrumb li {margin-bottom: 0.275rem;}
.inner__hero__img { border-radius: 0;}
@media (min-width: 768px){
  .inner__hero__img {border-radius: 0 0.375rem  0 0;}
}
.tcfc__inner__padding_x {padding: 0 30px;}
@media (min-width: 768px) {
  .tcfc__inner__padding_x {
      padding: 0 92px;;
  }
}
#inner_heading_green h1 {margin-bottom: 0;}
@media (min-width: 1200px) {
  h1.green-bg-title {
    margin-left: 33px !important;
  }
}
@media (min-width: 1400px) {
  h1.green-bg-title {
    font-size: 76px; 
    margin-left: 100px !important;
  }
  h1.large-text {font-size: 104px;}
}
.bg-green-top {
  background-color: #77B74E;
}
.bg-green-top.radius-left {border-radius: 0.375rem 0.375rem 0 0;}
@media (min-width: 768px){
  .bg-green-top.radius-left {border-radius: 0.375rem 0 0 0;}
}
.bg-green-top.radius-right {border-radius: 0;}
@media (min-width: 768px){
  .bg-green-top.radius-right {border-radius: 0 0.375rem 0 0;}
}

.bg-forestgreen-top {
  background-color: #38817D;
}
.bg-forestgreen-top.radius-left {border-radius: 0.375rem 0.375rem 0 0;}
@media (min-width: 768px){
  .bg-forestgreen-top.radius-left {border-radius: 0.375rem 0 0 0;}
}
.bg-forestgreen-top.radius-right {border-radius: 0;}
@media (min-width: 768px){
  .bg-forestgreen-top.radius-right {border-radius: 0 0.375rem 0 0;}
}

/* About us page */

@media (min-width: 1200px){
  #about-us p{font-size: 20px;}
}
#list_item p {font-weight: bold;}

/* What we do page*/

.small-title {font-size: 23px; font-weight: 700;}
@media (min-width: 768px){
  .small-title {font-size: 30px; font-weight: 700;}
}
#what__we__do li {font-size: 16px;}
@media (min-width: 1200px) {
  #what__we__do p{font-size: 20px;}
  #what__we__do li{font-size: 20px; line-height: 30px;}
  
}

.hero-dropdown.btn {font-size: 26px; font-weight: bold; padding: 16px 30px; line-height: 1em;}
@media (max-width: 768px) {
  .hero-dropdown.btn {
    font-size: 18px;
    padding: 12px 24px;
  }
}
.hero-dropdown.dropdown-toggle::after  {margin-left: 1em; border:0; width: 16px;  height: 10px; vertical-align: middle;  
  background-image: url(images/arrow_down_white.svg);  background-repeat: no-repeat;  background-position: center;
}
.hero-dropdown.dropdown-toggle.show::after {
  background-image: url(images/arrow_up_white.svg);
}
@media (min-width: 1200px) {
  .hero-dropdown.dropdown-toggle::after{margin-left: 3.45em;}
}
.hero-dropdown.btn.show {background-color: #77B74E;  border-color: #77B74E;}
.hero-dropdown ~ .dropdown-menu {min-width: 404px; max-width: 404px;padding: 20px 10px 10px 10px;}
.hero-dropdown ~ .dropdown-menu li {margin-bottom: 0.5rem;}
.hero-dropdown ~ .dropdown-menu li a.dropdown-item {white-space: pre-wrap;}
@media (max-width: 768px) {
  .hero-dropdown ~ .dropdown-menu {min-width: 246px; max-width: 246px;}
}
#box_section p{margin-top: 16px; margin-bottom: 24px;}
#box_section h2 {color: #444444; margin-top: 24px;}
@media (min-width: 1200px) {
  #box_section p{font-size: 20px;}
  #box_section h2{font-size: 39px; padding-top: 16px;}
}
/* Partner page */
#report_text li {font-size: 16px;}
@media (min-width: 1200px) {
  #report_text p{font-size: 20px;}
  #report_text li{font-size: 20px; line-height: 30px;}
  
}