MOON
Server: Apache
System: Linux server30c.hostingraja.org 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: seoprovi (1222)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //home/seoprovi/ibaapprovedpackers.com/scss/templates/_about.scss
/*----------------------
 FEATURE STYLE
-----------------------*/
.img-icon-block {
    position: relative;

    &:before {
        position: absolute;
        content: "";
        top: -27px;
        background-color: $primary-color;
        opacity: .3;
        width: 80px;
        right: 70px;
        height: 80px;
        border-radius: 50%;
        z-index: 1;
    }

    i{
        font-size: 58px;
        z-index: 2!important;
        color: #333;
        position: relative;
    }
}





/*--------------------------
ABOUT-2
---------------------------*/
#about .img-block{
    position: relative;
      -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);

    img{
        border: 5px solid $primary-color;
    }
}
.pt-6{
    padding-top: 4.5rem;
}
.img-icon i{
    font-size: 60px;
}