.bg {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

.cover {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 0px;
  /* font-weight: bold; */
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
  font-weight: bold;
}

.text {
  color: #000000;
}

.insure {
  height: auto;
  width: 70%;
  object-fit: cover;
}
.right {
  justify-content: right;
  display: flex;
}

.discrip {
  font-family: HyundaiSansRegular !important;
  justify-content: left;
  /* display: flex; */
  text-align: left;
}

.for {
  font-size: 16px;
}

.fas {
  color: #002c5e;
}

.Partners {
  background-color: #f6f3f2;
}

.insure-image {
  height: auto;
  width: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 1% 0;
  }
  .right {
    justify-content: center;
  }
   .bg {
    margin-top: 7rem;
  }
}
