header .header-content {
    position: relative;
    z-index: 10;
    padding: 75px 15px 0;
}
.about-section p {
    padding: 0 20px 0 0;
}
#start-here .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 70px;
}
#start-here .row h3 a {
    display: inline-block;
    margin-top: 70px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
#start-here .row h3 a:hover {
    border-bottom: 0;
}
#start-here .row h3 {
    font-size: 50px;
    line-height: 96%;
    flex: 100%;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    padding: 45px 5% 0 20px;
    margin-top: 0;
}
#start-here .row p {
    flex: 100%;
    padding: 0 5% 0 20px;
}
@media only screen and (min-width: 768px) {
    /* For tablet: */
    header .header-content {
        position: relative;
        z-index: 10;
        padding: 80px 2.5% 0;
    }
    #videoHighlights .second-column {
        margin: 0;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .about-section .row {
        align-items: start;
        margin-top: 30px;
    }
    .about-section .row h2 {
        font-size: 50px;
        line-height: 96%;
        flex: 50%;
        margin-top: 0;
    }
    .about-section .row p {
        flex: 50%;
        padding: 0;
        padding-right: 0;
    }
    #start-here .row {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    #start-here .row h3 {
        font-size: 50px;
        line-height: 96%;
        flex: 50%;
        font-style: normal;
        font-weight: 400;
        text-decoration-line: underline;
        padding-top: 20px;
    }
    #start-here .row p {
        flex: 50%;
        padding: 23px 5% 0 20px;
    }
}

@media only screen and (min-width: 1280px) {

    /* For desktop: */
    .container {
        width: 1375px;
    }
    #videoHighlights .second-column {
        margin: 0;
    }
    header .header-content {
        position: relative;
        z-index: 10;
        padding: 80px 2.5% 0;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 10px;
    }
    .about-section .row {
        align-items: center;
    }
    .about-section .row h2 {
        font-size: 76px;
        line-height: 105.8%; /* 80.408px */
        padding-right: 45px;
    }
    #start-here .row {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    #start-here .row h3 {
        font-size: 76px;
        line-height: 105.8%;
        flex: 50%;
        font-style: normal;
        font-weight: 400;
        text-decoration-line: underline;
        padding-top: 20px;
    }
    #start-here .row p {
        flex: 50%;
        padding: 23px 24% 0 0;
    }
}