/* */
.faq{
  overflow: hidden;
}
.paragraph--type--faq {
  margin-bottom: 0 !important;
}
.faq-item {
  position: relative;
  border-bottom: 1px solid #C5CBE1;
  border-top: 1px solid #C5CBE1;
  border-right: 1px solid #C5CBE1;
  border-left: 10px solid #275EA7;
  padding: 0 30px 0 40px;
  background: white;
  border-radius: 10px;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.faq{
                     overflow: hidden;
                   }
.paragraph--type--faq {
  margin-bottom: 0 !important;
}
.faq-item {
  position: relative;
  border-bottom: 1px solid #C5CBE1;
  border-top: 1px solid #C5CBE1;
  border-right: 1px solid #C5CBE1;
  border-left: 10px solid #275EA7;
  padding: 0 30px 0 40px;
  background: white;
  border-radius: 10px;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
@media(max-width: 768px){
  .faq-item {
    padding: 0 15px 0 15px;
  }
}
.faq-item:last-child{
  margin-bottom: 0;
}
.faq-item-q{
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 25px 25px 25px 0;
}
@media(max-width: 768px){
  .faq-item-q{
    font-size: 15px;
  }
}

.faq-item-q:before {
  position: absolute;
  content: "+";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  transition: all .5s;
  font-weight: 400;
  color: #275EA7;
}
.faq-item-q:hover:before {
  transform: translateY(-50%) rotate(180deg) ;
}
.faq-item.active .faq-item-q:before {
  transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-item-a {
  display: none;
  padding-bottom: 20px;
}
.faq-item-a p:last-child{
  margin-bottom: 0;
}

.faq-item:last-child{
  margin-bottom: 0;
}
.faq-item-q{
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 25px 25px 25px 0;
}
@media(max-width: 768px){
  .faq-item-q,
  .faq-item-a{
    font-size: 16px;
    line-height: 22px;
  }
}

.faq-item-q:before {
  position: absolute;
  content: "+";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  transition: all .5s;
  font-weight: 400;
  color: #275EA7;
}
.faq-item-q:hover:before {
  transform: translateY(-50%) rotate(180deg) ;
}
.faq-item.active .faq-item-q:before {
  transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-item-a {
  display: none;
  padding-bottom: 20px;
}
.faq-item-a p:last-child{
  margin-bottom: 0;
}
