.prefooter_area{
    background-color: #fff;
    padding: 50px 0;
    .prefooter_bottom{
        margin-bottom: 30px;
    }
    .logo{
        height: 40px;
        width: 100%;
        display: flex;
        img{
            height: 100%;
            width: 100%;
            object-fit: contain;
        }
        h2{
            margin-bottom: 0;
            color: $secondColor;
            font-size: 40px;
        }
    } 
    .icon_list{
        display: flex;
        justify-content: start;
        align-items: start;
        i{
            background-color: #1877F2;
            height: 35px;
            width: 35px;
            border-radius: 50%;
            font-size: 18px;
            text-align: center;
            color: $white;
            margin-left: 10px;
            padding-top: 8px;
        }
    }  
    .prefooter_content{
        p{
            font-size: 13px;
            padding: 5px;
        }
    }  
    .prefooter_title{
        h3{
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 25px;
        }
        iframe{
            width: 100%;
            height: 100%;
        }
    } 
    ul{
        li{
            list-style-type: none;
            margin-left: 25px;
            i{
                margin-right: 8px;
                color: #000;
                font-size: 17px
            }
        }
    }  
    .address{
        p{
            margin-bottom: 5px;
        }
    }
}