.common-spacing {
    padding: 25px 0px;
}
.placeholder-img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 320px;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.placeholder-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-para {
    font-size: 15px;
    font-weight: 500;
    color: #201C1D;
}
.common-heading-tp {
    font-size: 26px;
}
.semibold {
    font-weight: 600;
}
.bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 2px;
    border-right: 3px solid var(--main-bg-color);
    margin-right: 3px;
}
.bottom-dots .dot.line-dot, .heading-dots .h-dot.line-dot {
    border-right: 40px solid var(--main-bg-color);
}
.bottom-dots .dot.line-dot {
    color: var(--main-bg-color);
}
.bottom-dots .dot, .heading-dots .h-dot {
    border-right: 3px solid var(--main-bg-color);
}
.common-heading-tp span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: var(--main-bg-color);
    margin-bottom: 7px;
}

@media (max-width: 767px) {
.common-spacing {
    padding: 20px 0px;
}
.placeholder-img {
    height: 260px;
}
.common-heading-tp {
    font-size: 22px;
}
.common-heading-tp span {
    font-size: 18px;
}

}