@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/GothamNarrow-Light.otf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/GothamNarrow-Book.otf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/GothamNarrow-Medium.otf') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Kaushan Script';
    color: #00a95c;

}
main a{
    display: inline;
}
.wrapper{
    width: 90%;
    margin: 0 auto;
}
.rgt p{
    font-size: 12px;
}
.logo{
    margin-top: 30px;
    width: 25rem;
}
.rgt{
    margin-top: 30px;
}
.title{
    border-top: 2px solid #00a95c;
    border-bottom: 2px solid #00a95c;
    margin-top: 10px;
}
.title h1{
    font-weight: 500;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container{
    margin-top: 50px;
    padding-bottom: 50px;
}
.container p{
    line-height: 25px;
    font-weight: 500;
    padding-top: 15px;
}
.four img{
    margin-top: 20px;
    margin-bottom: 20px;
}
.left img{
    margin-top: 50px;
}
.foot-l h2{
font-size: 18px;
}
.foot-l p{
    font-size: 15px;
    padding-top: 5px;
    font-weight: 500;
}
.foot-r a{
color: #00a95c;
}
.foot-r,.foot-l{
    margin-top: 30px;
}
.foot-r li{
    padding-top: 5px;

}
footer{
    border-top: 2px solid #00a95c;
}


.container span{
    text-decoration: underline;
    cursor: pointer;
}
.second{
    margin-top: 50px;
    padding-bottom: 50px;
}
.second p{
    line-height: 25px;
    font-weight: 500;
}
.second h3{
    font-size: 16px;
    padding-top: 20px;
}

.second span{
    text-decoration: underline;
    cursor: pointer;
}


















@media (min-width:767px){

.left{
    width: 62%;
    float: left;
}
.right{
    float: right;
    width: 36%;
}
.four img{
    width: 48%;
    display: inline;
    margin-left: 10px;
}

.foot-l,.foot-r{
    float: left;
    width: 35%;
    padding-bottom: 30px;
}
.title h1{
    font-size: 54px;
}
.rgt p{
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
}





}

@media (min-width:1087px){

.wrapper{
    max-width: 960px;
}

.container p{
    font-size: 20px;
    line-height: 28px;
}
.logo{
    float: left;
}

.rgt {
    width: 550px;
    float: right;
    margin-top: 50px;
}
.four img{
    width: 23.5%;
    cursor: pointer;
}
.second p{
    font-size: 20px;
}
.second h3{
    font-size: 22px;
}
.second h1{
    font-size: 50px;
}





}

@media (min-width:1280px){
.wrapper{
    max-width: 1150px;
}
}

@media (min-width:1472px){
    .wrapper{
        max-width: 1350px;
    }






}