.first-row {
    padding-top: 75px;
    padding-bottom: 8px;
}
.first-row h1 {
    font-size: 26px;
}
.second-row {
    padding-top: 14vh;
    padding-bottom: 22vh;
}
.second-row p {
    padding-bottom: 30px;
}
@media (min-height: 600px) {
    .content {
        position: relative;
    }
    .container-fluid-back {
        position: absolute;
        bottom: 0px;
    }
    .container-fluid-back-low {
        position: absolute;
        bottom: 0;
    }
}
.back-div {
    padding-top: 22px;
    padding-bottom: 22px;
}
.back-link {
    padding: 6px 18px 6px 14px;
    border-radius: 4px;
    background: #2f5cb6;
    color: white;
    font-size: 14px;
}
.back-link:hover {
    background: #4d79d1;
	color: white;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.back-link svg {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
}

@media (min-width: 576px) {
    .first-row {
        padding-top: 110px;
        padding-bottom: 10px;
        text-align: left;
    }
    .first-row h1 {
        font-size: 30px;
    }
    .second-row {
        padding-top: 12vh;
        padding-bottom: 18vh;
        font-size: 18px;
    }
    .second-row p {
        padding-bottom: 38px;
    }
    @media (min-height: 900px) {
        .content {
            position: relative;
        }
        .container-fluid-back {
            position: absolute;
            bottom: 0px;
        }
    }
    .back-div {
        padding-top: 22px;
        padding-bottom: 18px;
    }
    .back-link {
        padding: 7px 20px 7px 16px;
        border-radius: 4px;
        font-size: 16px;
    }
    .back-link svg {
        width: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
}
