html,
body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}

.navbar-nav {
    margin-left: 1.28vw;
}

.br {
    border: 2px solid red;
}

.by {
    border: 2px solid yellow;
}

.content {
    margin-top: 14vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.info-container {
    width: 100%;
    height: 30vw;
    margin-bottom: 5vw;
}

.punch-list-completion {
    background: url("../images/after_care/thumb-1.jpg");
    background-size: cover;
}

.warranty {
    background: url("../images/after_care/thumb-2.jpg");
    background-size: cover;
}

.permitting-application {
    background: url("../images/after_care/thumb-3.jpg");
    background-size: cover;
}

.desc {
    position: relative;
    padding-left: 2vw;
    height: 10vw;
    width: 50vw;
    left: 0vw !important;
    bottom: -21vw;
    background-color: white;
}

.no p {
    position: relative;
    float: left;
    font-size: 7vw;
    font-weight: bold;
    color: #d98f61;
    height: 100%;
    margin-top: -0.4vw;
    margin-right: 1vw;
}

.heading {
    padding-top: 2vw;
}

.heading h1 {
    margin-bottom: 0vw;
    font-size: 3.3vw;
    font-weight: 600;
}

.heading p {
    font-size: 1.2vw;
    font-weight: 500;
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .content {
        margin-top: 11vh !important;
    }
    header {
        padding-top: 25vh !important;
    }
}

@media only screen and (max-width: 800px) and (min-height: 1280px) {
    .content {
        margin-top: 8vh !important;
    }
}

@media only screen and (max-width: 800px) {
    .desc {
        width: 72vw !important;
    }
    .heading h1 {
        font-size: 4.3vw !important;
        font-weight: 600;
    }
    .heading p {
        font-size: 2.4vw !important;
        font-weight: 500;
    }
    .no p {
        font-size: 10vw !important;
    }
    .info-container {
        margin-bottom: 12vw !important;
    }
}

@media only screen and (max-width: 768px) {
    .content {
        margin-top: 16vh !important;
    }
}

@media only screen and (max-width: 480px) {
    .content {
        margin-top: 11vh !important;
    }
}