.quetions {
  padding: 80px 0;
}
.quetions__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quetions__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
.quetions__link {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.7;
  color: #0369d9;
  text-decoration: none;
}
.quetions__quetions{
  border-top: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
  /* padding: 24px 0px; */
}
.quetions__text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  height: 100%;
  padding: 24px 0px;
  font-weight: 500;
}
.quetions__div{
  width: 60%;
}
.bx-plus{
  color:#0099ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.bx-minus{
  color: #0099ff;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: none;
}
.quetions__drop-answer{
  display: none;
  flex-direction: column;
  width: 100%;
  padding:24px 0;
  font-size: 16px;
  color: #666;
  border-top: 1px solid #efefef;
  line-height: 1.7;
}
.quetions__p-for-margin{
  margin-top: 16px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
.quetions__paragraph{
  margin-bottom: 16px;
  font-size: 16px;
  color: #666;
}
.quetions__ul{
  padding-left: 40px;
  line-height: 1.7;
  margin-top: 8px;
  color: #666;
}
.quetions__li{
  list-style-type: disc;
  font-size: 16px;
  color: #666;
}
@media(max-width:1000px){
  .quetions__div{
    width: 100%;
  }
  .quetions__paragraph{
    font-size: 18px;
  }
  .quetions__title{
    margin-bottom: 48px;
    font-size: 32px;
  }
  .quetions__text{
    font-size: 18px;
  }
  .bx-plus{
    width: 18px;
    height: 18px;
  }
  .bx-minus{
    width: 18px;
    height: 18px;
  }
}
@media (max-width:500px){
  .quetions__div{
    width: 100%;
  } 
  .quetions__title{
    font-size: 28px;
    line-height: 1.4;
  }
  .quetions__text{
    font-size: 5vw;
    font-weight: 500;
  }
  .quetions__li{
    font-size: 18px;
  }
  .quetions__p-for-margin{
    font-size: 18px;
  }
  .quetions__paragraph{
    font-size: 18px;
  }
}