.technologyPage {
    margin-top: 65px;
}

.technologyPage .technologyPage-top .technologyPage-top-img {
    background: url('../png/technology.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.technologyPage .technologyPage-top .col-md-6 {
    padding: 30vh 5vw;
    background: #b01404;
    background: radial-gradient(circle, hsla(6, 96%, 35%, 1) 62%, hsla(3, 95%, 30%, 1) 100%);
    background: -moz-radial-gradient(circle, hsla(6, 96%, 35%, 1) 62%, hsla(3, 95%, 30%, 1) 100%);
    background: -webkit-radial-gradient(circle, hsla(6, 96%, 35%, 1) 62%, hsla(3, 95%, 30%, 1) 100%);
}

.technologyPage .technologyPage-top h1 {
    font-size: 2.8rem;
}

.technologyPage .technologyPage-width {
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../jpg/imagescopy6.jpg') no-repeat;
    background-position: center;
    background-size: contain;
}

.technologyPage .technologyPage-section {
    color: black;
    padding: 10px 0;
}

.technologyPage .technologyPage-section p {
    font-size: 1.5rem;
    color: black;
}

.technologyPage .technologyPage-section h2 {
    font-weight: bold;
    font-size: 2rem;
    color: black;
}

@media only screen and (max-width: 800px) {
    .technologyPage .technologyPage-section h2 {
        font-size: 1.6rem;
    }
    .technologyPage .technologyPage-section p {
        font-size: 1.2rem;
    }
    .technologyPage .technologyPage-width {
        background-repeat: repeat-y;
    }
}