* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: "Poppins", serif;
    background-color: #0F1010;
    color: white;
}
.pm-header {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(78, 78, 78, 0.1);
    backdrop-filter: blur(6px);    
    -webkit-backdrop-filter: blur(9px);
    padding: 10px 100px;
}
.pm-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pm-logo img {
    height: 70px;
}
.pm-contact {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
    color: white;
    font-size: 17px;
    font-weight: 300;   
}
.phone{text-decoration: none;}
.pm-contact .divider {
    width: 1px;
    height: 40px; 
    background-color: rgba(255, 255, 255);
    margin: 0px 5px;
}
.pm-contact a {
    color: white;
    font-size: 24px;
    transition: color 0.3s;
}
.fa-instagram:hover {
    color: #FD1D1D;
}
.fa-facebook-f:hover{
    color: #1877F2;
}
.banner-logo{
    margin-top: 400px;
   height: 700px;
}
.PetesMeats-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: inline-block;
}
.PetesMeats-banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1;
  }
.banner-content {
    position: absolute;
    top: 60%; 
    left: 50%;
    transform: translate(-50%, -70%); 
    text-align: center;
    color: white; 
    z-index: 2; 
    font-family: "Poppins", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-banner-text{
    font-family: "KoPub Dotum", serif;
    font-size: 85px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 auto 30px auto;
    display: block; 
    width: 1100px;
    text-align: center;
}
.bottom-info-container{
    display: flex;
    align-items: center;
    gap: 60px;
    color: white;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
    text-decoration: none;
}
.b-phone{
    color: inherit !important;
    text-decoration: none;
}
.divider-2{
    width: 1px;
    height: 60px; 
    background-color: rgba(255, 255, 255);
}
.story-section{
    display: flex;
    background-color: #0F1010;
    color: white;
    justify-content: center;
    gap: 50px;
    padding-top: 90px;
    margin: 50px;
}
.title-story{
    font-size: 65px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "KoPub Dotum", serif;
    font-weight: 400;
}
.story-text{
    max-width: 800px;
    font-size: 23px;
    font-weight: 200;
    text-align: center;
    margin-left: 70px;
    margin-right: 70px;
    line-height: 40px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.products-section{
    margin: 0px 150px;
}
.our-story-img {
    max-width: 750px;
    height: auto; 
    margin: 0 auto; 
    display: block; 
    margin-top: 10px;
}
.products-title{
    font-size: 65px;
    margin-bottom: 40px;
    font-family: "KoPub Dotum", serif;
    font-weight: 400;
}
.products-text{
    font-size: 23px;
    font-weight: 200;
    line-height: 40px;
    letter-spacing: 1px;
}
.product-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 150px;
}
.product-card {
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease;
}
.product-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.image-wrapper {
    display: flex;
    width: 200%; 
    transition: transform 0.4s ease-in-out;
}
.product-image img {
    width: 100%;
    height: auto;
    flex: 0 0 50%; 
}
.product-image:hover .image-wrapper {
    transform: translateX(-50%);
}
.product-details {
    padding: 15px;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    color: #4D4D4D
}

.product-description{
    color: #4D4D4D;
    margin-bottom: 5px;
}
.product-price {
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0;
    color: #232323;
}
.pricelist {
    display: flex;
    flex-direction: column;
    align-items: left;
}
.pricelist-img{
    width: 900px;
}

@media (max-width: 3000px) {
    .main-container{
    display: flex;
    gap: 200px;
    justify-content: center;
    margin: 100px 150px;
}
}
@media (max-width: 2000px) {
    .main-container{
    display: flex;
    justify-content: space-between;
    margin: 100px 150px;
}
}

.right-sub-container{
    max-width: 850px;
}
.left-sub-container{
    max-width: 630px;
}
.contact-title{
    font-size: 50px;
    font-weight: 600;
}
.contact-text{
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.title-divider{
    max-width: 150px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.contact-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 40px 0px;
    padding: 20px;
}
.sub-detail h3{
    font-size: 27px;
    margin: 0;
    font-weight: 600;
}
.sub-detail p{
    text-decoration: none;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-item img {
    width: 30px;
    height: 30px;
}

.contact-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
}
.details-divider{
    margin-bottom: 35px;
}
.social-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-row h1{
    font-size: 27px;
    font-weight: 600;
}
.inner-icons{
    font-size: 25px;
    margin-right: 20px;
}
.map-container{
    display: flex;
    justify-content: center;  
    align-items: center;   
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 1100px;
    height: 450px;
}
.mini-footer{
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #919090;
}
.pricelist{
    font-size: 20px;
}
.whtsapp{
    color: #25D366;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}
@media (max-width: 1800px) {

.pm-logo img {
    height: 65px;
}
.pm-contact {
    font-size: 16px;
}
.pm-contact a {
    font-size: 23px;
}
.p-banner-text{
    font-size: 80px;
    width: 1100px;
}
.banner-content p{
    font-size: 19px;
    margin: 0 auto 60px auto;
    max-width: 800px;
}
.Order-btn{
    width: 200px;
    height: 55px;
    font-size: 20px;
}
.bottom-info-container{
    gap: 55px;
    font-size: 23px;
    margin-top: 30px;
}
.divider-2{
    width: 1px;
    height: 60px; 
}
.right-sub-container{
    max-width: 700px;
}
.map-container{ 
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 600px;
    height: 400px;
}
 .main-container{
    display: flex;
    gap: 100px;
    justify-content: center;
    margin: 100px 150px;
}
.story-section{
    display: flex;
    gap: 50px;
    padding-top: 90px;
    margin: 50px;
}
.title-story{
    font-size: 62px;
    margin-bottom: 30px;
}
.story-text{
    max-width: 700px;
    font-size: 21px;
    margin-left: 70px;
    margin-right: 70px;
    line-height: 35px;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}
.products-section{
    margin: 0px 150px;
}
.our-story-img {
    max-width: 680px;
    height: auto; 
    margin: 0 auto; 
    display: block; 
    margin-top: 60px;
}
.products-title{
    font-size: 62px;
    margin-bottom: 40px;
}
.products-text{
    font-size: 21px;
    line-height: 40px;
    letter-spacing: 1px;
}
}
@media (max-width: 1600px) {

.pm-logo img {
    height: 62px;
}
.pm-contact {
    font-size: 16px;
}
.pm-contact .divider {
    width: 1px;
    height: 40px; 
    margin: 0px 5px;
}
.pm-contact a {
    font-size: 23px;
}
.p-banner-text{
    font-size: 76px;
    margin: 0 auto 20px auto;
    width: 1000px;
}
.banner-content p{
    font-size: 18px;
    margin: 0 auto 40px auto;
    max-width: 700px;
}
.Order-btn{
    width: 180px;
    height: 50px;
    font-size: 19px;
}
.bottom-info-container{
    gap: 35px;
    font-size: 21px;
    margin-top: 30px;
}
.divider-2{
    width: 1px;
    height: 55px; 
}


.story-section{
    display: flex;
    gap: 50px;
    padding-top: 90px;
    margin: 50px;
}
.title-story{
    font-size: 58px;
    margin-bottom: 30px;
}
.story-text{
    max-width: 700px;
    font-size: 20px;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}
.products-section{
    margin: 0px 100px;
}
.our-story-img {
    max-width: 590px;
    height: auto; 
    margin: 0 auto; 
    display: block; 
    margin-top: 60px;
}
.products-title{
    font-size: 58px;
    margin-bottom: 35px;
}
.products-text{
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1px;
}
.product-grid {
    display: grid;
    margin: 130px;
}
 .main-container{
    display: flex;
    gap: 90px;
    justify-content: center;
    margin: 100px 100px;
}
.right-sub-container{
    max-width: 600px;
}
.map-container{ 
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 580px;
    height: 400px;
}
.contact-title{
    font-size: 45px;
}
.contact-text{
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.title-divider{
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.sub-detail h3{
    font-size: 27px;
}
.contact-item img {
    width: 30px;
    height: 30px;
}
.contact-item p {
    font-size: 13px;
}
.details-divider{
    margin-bottom: 30px;
}
.social-row h1{
    font-size: 26px
}
.inner-icons{
    font-size: 25px;
}
}

@media (max-width: 1440px) {
.pm-header {
    padding: 5px 100px;
}

.pm-logo img {
    height: 60px;
}
.pm-contact {
    font-size: 15px;
}
.pm-contact .divider {
    width: 1px;
    height: 35px; 
    margin: 0px 5px;
}
.pm-contact a {
    font-size: 22px;
}
.p-banner-text{
    font-size: 70px;
    margin: 0 auto 20px auto;
    width: 1000px;
}
.banner-content p{
    font-size: 17px;
    margin: 0 auto 40px auto;
    max-width: 700px;
}
.Order-btn{
    width: 170px;
    height: 50px;
    font-size: 18px;
}
.bottom-info-container{
    gap: 30px;
    font-size: 19px;
    margin-top: 30px;
}
.divider-2{
    width: 1px;
    height: 50px; 
}
.story-section{
    gap: 40px;
    padding-top: 70px;
    margin: 50px;
}
.title-story, .products-title{
    font-size: 55px;
    margin-bottom: 30px;
}
.story-text{
    max-width: 600px;
    font-size: 18px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 28px;
    letter-spacing: 1.3px;
    margin-bottom: 40px;
}
.products-section{
    margin: 0px 100px;
}
.our-story-img {
    max-width: 500px; 
    margin-top: 70px;
}
.products-text{
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 1px;
}
.product-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 100px;
}
.main-container{
    display: flex;
    gap: 80px;
    justify-content: center;
    margin: 100px 100px;
}
.right-sub-container{
    max-width: 600px;
}
.map-container{ 
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 540px;
    height: 400px;
}
.contact-section {
    max-width: 800px;
    margin: 30px 0px;
}
.contact-title{
    font-size: 45px;
}
.contact-text{
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.title-divider{
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.sub-detail h3{
    font-size: 25px;
}
.contact-item img {
    width: 30px;
    height: 30px;
}
.contact-item p {
    font-size: 12px;
}
.details-divider{
    margin-bottom: 25px;
}
.social-row h1{
    font-size: 25px
}
.inner-icons{
    font-size: 24px;
}
.pricelist-img{
    width: 800px;
}
}

@media (max-width: 1280px) {
.pm-header {
    padding: 5px 80px;
}

.pm-logo img {
    height: 55px;
}
.pm-contact {
    font-size: 15px;
}
.pm-contact .divider {
    width: 1px;
    height: 35px; 
    margin: 0px 2px;
}
.pm-contact a {
    font-size: 20px;
}
.p-banner-text{
    font-size: 60px;
    margin: 0 auto 20px auto;
    width: 800px;
}
.banner-content p{
    font-size: 16px;
    margin: 0 auto 35px auto;
    max-width: 600px;
}
.Order-btn{
    width: 160px;
    height: 47px;
    font-size: 17px;
}
.bottom-info-container{
    gap: 20px;
    font-size: 16px;
    margin-top: 30px;
}
.divider-2{
    width: 1px;
    height: 40px; 
}
.our-story-left{
    margin: 0 auto;

}
.story-section{
    display: block;
    text-align: center;
    gap: 40px;
    padding-top: 70px;
    margin: 50px;
}
.title-story, .products-title{
    font-size: 55px;
    margin-bottom: 30px;
}
.story-text{
    max-width: 100%;
    font-size: 18px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 28px;
    letter-spacing: 1.3px;
    margin-bottom: 40px;
}
.products-section{
    margin: 0px 80px;
}
.our-story-img {
    max-width: 500px; 
    margin-top: 70px;
}
.products-text{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
.product-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 100px;
}
.main-container{
    display: block;
    margin: 100px 80px;
}
.right-sub-container{
    max-width: 100%;
}
.map-container{ 
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 100%;
    height: 350px;
}
.contact-section {
    max-width: 700px;
    margin: 20px 0px;
}
.contact-title{
    font-size: 42px;
}
.contact-text{
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.title-divider{
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.sub-detail h3{
    font-size: 24px;
}
.contact-item img {
    width: 30px;
    height: 30px;
}
.contact-item p {
    font-size: 12px;
}
.details-divider{
    margin-bottom: 20px;
}
.social-row h1{
    font-size: 23px
}
.inner-icons{
    font-size: 23px;
}
.pricelist-img{
    width: 700px;
}
}

@media (max-width: 1024px) {
.pm-header {
    padding: 5px 50px;
}

.pm-logo img {
    height: 47px;
}
.pm-contact {
    font-size: 15px;
    gap: 10px;
}
.pm-contact .divider {
    width: 1px;
    height: 35px; 
    margin: 0px;
}
.banner-logo{
    margin-top: 200px;
   height: 560px;
}
.pm-contact a {
    font-size: 20px;
}
.p-banner-text{
    font-size: 55px;
    margin: 0 auto 30px auto;
    width: 600px;
}

.bottom-info-container{
    gap: 12px;
    font-size: 11px;
    margin-top: 20px;
}
.divider-2{
    width: 1px;
    height: 35px; 
}
.our-story-left{
    margin: 0 auto;

}
.story-section{
    padding-top: 40px;
    margin: 45px;
}
.title-story, .products-title{
    font-size: 50px;
    margin-bottom: 25px;
}
.story-text{
    max-width: 100%;
    font-size: 17px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 28px;
    letter-spacing: 1.3px;
    margin-bottom: 40px;
}
.products-section{
    margin: 0px 70px;
}
.our-story-img {
    max-width: 500px; 
    margin-top: 70px;
}
.products-text{
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
}
.product-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 100px;
}
.main-container{
    display: block;
    margin: 100px 70px;
}
.right-sub-container{
    max-width: 100%;
}
.map-container{ 
    margin-top: 20px;
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 100%;
    height: 350px;
}
.contact-section {
    max-width: 700px;
    margin: 20px 0px;
}
.contact-title{
    font-size: 38px;
}
.contact-text{
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.title-divider{
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.sub-detail h3{
    font-size: 23px;
}
.contact-item img {
    width: 30px;
    height: 30px;
}
.contact-item p {
    font-size: 12px;
}
.details-divider{
    margin-bottom: 20px;
}
.social-row h1{
    font-size: 22px
}
.inner-icons{
    font-size: 22px;
}
.pricelist-img{
    width: 600px;
}
}

@media (max-width: 700px) {
.pm-header {
    padding: 5px 40px;
}

.pm-logo img {
    height: 42px;
}
.banner-logo{
   height: 420px;
}
.pm-contact {
    font-size: 14px;
    gap: 10px;
}
.pm-contact .divider {
    width: 1px;
    height: 30px; 
    margin: 0px;
}
.pm-contact a {
    font-size: 19px;
}
.p-banner-text{
    font-size: 50px;
    margin: 0 auto 20px auto;
    width: 400px;
}
.banner-content p{
    font-size: 13px;
    margin: 0 auto 35px auto;
    max-width: 420px;
}
.Order-btn{
    width: 155px;
    height: 47px;
    font-size: 15px;
}
.bottom-info-container{
    display: block;
    gap: 10px;
    font-size: 11px;
    margin-top: 25px;
}
.divider-2{
    width: 1px;
    height: 27px; 
}
.our-story-left{
    margin: 0 auto;

}
.story-section{
    padding-top: 40px;
    margin: 45px;
}
.title-story, .products-title{
    font-size: 45px;
    margin-bottom: 25px;
}
.story-text{
    max-width: 100%;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 24px;
    letter-spacing: 1.3px;
    margin-bottom: 40px;
}
.product-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 50px 20px; 
}
.product-card {
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease;
}
.products-section{
    margin: 0px 45px;
}
.our-story-img {
    max-width: 350px; 
    margin-top: 70px;
}
.products-text{
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
}

.main-container{
    display: block;
    margin: 50px 50px;
}
.right-sub-container{
    max-width: 100%;
}
.map-container{ 
    margin-top: 20px;
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 100%;
    height: 300px;
}
.contact-section {
    max-width: 400px;
    margin: 20px 0px;
    padding: 0%;
    gap: 15px;
}
.contact-title{
    font-size: 38px;
}
.contact-text{
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.title-divider{
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.sub-detail h3{
    font-size: 18px;
}
.contact-item img {
    width: 30px;
    height: 30px;
}
.contact-item p {
    font-size: 10px;
}
.details-divider{
    margin-bottom: 15px;
}
.social-row h1{
    font-size: 20px
}
.inner-icons{
    font-size: 20px;
}
.mini-footer{
    font-size: 10px;
}
.pricelist-img{
    width: 400px;
}
.pricelist{
    font-size: 16px;
}
}

@media (max-width: 450px) {
.pm-header {
    padding: 5px 20px;

@supports (-webkit-touch-callout: none) {
  .PetesMeats-banner{
    height: 76vh;
  }
}
}

.banner-logo{
    margin-top: 200px;
    height: 350px;
}
.PetesMeats-banner {
  height: 45vh;
}
.pm-logo img {
    height: 40px;
}
.pm-contact {
    font-size: 13px;
    gap: 8px;
}
.pm-contact .divider {
    width: 1px;
    height: 28px; 
    margin: 0px;
}
.pm-contact a {
    font-size: 18px;
}
.p-banner-text{
    font-size: 45px;
    margin: 0 auto 20px auto;
    width: 340px;
}
.bottom-info-container{
    display: block;
    gap: 10px;
    font-size: 13px;
    margin-top: 25px;
}
.divider-2{
    width: 1px;
    height: 27px; 
}
.our-story-left{
    margin: 0 auto;
}
.story-section{
    padding-top: 30px;
    margin: 25px;
}
.title-story, .products-title{
    font-size: 40px;
    margin-bottom: 25px;
}
.story-text{
    max-width: 100%;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.product-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin: 50px 20px;
}
.product-card {
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease;
}
.products-section{
    margin: 50px 25px 0px;
}
.our-story-img {
    max-width: 300px; 
    margin-top: 50px;
}
.products-text{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}

.main-container{
    display: block;
    margin: 40px 25px;
}
.right-sub-container{
    max-width: 100%;
}
.map-container{ 
    margin-top: 20px;
    margin-bottom: 100px;    
}
.map-container iframe{
    margin-top: 40px;
    width: 100%;
    height: 300px;
}
.contact-section {
    display: block;
    max-width: 400px;
    margin: 20px 0px;
    padding: 0%;
    gap: 15px;
}
.contact-title{
    font-size: 34px;
}
.contact-text{
    font-size: 12px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.title-divider{
    max-width: 140px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.sub-detail h3{
    font-size: 16px;
}
.contact-item img {
    width: 28px;
    height: 28px;
}
.contact-item{
    margin-bottom: 10px;
}
.contact-item p {
    font-size: 10px;
}
.details-divider{
    margin-bottom: 15px;
}
.social-row h1{
    font-size: 19px
}
.inner-icons{
    font-size: 19px;
}
.mini-footer{
    font-size: 10px;
}
.pricelist-img{
    width: 350px;
}
.pricelist{
    font-size: 14px
}
}