﻿body {
    font-family: Arial, sans-serif;
}

.row-space{
    margin-bottom: 20px;
}

.p-adjust{
    padding-left: 20px;
}

.col-divider {
    width: 5%;
    float: left;
    margin-left: 5%;
}

.divider-vertical {
    width: 2px;
    height: 275px;
    background-color: lightgrey;
    margin-top: 20px;
    position: relative;
}

.content-section {
    margin-top: 20px;
    margin-bottom: 50px;
}

    .content-section img {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-section p {
        text-align: start;
    }

    .content-section a.btn {
        margin: 5px 0;
    }

.banner img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.intro-text {
    text-align: left;
    margin: 20px;
}

@media (max-width: 767px) {
    .divider-vertical {
        display: none;
    }
}
