.islamic_banner{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    max-width: 40%;
    padding: 40px 30px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 #C8C8C840;
}

@media (max-width: 768px){
    .islamic_banner{
        max-width: 100%;
        margin-bottom: 15px;
    }
}