/*content & parent*/
.section-gallery  .card{
    margin-bottom: 30px;
}
.section-gallery .card img{
    height:200px;
    object-fit:cover;
}
.section-gallery .card-body{
    position: relative;
    background: #fff;
    width: 100%;
    padding: 30px;
    float: right;
    box-shadow: 0px 6px 62px -6px rgba(0, 0, 0, 0.3)
}
.section-gallery .button-text-color{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center ;
    border-radius: 30px;
    padding: 5px 20px;
    min-height: 50px;
}
.section-gallery .button-text-color:hover{
    box-shadow: 0px 5px 10px -2px rgb(0 0 0 / 30%);
}
.section-gallery .button-text-color img{
    max-height: 40px;
    margin: 0px;
    width: auto;
}

.section-gallery .card-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
    color:#5a5a5a;
}
.section-gallery span{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    display: inline-block;
    /* margin-bottom: 20px; */
}

.section-gallery .modal h3{
    font-size: 24px;
    font-weight: 400;
}
.section-gallery .modal span{
    margin-bottom: 1.5em;
    font-size: 16px;
    display: block;
}
.section-gallery .modal p{
    font-size: 16px;
    margin-top: 1.5em;

}

.album-images .card-body{
    box-shadow: none;
}

.grid-image > div:first-child,
.section-gallery .carrousel-item{
    width: 100%;
}

.section-gallery .grid-image .img-button{
    width: 100%;
    height: 250px;
}

.section-gallery .grid-image .img-button img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-gallery .carrousel-item img{
    width: 96%;
    height: 100%;
    padding: 0 5px;
    object-fit: cover;
}

.section-gallery .carousel-inner .carousel-item .img-button{
    max-height: 600px;
}

@media screen and (max-width: 426px){
    .section-gallery .button-text-color{
        min-height: 40px;
    }
    .section-gallery .button-text-color img{
        max-height: 30px;
    }
}

.section-gallery .img-title{
    font-size: 24px ;
}

@media screen and (max-width: 425px) {   
    .section-gallery .img-title{
        font-size: 20px ;
    }
}

@media screen and (max-width: 320px) {
    .section-gallery .img-title{
        font-size: 18px ;
    }
}