@media screen and (min-width:1025px) and (max-width:1365px){
  .list-2 h5 { font-size: 230%; }
  .list-2 b { font-size: 200%; }
  .list-2 p { font-size: 130%; }
  .text-1{font-size: 200%;}
  .info >p{ font-size: 150%; line-height: 1.4; }
  .info dl{ font-size: 140%; line-height: 1.3; }
	.info-two ul{font-size: 150%;}
	.info-data p{font-size: 150%;}
}


@media screen and (min-width:820px) and (max-width:1023px){
  .list-2 h5 { font-size: 165%; }
  .list-2 b { font-size: 150%; }
  .list-2 p { font-size: 100%; line-height: 1.2; }
  .text-1{font-size: 140%;}
  .info >p{ font-size: 120%; line-height: 1.2; margin-bottom: 0; }
  .info dl{ font-size: 100%; line-height: 1.2; }
  .info-two {margin:0;}
	.info-two ul{font-size: 120%;}
  .info-two ul li{margin-left: 1rem;}
	.info-data p{font-size: 120%;}
  .sub span{font-size: 120%;}
  .sub-1 +p{ margin-bottom: 3% !important;}
}