.heading {
    display: flex;
    justify-content: center;
    background-color: #000000;
}

.heading .full {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 10%;
    margin-right: 10%;
}

.heading .full .text {
    font-size: 25px;
    margin: 0px;
}


.history {
    display: flex;
    justify-content: center;
    background-color: #000000;
}

.history .full {
    margin-bottom: 70px;
    margin-left: 20%;
    margin-right: 20%;
}

.history .full .text {
    font-size: 20px;
    margin: 0px;
}


@media (max-width: 1000px) {
    .heading .full .text {
        font-size: 21px;
    }


    .history .full {
        margin-left: 10%;
        margin-right: 10%;
    }

    .history .full .text {
        font-size: 19px;
    }
}


@media (max-width: 835px) {
    .heading .full .text {
        font-size: 20px;
    }

    
    .history .full .text {
        font-size: 18px;
    }
}


@media (max-width: 600px) {
    .history .full .text {
        font-size: 17px;
    }
}