
.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 5px;

}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
    min-height: 290px;
    border: solid 1px #00723b;
    border-radius: 20px;
}

.swiper-slide img {
    /*width: 100%;*/
    /*border-radius: 20px;*/
    /*position: relative;*/

}
.column {
    text-align: center;

    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

/* Add some shadows to create a card effect */
.card {

    border: dashed 1px #00723b;
    margin-top: 5px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.card p{
    text-align: justify;
    margin: 15px;
    font-size: 13px;

}

/* Clear floats */


.title {
    padding-top: 15px;
    color: #0b2e13;
    font-weight: bold;
    line-height: initial;
}
.imageMajale{

    margin-top: 10px;
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 150px; /* You must set a specified height */
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.imageMajaleView{
    margin-top: 10px;
    background-color: #cccccc; /* Used if the image is unavailable */
    min-height:250px ; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

