
body {
    font-family: 'Calibri', sans-serif;
}


a {
    color: #0A6050;
    display:inline-block;
}

    a:hover {
        color: #111;
    }

h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

h2 {
    font-size: 1.3rem;
    font-weight: 400;
}
h4 {
    color: #1f599d;
    font-weight: bold;
}

p {
    font-size: 18px;
}

a.btn {
    font-size: 24px;
    max-width: 450px;
    white-space: unset;
}

a.go-link {
    text-decoration: none;
    color: initial;
}

.text-secondary {
    font-size: 10px;
}

body section.container, body footer.container {
    width: 785px;
    max-width: 95%;
}

.footer.container.footer {
    width: 785px;
    max-width: 95%;
}

.box-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px;
}

footer {
    background-color: #cce0eb;
    margin-top: 100px;
    font-size: 12px;
}

.btn-success {
    transition: transform .2s;
}

    .btn-success:hover {
        transform: scale(1.2);
    }


.doc-box {
    background: #f6f0e5;
    border-radius: 10px;
    padding: 18px;
}

.doc-box-details {
    border: 1px solid #d9b661;
    padding: 30px;
    border-radius: 10px;
}

    .doc-box-details h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 38px;
    }

    .doc-box-details p {
        font-size: 19px;
    }


@media(max-width:767px) {
   

    .doc-box-details {
        padding: 20px 20px 0px 20px;
    }

    a.btn {
        font-size: 20px;
    }
}
