@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: var(--bs-dark-grey);
  font-size: 12px;
  background-color: #ffffff;
}
header {
  background: #003f88;
}
.vertical_name {
  position: relative;
  border-radius: 8px;
  background-image: url(../images/vertical-background.png);
  background-repeat: no-repeat;
  min-height: 225px;
  background-size: cover;
  max-height: 225px;
  overflow: hidden;
}
.bottom-text {
  justify-content: center;
}
.bottom-service {
  justify-content: flex-end;
}
.vertical_name h3 {
  text-transform: uppercase;
}
.product-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-height: 148px;
}
.product-img1 {
  position: absolute;
  right: -1px;
  bottom: 45px;
  width: 141px;
}
.product-img2 {
  position: absolute;
  left: -9px;
  bottom: 0px;
  width: 187px;
}
a {
  color: #fff;
}
footer {
  position: fixed;
  height: 50px;
  bottom: 0;
  width: 100%;
  background: #003f88;
  color: #fff;
}
.mv-gold-images {
  display: none;
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .product-img1 {
    position: absolute;
    right: 0px;
    bottom: 46px;
    width: 128px;
  }
  .product-img2 {
    position: absolute;
    left: -32px;
    bottom: 0px;
    width: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-service {
    justify-content: center;
  }
  .bottom-text {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (min-width: 441px) {
  .mv-gold-images {
    display: block;
  }
  .money-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 228px;
  }
  .gold-img {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 210px;
  }
  .dk-gold-images {
    display: none;
  }
}
@media only screen and (max-width: 480px) and (min-width: 441px) {
  .money-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 211px;
  }
  .gold-img {
    position: absolute;
    right: -1px;
    bottom: 21px;
    width: 199px;
  }
}
@media only screen and (max-width: 440px) and (min-width: 360px) {
  .product-img1 {
    position: absolute;
    right: -1px;
    bottom: 45px;
    width: 164px;
  }
  .product-img2 {
    position: absolute;
    left: -9px;
    bottom: 0px;
    width: 200px;
  }
}
