body{
    font-family: 'Vollkorn';
}
.body-section
{
    background: linear-gradient(172deg, #8aa673, #447643);
    height: 100%;
    padding: 50px 50px;
}
.page-logo
{
    width: 136px;
    border-radius: 100px;
}
.header-title{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.header-para{
    color: #fff;
    font-size: 17px;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.header-sub-title
{
    color: #fff;
    font-size: 19px;
}
svg {
    fill: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.card-details
{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.card-img
{
    width: 40px;
}
.imgdiv
{
    padding: 5px 5px 5px 10px;
    background: #1c3517;
    margin-right: 26px;
}
a{
    color: unset;
    text-decoration: none;
}
a:hover{
    color: #fff;
}
.share-img
{
    width: 16px;
}
.page-para
{
    margin: 6px auto;
}
.card-details:hover{
    background: none;
    color: #fff;
    border: 2px solid #fff;
}
.shareclass
{
    width: 28px;
    display: block;
    background: #dddddd87;
    height: 28px;
    border-radius: 15px;
    text-align: center;
    float: right;
    margin-right: 10px;
}
i{
    margin-top: 8px;
}
.modal-content
{
    border-radius: 25px;
}
.modal-header
{
    border-bottom: none;
}
.modal .flex
{
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.modal .flex-1{
    flex: 1 1 0%;
    margin-left: 1rem;
}
.modal .flex .w-4{
    color: #000;
    fill:#000;
    width: 18px;
}
.modal .flex p
{
    margin-bottom:0;
}
.modal .transition-colors
{
    color: #000;
    margin: 4px 0;
    display: block;
    padding: 10px 12px;
    border-radius: 15px;
}
.modal .transition-colors:hover
{
    color: #000;
    background-color: #ddd;
}
@media (max-width: 400px) {
    .imgdiv {
        padding: 5px 5px 5px 10px;
        margin-right: 9px;
    }
    .card-img {
        width: 30px;
    }
    .body-section {
        background: linear-gradient(172deg, #8aa673, #447643);
        height: 100%;
        padding: 50px 20px;
    }
    svg {
        width: 23px;
        height: 23px;
    }
    .page-logo {
        width: 90px;
    }
    .header-para {
        color: #fff;
        font-size: 15px;
    }
}