article.single-post .banner img{
    height: 472px;
    object-fit: cover;
}
article.single-post .post-title{
    margin-bottom: .5em;
    text-align:left;
}
div.main_container p {
    font-size:14px;
}

div.main_container {
    max-width: 100%;
    display : flex;
    padding : 50px;
}

.container-image  {
    width : 50%;
    justify-content : flex-end;
}

/* .container-text {
    width : 50%;
} */


div.main_container button, div.container_main button {
    background-color:orange;
    color:white;
    font-size:14px;
    margin : 30px 14px 30px 0px;
    border:none;
    border-radius:4px;
    padding: 15px 32px;
}

@media (min-width : 767px) {
    /* .container-text {
        padding : 50px;
    } */
}


.container-sm{
    margin:10px;
}

/* image */
.container2 {
    display:inline-flex;
    margin-right:10px;
    width:100%;
}

/* Single article page */
article section{
    display: block;
    width: 100%;
}

section:not(.explore){
    background: #fff;
}

article.single-post{
    background: #fff;
}

 .single-post .card-title {
    font-weight: bold;
    /* height: 100%; */
}
.single-post .card-text{
    /* height: 100%; */
}

.single-post img.card-img-top {
    height: 11em;
    object-fit: cover;
}

.single-post .wrapper{
    display:flex;
}

.uro-yellow, a.uro-yellow:hover{
    color: #EEB211;
}

.card_body p a {
    color : black !important;
}

section.breadcrumb {
    margin-bottom: 0;
    padding: 1% 6%;
}

section.explore{
    padding: 60px 6%;
    background : #f5f5f5;
}

section.explore h1{
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 38px;
    align-items: center;
    letter-spacing: -0.02em;
}

section.content {
    padding: 3% 4%;
}
article.single-post .share-wrapper {
    display: flex;
    gap: 18px;
    flex-flow: wrap;
}
@media only screen and (max-width: 440px) {
  article.single-post .post-title{
      font-size: 36px;
      line-height: normal;
      /* margin-top: 55px; */
    }
}
@media only screen and (max-width: 440px) {
    article.single-post .banner img{
        object-position: 90%;
    }

}
