.ucoSiteWrap {
    border-bottom: 1px dotted lightgray;
    color: black;
    font-size: 15px;
    line-height: 1.1;
    display: flex;
    font-family: "Assistant", Sans-serif;
    padding: 8px 0;
}

.ucoSiteWrap img {
    width: 100%;
}

.ucoSiteWrap .logo,
.ucoSiteWrap .image,
.ucoSiteWrap .content,
.ucoSiteWrap .btnWrap
 {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 10px;
}

.ucoSiteWrap .btnWrap {
    align-items: center;
    justify-content: center;
}

.ucoSiteWrap img:hover,
.ucoSiteWrap .button:hover
{
    transition: all 0.4s;
    transform: scale(0.95);
}


.ucoSiteWrap .content
{
    width: 30%;
    font-weight: 400;
}

.ucoSiteWrap .content .title
{
    width: 30%;
    font-size: 28px;
    margin-bottom: 1em;
    width: 100%;
}

.ucoSiteWrap .content .excerpt {
    width: 100%;
}


.ucoSiteWrap .image
{
    width: 26%;
}


.ucoSiteWrap .btnWrap
 {
    width: 19.2%;
    font-weight: 500;
    align-items: flex-end;
}

.ucoSiteWrap .btnWrap .button
{
    padding: 12px 24px;
    border-radius: 3px;
    color: #000000;
    background-color: #8ec63f;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}


@media (max-width: 991px) {
    body .ucoSiteWrap {
        display: flex;
        border-color: rgba(0, 0, 0, 0.7);
    }
	
    body .ucoSiteWrap .image,
    body .ucoSiteWrap .btnWrap i {
        display:none;
    }
	
    body .ucoSiteWrap .logo {
        width: 25%;
        padding: 10px;
    }
	
    body .ucoSiteWrap .logo img {
        width: 100%;
        margin: auto;
    }

    body .ucoSiteWrap .content {
        width: 50%;
        padding: 10px;
    }

    body .ucoSiteWrap .btnWrap {
        width: 25%;
        padding: 0;
        margin-bottom: 0;
    }

    body .ucoSiteWrap .btnWrap  .button {
        padding: 10px 0;
        width: 51px;
        text-align: center;
        margin: auto;
    }
	
}
