.container {
    position: relative;
    max-width: 1140px;
}
.app {
    background: #e8e4de;
    padding: 40px 40px 50px 40px;
    position: relative;
}
.ihemos {
    background: #fff;
    padding: 29px;
    max-width: 555px;
    height: 750px;
    margin: auto;
}
.logo-img {
    padding: 20px 0 60px 80px;
}
.flexible {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.img-flex {
    display: flex;
    gap: 40px;
}
.texting span {
    color: #cc311d;
}
.img-scann p{
    color: #61523e;
}
.titlle-bord {
    color: #61523e;
    margin-bottom: 40px;
}
.titlle-bord::before {
    content: "";
    position: relative;
    background: #61523e;
    width: 100%;
    height: 2px;
    left: 0;
    top: 27px;
    display: block;
}
.titlle-bord span {
    background: #e8e4de;
    position: relative;
    padding: 0 24px;
}

.hr-red {
    height: 1px;
    background-color: red;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.img-btn {
    width: 100%;
}

.img-btn:hover {
   opacity: 0.8;
}

@media screen and (max-width: 1200px ) {
    .image img{
        width: 100%;
    }
    .logo-img {
        padding: 37px 0 20px 83px;
    }
    .ihemos {
        background: #fff;
        padding: 29px;
        max-width: 555px;
        height: 100%;
        margin: auto;
    }
    .img-flex {
        display: block;
        text-align: center;
    }
    .flexible {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-top: 19px;
    }
}
@media screen and (max-width: 767px ){
    .app{
        padding: 30px 0;
    }
    .app .container .row{
        gap: 15px;
    }
    .logo-img {
        padding: 20px 0 20px 0;
        text-align: center;
    }
    .image img {
        width: 100%;
    }
    .titlle-bord::before {
        content: "";
        position: relative;
        background: #61523e;
        width: 100%;
        height: 2px;
        left: 0;
        top: 17px;
    }
    .flexible {
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: 100%;
        margin-top: 20px;
    }
    .ihemos {
        background: #fff;
        padding: 29px;
        max-width: 555px;
        height: 100%;
        margin: auto;
    }
    .img-flex {
        display: block;
        text-align: center;
    }
}