/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 4, 2022, 10:51:07 AM
    Author     : Dell
*/

.pie-more-link-section {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pie-more-link-section::after {
    content: '';
    position: absolute;
    background-color: #fff;
    opacity: 0.95;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pie-more-link-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 3% 0;
}

.pie-more-link-col {
    max-width: 33.33%;
    width: 100%;
}

.pie-more-link-content-block {
    text-align: center;
    padding: 30px 0;
    z-index: 10;
    position: relative;
}

.pie-more-link-content-block i {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    border: 2px solid #333;
    border-radius: 50%;
    font-size: 25px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pie-more-link-content-block h3 {
    font-size: 25px;
    text-align: center;
    color: #444;
    line-height: 30px;
    font-weight: 400;
    font-size: Lato;
    margin-top: 20px;
}

@media screen and (max-width:991px) {
    .pie-more-link-col {
        max-width: 50%;
    }

    .pie-more-link-content-block h3 {
        font-size: 17.6px;
        line-height: 25.6px;
    }
}

@media screen and (max-width:767px) {
    .pie-more-link-col {
        max-width: 100%;
    }
}
