

.athan-card{
    display: flex;
    background-color: #FFF;
}
.athan-div1{
    width: 45%;
    min-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.athan-div1 .heading-lg{

    max-width: 479px;
}
.athan-img1{
    padding-right: 100px;;
}
.athan-img1 img{
    width: 100%;
    margin-bottom: -6px;
}
.athan-card-desc{
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding:30px 0;
    max-width: 452px;

}
.downloadathan{
    font-size: 18px;
    font-weight: 700;
    color: #4C48F6;
    display: flex;
    align-items: center;
}
@media(max-width:768px){
    .athan-card{
        flex-direction: column;
    }
    .athan-div1{
        width: -webkit-fill-available;
        padding:42px 24px 24px 24px;
    }   
    .athan-div1 .heading-lg{

        max-width: unset;
    }
    .athan-card-desc{
        font-size: 14px;
        padding: 26px 0;
    }
    .downloadathan{
        font-size: 14px;
        padding-bottom: 26px 0;
    }
    .downloadathan svg{
        width: 16px !important;
        height: 16px !important;
        margin-top: 2px;
    }
    .athan-img1{
        margin: 0 auto;
        text-align: center;
        padding: 0;
        width: 200px;
    }
}
