.counter-section{
    background-color: black;
}
.fact-counter .column .inner .counter-title{
    color: white;
}
.fact-counter .column .inner .count-outer{

    color: white;
}


.about-section h3.about{
    font-weight: 600;
    color: black;
}


.about-section .content-column .title{
    margin-bottom: 10px;
}

.sec-abt1{
    padding: 100px 0px;
    background-color: #f0e8dc;
}


.featured-block-five .inner-box .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 105px;
    height: 105px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #7cb434;
    border: 8px solid #edeff2;
}


.featured-block-five .inner-box .text {
    position: relative;
    color: #555555;
    top: 111px;
    left: 230px;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.8em;
}

.featured-section-three .safety .pt-2{
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.featured-section-three .safety .points{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.featured-section-three .safety p.my-2{
    text-align: center;
    font-size: 20px;
}
.featured-section-three .safety-man .row.pb{
    padding-bottom: 50px;
}
.featured-section-three .inner-colunmn .icon.ab{
    height: 30px;
}

.featured-section-three .icon-column .icon.ab{
    padding-top: 124px;
}

.your-points{
    margin: 30px 0;
    display: flex;
    column-gap: 30px;
    justify-content: center;
}

.your-points .your-card{
    width: 180px;
    
}

.your-points .your-card p{
    margin: 10px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.your-title{
    font-weight: 700;
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
}

.your-points .your-img{
    text-align: center;
    background-color: #e92030;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.your-points .your-card:nth-child(even) .your-img {
  background: #111;
}