.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;
}



.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;
}
.list-styleTwocol{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.list-styleTwocol ul{
    flex: 1 1 45%;
   
    
}
.list-styleTwocol ul li{
  list-style-type: disc;
    margin-left: 30px;
}
.title .span-two {
    font-size: 26px;
    margin-top: 0;
    line-height: normal;
    margin: 0 0 1em;
    text-transform: uppercase;
}


@media (max-width: 767px) {
    .common-spacing {
        padding: 20px 0px;
    }

    .placeholder-img {
        height: 100%;
    }

    .title {
        font-size: 20px;
    }

    .title:after {
        max-width: 100px;
    }

    .title .span-two {
        font-size: 20px;
    }

}
@media (max-width: 485px) {
   .list-styleTwocol{
    flex-direction: column;
}
}