.container-img{
    position: relative;
    width: 1179px;
    display: inline-block;
}
.down-left-text{
    position: absolute;
    bottom: 5%;
    left: 3%;
    color: white;
}
.top-left-text{
    position: absolute;
    top: 5%;
    left: 3%;
    color: white;
}
.center-left-text{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    color: white;
}
.down-right-text{
    position: absolute;
    bottom: 5%;
    right: 3%;
    color: white;
}
.top-right-text{
    position: absolute;
    top: 5%;
    right: 3%;
    color: white;
}
.center-right-text{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    color: white;
}
.top-center-text{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}
.down-center-text{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}
.center-center-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.order-btn {
    background-color: #ff5747;
    color: #ececec;
    text-decoration: none;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 141px;
    text-align: center;
}
.down-left-text-btn{
    position: absolute;
    bottom: 21%;
    left: 3%;
    color: white;
}
.down-right-text-btn{
    position: absolute;
    bottom: 21%;
    right: 3%;
    color: white;
}
.down-center-text-btn{
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}