/*********************************************************************************

    Template Name: JuniorHome Day Care  Bootstrap 4 Template
    Template URI: https://themeforest.net/user/hastech
    Description: JuniorHome is a beautifula and unique Day Care Bootstrap 4 template.
    Author: HasTech
    Author URI: https://hastech.company/
    Version: 1.0

    Note: This is style css.

**********************************************************************************/

.currencyBar {
    padding:3px;
    border:1px solid #e6e6e6;
    width:100%;
    overflow:hidden;
    background: red;
    color: white;
    display: none;
}
.marquee{
    display:block;
    position:relative;
    width:800px;
    animation:scroll 10s linear infinite;
    padding:3px;
}

.marquee .list
{
    padding: 0 10px;
}

.marquee:hover {
    animation-play-state: paused
}

.img1 {
    width:150px;
    height:150px;
    background-color:#f6f6f6;
    margin:3px;
    float:left;
}

/* Make it move */
@keyframes scroll{
    0% {left:800px;}
    100% {left:-800px;}
}
/* KESİNLİKLE .row'a flex verme! */

/* 1. Sadece her .col-* divini esnek kutuya çevir */
.junior__service .col-lg-6,
.junior__service .col-md-6,
.junior__service .col-sm-6,
.junior__service .col-12 {
    display: flex;
}

/* 2. Kartın tam yüksekliği kapsamasını sağla */
.junior__service .service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}