.strategie-recherche {
    border: solid 4px #FF860D;
    border-radius: 50px;
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 120px;
    box-shadow: 0px 0px 100px -15px black;
    margin-top: 30px;
    margin-bottom: 100px;
}

.strategie-recherche .title-container {
    width: 100%;
    color: black;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

.strategie-recherche .img-container {
    width: 40%;
    text-align: center;
    margin: 40px 0;
}

.strategie-recherche .img img {
    border: solid 3px grey;
}

.strategie-recherche .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #2E3877;
    font-size: 22px;
    margin-top: 20px;
}

.strategie-recherche .or {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF860D;
    font-size: 55px;
    font-weight: 600;
}

.strategie-recherche .text {
    font-size: 17px;
    line-height: 21px;
    color: black;
}