.accordian-content {
    margin-bottom: 80px;
}
  
.acc {
      margin-top: 47px;
}

.acc-card.active {
    background-color: transparent;
}
  
  .acc-card {
        position: relative;
        border-bottom: 1px solid #061E41;
        margin-bottom: 32px;
        }
  

.acc-card>.active>.acc-title:after {
    transform: rotate(180deg);
}
  
  

  
      .acc-title {
        cursor: pointer;
        display: block;
        padding: 10px 24px 10px 0;
        text-align: left;
        letter-spacing: 0.02em;
        /*z-index: 1234;*/
        position: relative;
      }
  
        .acc-title::after {
          width: 26px;
          height: 26px;
          position: absolute;
          content: " ";
              margin-bottom: 8px;
			bottom: 0;
          right: 0;
          background-image: url(./images/accordian-icon.png);
        }
		
		.acc-title>h3 {
    margin-bottom: 0;
}

	.active>.acc-title::after {
    transform: rotate(180deg);
	}
  
      .acc-panel {
        display: none;
        margin: 0;
        padding: 0 0 0 0;
        text-align: left;
      }
  
        @media screen and (min-width:768px) {
        .acc-panel{
          padding: 0 50px 0 0;
            }
        }
  
        .acc-panel p {
          margin-top: 0;
          font-size: 15px;
          line-height: 1.4;
		      color: #000;
    font-weight: 300;
    font-family: 'opensans' !important;
    font-size: 18px;
    margin-bottom: 1em;
        }
  