#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #00000075;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
}

.under-line.active-services::before {
  width: 100%;
  left: 0;
}

.bg {
  /* margin-top: -2rem; */
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 70px;
  line-height: 120px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
}

.text {
  color: #000000;
}

.insure {
  height: auto;
  width: 70%;
  object-fit: cover;
}

.right {
  justify-content: right;
  display: flex;
}

.discrip {
  justify-content: left;
  /* display: flex; */
  text-align: left;
}

.for {
  font-size: 16px;
}

.fas {
  color: #000000;
}

.Partners {
  background-color: #f6f3f2;
}

.insure-image {
  height: auto;
  width: 85%;
  object-fit: cover;
}

.row {
  width: 100%;
}

.text-left {
  padding: 0 3rem !important;
}
.container-insu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Responsive */
@media (max-width: 575px) {
  .insure-image {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 1% 0;
  }
  .right {
    justify-content: center;
  }
  .text-left {
    padding: 1rem 0 !important;
  }
}
