:root {
    --section-pading: 125px;
}


.banner-title h2 {
    color: white;
}
.extended-feature-image {
    text-align: center;
}

.footer-menu ul li {
    display: inline-flex;
    margin: 0 8px;
}

.footer-menu ul li:first-of-type {
    margin-right: 0;
}

.privacy-content {
    line-height: 2;
    font-size: 1.1rem;
}

.privacy-content h2 {
    margin-bottom: 2rem;
}

.privacy-content p {
    margin-bottom: 1rem;
    text-align: justify;
}

.privacy-content li {
    text-align: justify;
}

.pricing-plan-single .plan-cost .price {
    line-height: 1.25;
}

.section-avatar {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
}

select {
    width: 100%;
    padding: 16px 24px;
    border: 1px solid var(--grey-color);
    border-radius: 50px;
    background-color: transparent;
}

.footer-info-text {
    text-align: justify;
}
