.realisations {
    background-color: rgb(23, 23, 23);
    padding:60px 30px 30px 30px;
}

.realisations-bg {
    background-color: rgb(23, 23, 23);
    padding: 30px;
}

.realisations h1{
    color: white;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.realisations .line{
    background-color: rgb(254, 201, 49);
    width: 58px;
    height: 7px;
    position: absolute;
    bottom: 0px;
    left: 14px;
}

.realisations-img {
    
    width: 190px;
    height: 190px;
    /* background-image: url('img/Img\ 2.jpg'); */
    background-size: cover;
    background-position: center;
    border-radius: 0px 28px;
    display: inline-block;
    position: relative;
    transition: background-size .2s; /* Animation */
}

.realisations-img:hover {

    background-size: 200%;
}

.realisations-text {
    display: inline-block;
    position: absolute;
    height: 180px;
    left: 220px;
    top: 0px;
}

.text-and-img {
    padding: 0px;
    margin-bottom: 20px;
}

.realisations-text h2{
    color: white;
    font-size: 25px;
    font-weight: 600;
    padding-top: 25px;
}

.realisations-text span{
    color: white;
    font-size: 17px;
    font-weight: 300;
}

#body-bg {
    background-color: rgb(23, 23, 23);
}