﻿.ppnl_title{margin-top: 40px;text-align: center;margin-bottom: 30px;}
.ppnl_title h3{font-size: 45px;line-height: 1; color: #00644a;}
.ppnl_title p {font-size: 17px;line-height: 26px;text-transform: uppercase;letter-spacing: -1px;}
.ppnl_line,.ppnl_line img{width: 100%;}
.ppnl_img img{width: 100%;}


.ppnl_item{padding: 60px 0px;}
.ppnl_left{width: 50%;padding-left: 215px;}
.ppnl_left img{display: inline-block;}

.ppnl_right{width: 50%;padding-left: 10px;display: flex;flex-direction: column;justify-content: center;}
.ppnl_right h4{font-size: 20px;font-weight: bold;color: #006d47;}
.ppnl_right p{font-size: 14px;line-height: 16px;}

.ppnl_td_list .ppnl_td:nth-of-type(1){margin-right: 30px;}
.ppnl_td_list{margin-top: 50px;}
.ppnl_td_img{margin-right: 10px;}
.ppnl_td_img img{width: 52px;}

.ppnl_td_title h6{font-size: 17px;line-height: 1;color: #006d47;}


@media screen and (max-width: 1200px) {
    .ppnl_title h3{font-size: 32px;}
    .ppnl_title p {font-size: 14px;}	
 }
 
 @media screen and (max-width: 992px) {
   .ppnl_title {margin-top: 40px;margin-bottom: 15px;}
   .ppnl_title h3{font-size: 24px;}
   .ppnl_title p{font-size: 12px;line-height: 20px;}

   .ppnl_item{padding: 30px 0px 30px 0px;flex-wrap: wrap;}
   .ppnl_left{width: 100%;padding-left: 0px;text-align: center;}
   .ppnl_right{width: 100%;align-items: center;margin-top: 20px;}
   .ppnl_td_list {margin-top: 15px;}

   .ppnl_td_list .ppnl_td:nth-of-type(1) { margin-right: 12px;}
   .ppnl_td_img {margin-right: 6px;}
   .ppnl_td_img img {width: 40px;}
   .ppnl_right p {font-size: 12px; line-height: 16px;}

 }

 @media screen and (max-width: 580px) {
    .ppnl_right {margin-top: 10px;}
    .ppnl_left img{width: 160px;}
 }