﻿
.header-area {
    height: 90px;
}

.header-area {
    height: 90px;
}

.about-story.ptb-100 {
    background: whitesmoke;
}

.customer-information-container {
    float: none;
    width: 100%;
    padding: 100px 0px 40px 0px;
    max-width: 90%;
    margin: 0 auto;
    background: whitesmoke;
}



.isc-about-story-left {
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 0px;
}

span.isc-about-icon {
    font-size: 35px;
    border: 1px solid #a3a3a3;
    border-radius: 100px;
    padding: 0px 8px 0px 8px;
    background: #a3a3a3;
    color: black;
}

.isc-about-story-middle {
    float: left;
    width: 50%;
    text-align: left;
    margin-left: -20px;
}

    .isc-about-story-middle h4 {
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1.5px;
        /* text-align: left; */
        margin-bottom: 5px;
    }

    .isc-about-story-middle h5 {
        color: #5c5c5c;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }

.isc-about-story-last {
    float: right;
    width: 15%;
}

.isc-last-icon {
    font-size: 40px;
}
.isc-customer-information-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.about-story.ptb-100.isc-customer-information {
    height: calc(100vh - 116px);
}

.about-story.isc-about-story {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    height: auto;
    margin-top: 15px;
    overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 812px) {
    .isc-about-story-left {
        float: left;
        width: 25%;
        margin-right: 0px;
        text-align: center;
        margin-top: 0px;
    }
 
    .about-story {
        padding: 10px;
    }
    span.isc-about-icon {
        font-size: 10px;
        border: 1px solid #a3a3a3;
        border-radius: 100px;
        padding: 5px 10px;
        background: #a3a3a3;
        color: black;
    }
    .isc-about-story-middle {
        float: left;
        width: 60%;
        text-align: left;
        margin-left: 0;
    }
        .isc-about-story-middle h4 {
            color: #000000;
            font-size: 11px;
            font-weight: bold;
            letter-spacing: 1.5px;
            /* text-align: left; */
            margin-bottom: 5px;
        }

        .isc-about-story-middle h5 {
            color: #5c5c5c;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.2px;
        }
    .isc-last-icon {
        font-size: 20px;
    }


    }