.telecharger-my-ooredoo {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    min-height: 422px;
}
.telecharger-my-ooredoo .detail{
    position: absolute;
    right: 2%;
    top: 40px !important;
}
.telecharger-my-ooredoo .detail>img{
    max-width: 79px;
    height: auto;
    margin-bottom: 10px;
}
.telecharger-my-ooredoo .title_block {
    font: 600 23px / 28px Rubik;
    color: #000;
    margin-top: 7px;
    margin-bottom: 15px;
}
.telecharger-my-ooredoo .description{
    max-width: 60%;
    font: normal normal 500 14px/18px Rubik;
    margin-bottom: 25px;
}
.telecharger-my-ooredoo .links a{
    display: block;
    width: auto;
    margin-right: 7px;
} 
.telecharger-my-ooredoo .links a img{
    height: auto;
    max-height: 52.5px;

}
@media (min-width: 1053px ) and (max-width: 1147px) { 
    .telecharger-my-ooredoo .detail {
        right: 0 !important;
        width: 70% !important;
    }
}
@media (min-width:768px) and (max-width:1200px){
    .telecharger-my-ooredoo .detail{
        right: 0;
        width: 51%;
    }
    .telecharger-my-ooredoo .links a{
        margin-bottom: 20px;
    }
}
@media(max-width:765px){
    .telecharger-my-ooredoo .detail>img {
        max-width: 40%;
    }
    .telecharger-my-ooredoo{
        background-position: center;
        padding: 25px 0;
    }
    .telecharger-my-ooredoo .detail{
        padding-left: 45%;
        position: static;
    }
    .telecharger-my-ooredoo .title_block {
        font: normal normal 600 17px / 20px Rubik;
        margin-top: 15px;
        width: 100%;
    }
    .telecharger-my-ooredoo .description *,
    .telecharger-my-ooredoo .description{
        width: 100%;
        margin-top: 15px;
        font-family: 'Rubik';
        font-size: 1rem;
        line-height: 1.5;
        max-width: 90%;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .telecharger-my-ooredoo .links a img{
        max-width: 80%;
        height: auto;
        margin-top: 15px;
        max-height: 1000px;
    }
}