.container{
    margin-top:40px;
}

.accordion-header{
    font-family: "Gill Sans", sans-serif;
      font-size: 30px;
}

h1{
  font-size: 24px;  
}
h3{
      font-family: 'popping';
      font-size: 24px;
      color:#fa8b02;
      
}


p{
      font-family: Poppins, sans-serif;
      font-size:16px;
      color:black;
}

ul li a{
    
      font-family: Poppins, sans-serif;
      font-size:16px;
      color:black;
}

@media screen and (max-width: 767px) {
    .fea_box {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: 180px;
        gap: 10px;
        padding: 10px;
    }
}

.fea_box{
    text-align: left;
    padding: 9px 20px;
    height: 110px;
    cursor: pointer;
    display: flex;
    box-shadow: 0 0 6px #ccc;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .fea_img {
        margin-right: 0px;
        width: 68px;
    }
}

.fea_img {
    width: 80px;
    margin-right: 12px;
    margin-bottom: 0px;
    max-width: 80px;
}

.fea_box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #484871;
    font-style: normal;
}

.martingbtn {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom:20px;
}

.martingbtn a {
    background-color: #e12933;
    color: #fff;
    border: 0px;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
}