/*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;
}

@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 .card-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
    color:#5a5a5a;
}
.section-gallery span{
    font-size: 18px;
    margin-bottom: 20px;
    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;
}