.cm-head{
    padding: 10px 14px;
    border-radius: 6px;
    width: 160px;
    height: 44px;
    background-color: #FFECBF;
    color: #232427;
    font-weight: 500;
    font-size: 16px;
    text-align: center;

}

.cm-h2{
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}
.fluid-container{
    width: 65%;
    position: absolute;
    bottom: -15%;
}
.img-fluid1{
    width: 65%;
}

.pdtop {
    padding-top: 125px;
}

.cm-hw-title {
    text-align: center;
}

.cm-gap {
    width: 3%;
}


.t-display-5 {
    color: #E84C3D;
    font-size: 32px;
}

.tex-col{
    color: #232427;
}

.cm-martop{
    margin-top: 50px;
}

.htw-pos {
    position: relative;
}

.spe-img1 {
    position: absolute;
    left: 10%;
}

.spe-img2 {
    position: absolute;
    right: 10%;
    top: 20%;
}

.spe-img3 {
    position: absolute;
    right: -20%;
}
.spe-img4 {
    position: absolute;
    bottom: -1%;
    left: 15%;
}

.cm-wid {
    width: 90%;
}

@media (max-width: 480px) {
    .pdtop {
        padding-top: 50px;
    }

    .spe-img3 {
        right: 0px;
    }
}


