.common-spacing {
    padding: 25px 0px;
}
.placeholder-img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    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;
    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;
}
.about-img img {
    width: 100%;
}
.title .span-one {
    font-size: 22px;
}
.title:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 130px;
    background-color: var(--main-bg-color);
    height: 1px;
    bottom: -7px;
    left: 0px;
}
.title .span-two {
    font-size: 26px;
    margin-top: 0;
    line-height: normal;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.text-center.title::after {
    left: 50%;
    transform: translate(-50%, 0px);
}
.text-center.text-md-left.title::after {
    left: 0px;
    transform: translate(0%, 0px);
}

@media (max-width: 767px) {
.common-spacing {
    padding: 20px 0px;
}
.placeholder-img {
    height: 100%;
}
.common-heading-tp {
    font-size: 22px;
}
.common-heading-tp span {
    font-size: 18px;
}
.title {
    font-size: 20px;
}
.title .span-one {
    font-size: 18px;
}
.title:after {
    max-width: 100px;
}
.title .span-two {
    font-size: 20px;
}
.text-center.text-md-left.title::after {
    left: 50%;
    transform: translate(-50%, 0px);
}

}