 .header-blog-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.questions-line {
  background-color: #cdcdcf;
  height: 2px;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.questions__separator .container-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.toggle {
  width: 100%;
  padding: 10px 20px;
    padding-left: 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #FAFAFA;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  padding-left: 57px;
  transition: color .3s ease;
}

.rotate {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.mb-20px {
  margin-bottom: 20px;
}

.header-blog-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-blog-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-blog-title:hover i {
  margin-right: 15px;
}

.guide_info {
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  padding: 1.3rem;
  max-width: 50%;
  margin: auto;
  position: relative;
  margin-bottom: 55px;
}

.guide_icon {
  position: absolute;
  border-radius: 70px;
  background: #919191;
  width: 25px;
  height: 25px;
  text-align: center;
  top: -21px;
  border: 8px SOLID #121212;
  font-family: initial;
  font-weight: 601;
  font-size: 23px;
  line-height: 23px;
  color: #181818;
}

.guide_text {
  margin-top: 0;
  color: #A3A3A3;
}

.top20 {
  margin-top: 20px !important;
}

.underline {
  text-decoration: underline;
  color: #FAFAFA;
}

.guide_text strong {
  color: #FAFAFA;
}

.grid_details {
  display: grid;
  grid-template-columns: 2fr 3fr;
  margin-bottom: 120px;
}

.grid_details img {
  width: 100%;
  margin-left: -7%;
  border-radius: .75rem;
  height: fit-content;
  filter: grayscale(.4);

}

.details {
  padding: 1.5em;
}

.container {
  z-index: 9999;
  position: relative;
  height: 100%;
  transition: 2s !important;
}

.title-int {
  transition: .2s;
  width: 60px;
  height: 60px;
  background: #262626;
  border-radius: 9999px;
  border: 15px solid #121212;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -45px;
  text-align: center;
  font-weight: 901;
  font-size: 38px;
  color: #FAFAFA;
  line-height: 57px;
}

.title-shipping {
  font-size: 25px;
  font-weight: 601;
  text-align: center;
  margin-top: 55px !important;
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.title-faq {
  font-size: 2rem;
  font-weight: 601;
  letter-spacing: 1px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.details p {
  max-width: 90%;
  margin: auto;
  color: #A3A3A3;
}

.container:hover .title-int {
  border: 20px solid #121212;
}

.container p:not(:last-child) {
  margin-bottom: 20px;
}

.first p:not(:last-child) {
  margin-bottom: 10px !important;
}

.not-this p:not(:last-child) {
  margin-bottom: 5px !important;
}

.not-this {
  margin-top: 30px;
}

.first strong {
  color: #E6E6E6;
}

.not-this strong {
  color: #E6E6E6;
}

.not-this .red strong {
  color: #ff8484 !important;
  text-decoration: underline;
}

.container_demo {
  display: flex;
  align-items: center;
}
 
.red {
  color: #ff8484 !important;
}

.red span {
  text-decoration: underline;
}

.location {
  max-width: 70%;
  margin: auto;
  text-align: center;
  background: #121212;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 501;
}

.location p:not(:last-child) {
  margin-bottom: 10px;
  color: #FAFAFA !important;
}

.preset_ul {
  list-style-type: initial !important;
  max-width: 78% !important;
  margin: auto;
  color: #A3A3A3;
}

.preset_ul {
  list-style-type: initial !important;
}

.grid-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.wrapper {
  border-radius: 5px;
  color: #FAFAFA;
  background: #262626;
}

.content-- {
  position: relative;
  font-size: 15px;
  text-align: justify;
  line-height: 17px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  padding: 0px 20px;
  background: #3E3E3E;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.questions__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 22px;
  left: 19px;
  position: absolute;
  top: 7px;
  transition: border-color .3s ease;
  width: 22px;
}

.questions__separator-line:first-child {
  transition: opacity .3s ease;
}
.questions__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
  z-index: 1;
}

.questions__separator-line:nth-child(2) {
  height: 2px;
  left: 6px;
  top: 10px;
  transition: background-color .3s ease;
  width: 10px;
}

.faq-ul {
  
}

.help-ul {
  list-style-type: initial;
  padding: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1050px) {
  .guide_info {
    max-width: 80%;
  }
  .grid_details {
    display: block;
  }
  .grid_details img {
    margin-left: initial;
    margin-top: -50px;
  }
}

@media screen and (max-width: 750px) {
  .grid-faq {
    display: block;
  }
  .content .container {
    padding: initial !important;
    padding-bottom: 10px !important;
  }
  .details {
    padding: .5em;
  }
}