.designServiesBackground {
    background-image: url("../img/index/designServiesBack.png?t=1750408592");
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.design_servies_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    display: flex;
    width: 1160px;
    flex-direction: row;
    flex-wrap: nowrap;
    /* align-content: space-between; */
    justify-content: space-between;
}
.design_con{
    width: 267.02px;
    /*height: 293px;*/
    position: relative;
}
.design_con div{
    position: absolute;
    width: 100%;
    height: 44.51px;
    background: rgba(0, 0, 0, 0.55);
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.design_servies_container p{
    text-align: center;
    padding: 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21.95px;
    color: rgba(255, 255, 255, 1);
}