﻿.Div_1 {
    box-shadow: 0px 0px 45px -25px rgba(0,0,225,0.75);
    padding: 20px;
    border-bottom: solid 4px #0907e0;
    border-radius: 10px;
}

    .Div_1 h1 {
        font-size: 16px;
        color: #333;
        line-height: 24px;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .Div_1 p {
        font-size: 13px;
        color: #7d7d7d;
        line-height: 21px;
    }

        .Div_1 p a {
            color: #017583;
            font-weight: 500;
        }