h2 {
  font-size: 24px;
  color: #075472;
  font-weight: 500;
}
p {
  font-size: 16px;
  margin-bottom: 25px;
}
.cta-sec p {
  font-size: 20px;
}
#credits {
  background-color: rgba(0, 0, 0, 0.881);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#miyawaki-video h1 {
  font-size: 30px;
}
.all-products-inner-box .all-products-inner-content-box {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 30px;
}
.all-products-inner-box:hover h2 {
  color: #fff;
}
.all-products-inner-box:hover ul li {
  color: #fff;
}
#footer-main {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-end;
  padding: 60px 0px 30px 0px;
}
#footer-main p {
  margin-bottom: 10px;
}
#footer-main a {
  color: #fff;
  text-decoration: none;
}
h3 {
  font-size: 20px;
  color: #075472;
  font-weight: 600;
  margin-bottom: 5px;
}
UL.footer-text LI {
  margin-bottom: 10px;
}
.gen-para ul {
  margin-left: 0px;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  /* CSS */
}
/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
}
/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
}
/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
}
/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
}
/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  body {
    font-size: 16px !important;
  }
  p {
    font-size: 16px;
    margin-bottom: 25px !important;
  }
  .cta-sec {
    padding: 30px;
    color: #fff;
  }
  .cta-sec p {
    font-size: 18px !important;
  }
  #miyawaki-video h1 {
    font-size: 24px;
  }
  .all-products-inner-box.products-inner-box-1,
  .all-products-inner-box.products-inner-box-3 {
    border-top: 2px solid black;
    border-left: 2px solid black;
    margin-bottom: 30px;
  }
  .all-products-inner-box.products-inner-box-2,
  .all-products-inner-box.products-inner-box-4 {
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    margin-bottom: 30px;
  }
  #footer-main {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px 30px 0px;
  }
  UL.footer-text LI {
    margin-bottom: 0px;
  }
  .gen-para,
  ul.lst li {
    font-size: 16px;
  }
  #credits .bottom-footer {
    font-size: 13px !important;
    text-align: center;
  }
}
.div-line {
  background-color: #075472;
  height: 2px;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.div-line::before {
  background-color: #aef707;
  height: 2px;
  right: 0px;
  position: absolute;
  content: "";
  width: 80px;
}
