 @font-face {
     font-family: 'Roboto';
     
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Roboto SemiCondensed';
     src: url('../fonts/RobotoSemiCondensed-ExtraBoldItalic.zh-woff2') format('woff2'),
         url('../fonts/RobotoSemiCondensed-ExtraBoldItalic.zh-woff') format('woff');
     font-weight: bold;
     font-style: italic;
     font-display: swap;
 }


 @import url('https://fonts.zh-googleapis.zh-com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

 body {
     font-family: 'Roboto', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 22px;
 }

 body,
 div,
 p,
 li,
 ul,
 span,
 h1,
 h2,
 h3,
 h4 {
     padding: 0px;
     margin: 0px;
 }

 button:focus,
 button:active {
     outline: none;
     box-shadow: none !important;
 }

 a {
     text-decoration: none;
 }

 li,
 ul {
     list-style: none;
 }

 button,
 button:focus,
 button:hover,
 button:active {
     outline: none;
 }

 .zh-container {
     max-width: 1000px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .zh-tham-but {
     background-color: #333333;
     padding: 10px 25px;
     border-radius: 4px;
     font-size: 16px;
     font-weight: 500;
     color: #fff;
     cursor: pointer;
 }

 .zh-heading-keywords {
     margin-top: 30px;
 }

 .zh-course-list-wrapper {
     padding-top: 30px;
 }

 .zh-course-top-bar.zh-border-bottom.zh-row {
     border-bottom: 1px solid #ebebeb;
     margin-bottom: 30px;
 }

 .zh-but-login a,
 .zh-head-but a {
     font-size: 16px;
     font-weight: 500;
     color: #2f3034;
 }

 .zh-but-login {
     margin-left: 15px;
 }

 .zh-but-login a:hover,
 .zh-head-but a:hover {
     color: #e10163;
 }

 .zh-header-warpper {
     padding: 8px 0px;
 }

 .zh-header-sec {
     display: flex;
     width: 100%;
     justify-content: space-between;
     align-items: center;
 }

 .zh-head-but {
     display: flex;
 }

 .zh-logo {
     max-width: 210px;
 }

 .zh-menu-sec {
     display: flex;
     align-items: center;
 }

 .zh-sticky-header {
     -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
     box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
     background-color: #fff;

 }


 .zh-width-100 {
     width: 100%;
 }

 .zh-form-control {
     border: 1px solid #ccc;
     -webkit-box-shadow: none;
     box-shadow: none;
     color: #666666;
     background-color: #ffffff;
     margin: 10px 0px;
     padding: 13px 15px;
     width: auto;
     font-size: 14px;
     font-weight: 400;
     -webkit-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
     transition: all 0.3s linear;
     border-radius: 3px;
     display: inline-block;
     width: 100%;
 }

 .zh-row {
     --bs-gutter-x: 1.5rem;
     --bs-gutter-y: 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 img {
     max-width: 100%;
 }

 .zh-service-img img {
     width: 100%;
 }

 .zh-btn-primary {
     background-color: #fa963e;
     border-color: #fa963e;
     color: #ffffff;
     border-radius: 4px;
     font-size: 14px;
     font-weight: 700;
     height: 50px;
     line-height: 38px;
     padding: 0px 15px;
     border: none;
 }



 .zh-footer-section {
     padding-top: 20px;
 }

 .zh-copyright-sec {
     text-align: center;
     background-color: #000;
     padding: 10px 0px;
     color: #fff;
 }

 .zh-copyright-sec p {
     margin-bottom: 0px;
 }

 .zh-keywords .zh-keywords-item {
     margin: 0;
     min-width: 100px;
 }

 .zh-btn {
     display: inline-block;
     overflow: hidden;
     background-color: #333333;
     border-color: transparent;
     color: #ffffff;
     border-radius: 4px;
     font-size: 14px;
     font-weight: 700;
     line-height: 32px;
     padding: 0px 10px;
     border-style: solid;
     -webkit-box-shadow: none;
     box-shadow: none;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     cursor: pointer;
     vertical-align: top;
     text-align: center;
 }

 .zh-tham-but:hover,
 .zh-btn:hover {
     background-color: #e10163;
 }

 .zh-content-center {
     align-items: center;
     background-color: #fbfbfb;
     border: 1px solid #d7d7d7;
     border-radius: 10px;
     padding: 15px 20px;
     margin-top: 15px;
 }



 .zh-single-course-list {
     background-color: #fbfbfb;
     margin: 15px 0px;
     border: 1px solid #d7d7d7;
     border-radius: 10px;
     padding: 10px;
 }

 .zh-course-sec-image {
     padding-right: 25px;
     position: relative;
 }

 .zh-service-img {
     max-height: 230px;
     overflow: hidden;
     border-radius: 10px;
 }

 .zh-course-content {
     position: relative;
 }

 .zh-breadcrumbs__crumb a {
     color: #000;
     font-size: 14px;
 }

 .zh-breadcrumbs__crumb a:hover {
     color: #fa963e;
 }

 .zh-breadcrumbs__crumb--home {
     display: inline;
     padding: 0 0.3125rem 0 0;
 }

 .zh-breadcrumbs {
     display: flex;
 }

 .zh-breadcrumbs__crumb--home {
     display: inline;
     padding: 0 0.3125rem 0 0;
 }

 .zh-single-course-list .zh-course-content .zh-title {
     margin-top: 5px;
 }

 .zh-single-course-list .zh-course-content .zh-title a {
     font-size: 18px;
     font-weight: 700;
     line-height: 1.3;
     margin-top: 5px;
     color: #333333;
 }

 .zh-single-course-list:hover .zh-course-content .zh-title a {
     color: #e10163;
 }

 .zh-single-course-list .zh-course-content p {
     margin-top: 10px;
     line-height: 26px;
     display: inline;
     -webkit-line-clamp: 2;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     word-wrap: break-word;

 }

 .zh-course-image {
     position: relative;
     height: fit-content;
 }

 .zh-course-content {
     margin-top: 30px;
 }



 .zh-page-pagination {
     display: inline-block;
     width: 100%;
     text-align: center;
     margin-bottom: 30px;
 }

 .zh-pagination a {
     color: black;
     display: inline-block;
     text-decoration: none;
     transition: background-color 0.3s;
     border-radius: 100%;
     height: 30px;
     width: 30px;
     line-height: 30px;
     text-align: center;
     margin: 0 2px;
 }

 .zh-pagination a.zh-active {
     background-color: #fa963e;
     color: white;
 }

 .zh-pagination a:hover:not(.zh-active) {
     background-color: #ddd;
 }

 .zh-justify-content {
     display: flex;
     justify-content: center;
 }

 .zh-form-control:focus {
     background-color: #ffffff;
     border: 1px solid #fa963e;
 }

 .zh-top-search-bx {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 150px;
     align-items: end;
     justify-content: center;
     gap: 10px;
     width: 100% !important;
 }

 .zh-keywords .zh-btn {
     width: 100%;
 }


 .zh-single-course-list:hover {
     border: 1px solid #fa963e;
     background-color: #ffffff;
 }

 select.zh-form-select.zh-form-control {
     width: 100%;
 }

 .zh-course-top-bar {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .zh-location-inline {
     display: inline;
 }

 .zh-breadcrumbs {
     display: inherit;
 }

 .zh-breadcrumbs__crumb--home {
     display: inline;
     padding: 0 0.3125rem 0 0;
     float: left;
 }

 li.zh-breadcrumbs__crumb.zh-breadcrumbs__crumb--home::after {
     content: ">";
     padding-left: 0.3125rem;
     color: #FE7E22;
 }

 a:hover {
     text-decoration: none;
     color: #FA963E;
 }

 .zh-lightbox {
     position: fixed;
     display: none;
     background-color: rgba(0, 0, 0, 0.8);
     width: 100%;
     height: 100%;
     overflow: auto;
     top: 0;
     left: 0;
     z-index: 9;
 }

 .zh-lightbox-content {
     position: relative;
     width: 70%;
     height: 70%;
     margin: 5% auto;
 }

 .zh-lightbox-content img {
     border-radius: 7px;
     box-shadow: 0 0 3px 0 rgba(225, 225, 225, 25);
     width: 100%;
     height: 100%;
     object-fit: contain;
 }

 .zh-lightbox-prev,
 .zh-lightbox-next {
     position: absolute;
     background-color: rgba(0, 0, 0, 0.8);
     color: #fff;
     padding: 7px;
     top: 45%;
     cursor: pointer;
 }

 .zh-lightbox-prev {
     left: 0;
 }

 .zh-lightbox-next {
     right: 0;
 }

 .zh-lightbox-prev:hover,
 .zh-lightbox-next:hover {
     opacity: 0.8;
 }


 .zh-form-select {
     display: block;
     width: 100%;
     padding: .375rem 2.25rem .375rem .75rem;
     -moz-padding-start: calc(0.75rem - 3px);
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right .75rem center;
     background-size: 16px 12px;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;

 }

 .zh-form-select:focus-visible {
     outline: none;
 }

 .zh-menu-sec .zh-tham-but:hover {
     color: #ffffff;
 }

 .zh-font12 {
     font-size: 12px;
     font-weight: normal;
 }

 .zh-bottom-content {
     font-size: 13px;
     text-align: justify;
 }

 .zh-bottom-content p {
     padding: 3px 0px;
 }

 .zh-h2 {
     font-size: 15px;
     margin: 5px 0px;
 }

 .zh-uplode {
     margin-left: 10px;
 }

 .zh-uplode .zh-tham-but {
     color: #ffffff;
 }

 .zh-modal {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     opacity: 0;
     visibility: hidden;
     transform: scale(1.1);
     transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
 }

 .zh-modal-content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: white;
     padding: 1rem 1.5rem;
     width: 24rem;
     border-radius: 0.5rem;
     text-align: center;
 }

 .zh-modal-content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: white;
     width: 30rem;
     border-radius: 0.5rem;
     padding: 50px;
 }

 .zh-modal-title {
     font-size: 22px;
     padding-bottom: 15px;
 }

 .zh-cmn-ul-list {
     margin-left: -5px;
     margin-right: -5px;
 }

 .zh-cmn-ul-list li {
     padding-left: 5px;
     padding-right: 5px;
     display: inline-block;
 }

 .zh-modal-footer.zh-pri-sec-buttons .zh-cmn-ul-list {
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top: 15px;
 }



 .zh-my-1 {
     border: 0;
     margin-top: 3rem !important;
 }

 p {
     margin-bottom: 1rem;
     margin-top: 0;
 }

 .zh-btn-link,
 .zh-tnc-modal a {
     font-weight: 400;
     color: #e10163;
     background-color: transparent;
 }

 .zh-btn-link:hover,
 .zh-tnc-modal a:hover {
     color: #e10163;
     background-color: transparent;
     text-decoration: underline;
 }

 .zh-tnc-modal .zh-modal-footer.zh-pri-sec-buttons li {
     display: inline-block;
     width: 100%;
     padding-top: 15px;
 }

 .zh-tnc-modal .zh-modal-footer.zh-pri-sec-buttons .zh-cmn-ul-list {
     display: inline-block;
     width: 100%;
 }

 .zh-tnc-modal .zh-btn.zh-btn-primary {
     width: 76%;
 }

 .zh-keywords label {
     font-size: 12px;
 }


 .zh-escort-pro-info {
     display: flex;
     align-items: center;
     gap: 8px;
     margin-top: 13px;
     margin-bottom: 13px;
 }

 .zh-escort-pro-info .zh-location-btn {
     font-size: 12px;
     padding: 6px 7px;
     color: #666;
     line-height: normal;
     margin-bottom: 0px;
     color: #4F566A;
     border: 1px solid #CDCDCD;
     border-radius: 7px;
 }

 .zh-btn-group {
     justify-content: flex-end;
     position: absolute;
     right: 10px;
     bottom: 10px;
 }

 .zh-btn-group .zh-thm-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 10px;
     column-gap: 0px;
 }

 .zh-btn-group .zh-thm-btn img {
     width: 16px;
 }

 .zh-btn-group .zh-thm-btn span {
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     margin: 0;
 }

 #adverList .zh-single-course-list .zh-course-content {
     margin-top: 0px;
 }

 #adverList .zh-course-image {
     position: relative;
     height: fit-content;
     width: 200px;
     max-width: 100%;
 }

 #adverList .zh-single-course-list .zh-course-content {
     margin-top: 0px;
     width: calc(100% - 220px);
     padding: 10px;
 }

 #adverList .zh-service-img {
     border-radius: 10px 0px 0px 10px;
 }

 #adverList .zh-course-sec-image {
     padding-right: 5px;
     position: relative;
 }

 .zh-what-call-btn-group {
     display: flex;
     gap: 8px;
 }

 .zh-call-btn {
     background: #0D5B7F;
     border-radius: 4px;
     border: 1px solid #0D5B7F;
     gap: 5px !important;
     cursor: pointer;
 }

 .zh-whatsup-btn {
     background: #29A71A;
     border-radius: 4px;
     border: 1px solid #29A71A;
     gap: 5px !important;
     cursor: pointer;
 }

 #adverList .zh-single-course-list .zh-course-content .zh-title a {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 #adverList .zh-single-course-list .zh-course-content p {
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 #loading-bar-spinner .zh-spinner {
     left: 50%;
     margin-left: -20px;
     top: 50%;
     position: fixed;
     z-index: 19 !important;
     animation: loading-bar-spinner 400ms linear infinite;
     transform: translate(-50%, -50%);
 }

 .zh-loader {
     width: 100%;
     position: fixed;
     top: 0px;
     height: 100vh;
     left: 0px;
     z-index: 9999999;
     background: rgba(0, 0, 0, 0.3);
 }

 #loading-bar-spinner .zh-spinner .zh-spinner-icon {
     width: 40px;
     height: 40px;
     border: solid 4px transparent;
     border-top-color: #00873C !important;
     border-left-color: #00873C !important;
     border-radius: 50%;
 }

 @keyframes loading-bar-spinner {
     0% {
         transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 .zh-other-cities h3 {
     padding-bottom: 15px;
 }

 .zh-location-cities {
     margin-left: -5px;
     margin-right: -5px;
     display: inline-block;
     width: 100%;
 }

 .zh-location-inline {
     display: inline-block;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 15px;
 }

 .zh-location-inline .zh-btn {
     height: auto;
     padding: 5px 10px;
     line-height: 23px;
 }

 .zh-location-inline a {
     display: inline-block;
 }


 /* modal css */

 .modal-onload {
     position: fixed;
     inset: 0;
     background-color: rgba(0, 0, 0, 0.5);
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 89999;
 }

 .modal-onload-content {
     padding: 40px 20px;
     border-radius: 10px;
     background-color: #fff;
     max-width: 500px;
     width: 90%;
     box-sizing: border-box;
     touch-action: manipulation;
 }

 .modal-onload {
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
 }

 .modal-onload.show {
     opacity: 1;
 }


 .modal-onload-content {
     .logo {
         text-align: center;
         display: flex;
         align-items: center;
         justify-content: center;
         width: 100%;
         margin: 0 auto;


     }

     .meta-name {
         text-align: center;
         display: grid;
         grid-template-columns: repeat(1, 1fr);
         gap: 20px;

         h2 {
             font-size: 24px;
             color: #000;
             margin-bottom: 0;
             line-height: normal;
         }

         p {
             margin: 0;
             font-size: 16px;
             line-height: 24px;
             color: #2F2C2C
         }
     }
 }

 .modal-footer {
     display: grid;
     grid-template-columns: repeat(1, 1fr);
     gap: 20px;
     margin-top: 30px;

     .zh-tham-but,
     .thm-btn {
         display: block;
         text-align: center;
         max-width: 310px;
         margin: 0 auto;
         min-width: 150px;
     }

     .zh-tham-but:hover {
         color: #fff;
     }
 }




 @media(min-width: 1600px) {
     .zh-container {
         max-width: 1250px;
     }
 }

 @media(max-width: 1450px) {

     .zh-tham-but {
         padding: 8px 10px;
     }


     .zh-course-content {
         margin-top: 0px;
     }
 }

 @media(max-width: 1200px) {


     .zh-logo {
         width: 15%;
     }


 }


 @media(max-width: 991px) {



     .zh-logo {
         width: 30%;
     }

     .zh-course-content {
         margin-top: 10px;
     }

     .zh-single-course-list {
         margin: 30px 0px;
     }

     .zh-btn-group .zh-thm-btn span {
         display: none;
     }

     .zh-top-search-bx {
         grid-template-columns: 1fr 1fr;
     }
 }

 @media (max-width: 767px) {



     .zh-keywords .zh-keywords-item {
         width: -webkit-fill-available;
         width: -moz-available;
     }

     .zh-course-sec-image {
         padding-right: 0;
     }

     .zh-lightbox-content {
         width: 80%;
         height: 60%;
         margin: 15% auto;
     }

     li.zh-breadcrumbs__crumb.zh-breadcrumbs__crumb--home::after {
         content: ">";
         padding-left: 0;
         color: #FE7E22;
         position: absolute;
         right: 5px;
     }

     .zh-breadcrumbs__crumb--home {
         display: inherit;
         padding: 0 15px 0 0;
         float: left;
         position: relative;
     }

     .zh-breadcrumbs {
         display: inline;
     }

     .zh-modal-content {
         width: 80%;
         padding: 50px 25px;
     }


 }




 @media(max-width: 639px) {

     .zh-btn-primary {
         height: 40px;
     }

     .zh-course-list-wrapper {
         width: 100%;
         margin-top: 0;
     }

     .zh-course-top-text {
         margin-top: 0px;
     }

     .zh-page-pagination {
         margin: 10px 0px;
     }
 }

 @media(max-width: 576px) {

     .zh-btn-primary {
         line-height: 20px;
     }

     .zh-heading-keywords {
         margin-top: 15px;
     }

     .zh-form-control {
         margin: 5px 0px;
     }

     .zh-tham-but,
     .zh-but-login a {
         font-size: 14px;
     }


     .zh-top-search-bx {
         grid-template-columns: 1fr;
     }

     .zh-keywords-3.zh-row.zh-content-center.zh-width-100 {
         display: inline-block;
         width: 100%;
     }

     .zh-course-sec-image {
         padding: 0px;
     }

     .zh-btn {
         padding: 1px;

     }



     #adverList .zh-course-image {
         width: 110px;
         max-width: 100%;
         height: auto;
     }

     #adverList .zh-course-image a {
         height: 100%;
         display: block;
     }

     #adverList .zh-course-sec-image {
         height: 100%;
         padding-right: 0;
     }

     #adverList .zh-service-img {
         height: 100%;
         max-height: 100%;
         border-radius: 0px;
     }

     #adverList .zh-service-img img {
         height: 100%;
         object-fit: cover;
     }

     #adverList .zh-single-course-list .zh-course-content {
         width: calc(100% - 120px);
     }

     #adverList .zh-single-course-list .zh-course-content {
         padding: 4px;
     }

     .zh-single-course-list {
         margin: 20px 0px;
     }

     #adverList .zh-single-course-list .zh-course-content .zh-title a {
         -webkit-line-clamp: 3;
     }

     #adverList .zh-single-course-list .zh-course-content p {
         -webkit-line-clamp: 5;
     }
 }

 @media(max-width: 479px) {

     .zh-top-search-bx .zh-keywords {
         width: 100%;
     }

     .zh-course-list-wrapper {
         padding-top: 15px;
     }

     .zh-single-course-list .zh-course-content .zh-title {
         margin-top: 15px;
     }

     .zh-single-course-list {
         border-radius: 5px;
         padding: 8px;
     }

     .zh-single-course-list {
         margin: 15px 0px;
     }

     .zh-service-img {
         border-radius: 5px;
     }

     .zh-keywords-3.zh-row.zh-content-center.zh-width-100 {
         padding: 10px;
         margin-top: 10px;
     }

     .zh-top-search-bx .zh-keywords .zh-keywords-item {
         width: -webkit-fill-available;
         width: -moz-available;
     }

     .zh-pagination a {
         height: 25px;
         width: 25px;
         line-height: 25px;
         font-size: 12px;
     }

     .zh-single-course-list .zh-course-content .zh-title {
         margin-top: 5px;
     }

     .zh-single-course-list .zh-course-content .zh-title a {
         font-size: 14px;
         font-weight: 700;
         margin-top: 5px;
     }

     .zh-single-course-list .zh-course-content p {
         line-height: 17px;
         font-size: 12px;
     }

     .zh-escort-pro-info {
         gap: 4px;
     }

     .zh-lightbox-content {
         width: 90%;
         margin: 20% auto;
     }

     .zh-form-select {
         font-size: 14px;
         padding-right: 24px;
     }


     .zh-section-padding {
         padding-top: 34px;
     }

     .zh-service-img {
         max-height: 300px;
         overflow: hidden;
         border-radius: 10px;
     }

     .zh-btn {
         padding: 1px;
     }

     #adverList .zh-single-course-list .zh-course-content {
         padding-top: 0px;
     }

     #adverList .zh-single-course-list .zh-course-content .zh-title {
         margin-top: 0px;
     }

     .zh-escort-pro-info .zh-location-btn {
         padding: 2px 2px;
     }

     .zh-escort-pro-info {
         margin: 0px;
     }

.zh-what-call-btn-group {
    position: static;
    margin: 10px 0;
    margin-bottom: 0;
}
.zh-location-inline .zh-btn {
    height: auto;
    padding: 5px 10px;
    line-height: 17px;
    font-size: 13px;
}
.zh-location-inline { 
    padding-bottom: 10px;
}
     #adverList .zh-single-course-list .zh-course-content p {
         margin: 10px 0;
     }

     .modal-onload-content {
         padding: 20px 20px;
     }

     .modal-onload-content {
         .meta-name {
             gap: 14px;
         }
     }

     .modal-onload-content {
         .logo {
             display: flex;
             align-items: center;
             justify-content: center;


             img {
                 width: 150px;
             }

         }

         .meta-name {

             h2 {
                 font-size: 20px;

             }

             p {
                 margin: 0;
             }
         }
     }

 }