.aff-heading {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    background: #69330D;
    color: white;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
        font-family: "Dosis", Sans-serif;
        line-height: 1;
}

/*fix right sidebar heading */
.faal .elementor-widget-container{
    line-height:1 !important;
}
.aff-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 13%;
}
.aff-main-wrapper a.aff-item {
    border-style: solid;
    border-width: 1px;
    border-color: #5E5D5D;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 50%);
    margin: 3px;
    flex-basis: 24%;
}
a.aff-item img {
    display: block;
}
.aff-title {
    text-align: center;
    color: black !important;
    display: block;
    margin: 8px 0px;
}

@media only screen and (max-width: 600px) {
 .aff-heading {
    font-size: 13px;
    
}
 .aff-main-wrapper a.aff-item {

    flex-basis: 49%;
}
.aff-main-wrapper {
align-items: center;
    display: flex;
    flex-direction: column;
  
}
 
}


@media only screen and (max-width: 900px) {
 
 .aff-main-wrapper a.aff-item {

    flex-basis: 50%;
} 
.aff-main-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
  
}
 
}

