.btn-extension {
  display: inline-block;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.btn-extension .browser-icon {
  font-size: 34px;
  margin-right: 20px;
}

.extension-bg-art-1 {
  background: url(/assets/img/extension/bg-art-1.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 40%;
}

.blue-title {
  color: #2a2fa4 !important;
}
.browser-extension-blue {
  text-align: center;
}
.browser-extension-blue h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 20px 0 20px;
  color: #fff;
}
.browser-extension-blue p {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #869ab8;
}
.browser-extension-blue img.img-fluid {
  width: 54px;
}
.faq-list-items {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #506690;
}
.hide-for-md {
  display: none !important;
}
.text-right {
  text-align: right !important;
}
@media only screen and (max-width: 600px) {
  .text-sm-center {
    text-align: center !important;
  }
  .hide-for-sm {
    display: none !important;
  }
  .show-for-sm {
    display: block !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .check-for-plag-more .v-c-img-1 {
    margin-bottom: 50px;
  }
  .c-mt-sm-10 {
    margin-top: 50px;
  }
}
