.faq{
	align-items: center;
	height: auto;
	background: #FFFFFF;
}
.faq h1{
	font-variation-settings: 'wght' 800;
	font-size: 38px;
	line-height: 49px;
	color: #111B25;
	text-align: center;
}
.accordion-item{
    border: 0px;
    border-bottom: 0.75px solid #0051FE;
  }

.accordion-body a{
    color:#0051FE;
}
.accordion-header{
    border:0px;
}
.accordion-button:not(.collapsed)::after{
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);*/
    transform: rotate(-180deg);
    color:#0051FE;
}

@media only screen and (min-width: 300px){
    .accordion-body{
        padding-bottom: 24px!important;
        background: #FFFFFF;
        color: #000;
        font-variation-settings: 'wght' 400;
        font-size: 25px;
        line-height: 28px;
        padding-left: 0px;
        
      }
      .accordion-button:not(.collapsed){
        background-color: white;
        padding-left: 0px;
        font-variation-settings: 'wght' 700;
        font-size: 30px;
        line-height: 34px;
        color: #111B25;
        border:0px;
      }
      .accordion-button.collapsed {
        background-color: white;
        padding-left: 0px;
        font-variation-settings: 'wght' 700;
        font-size: 30px;
        line-height: 34px;
        border:0px;
      }
}
@media only screen and (min-width: 1000px){
    .accordion-body{
        padding-bottom: 24px!important;
        background: #FFFFFF;
        color: #000;
        font-variation-settings: 'wght' 400;
        font-size: 15px;
        line-height: 24px;
        padding-left: 0px;
      }
      .accordion-button:not(.collapsed){
        background-color: white;
        padding-left: 0px;
        font-variation-settings: 'wght' 700;
        font-size: 20px;
        line-height: 24px;
        color: #111B25;
      }
      .accordion-button.collapsed {
        background-color: white;
        padding-left: 0px;
        font-variation-settings: 'wght' 700;
        font-size: 20px;
        line-height: 24px;
      }
}