.amount-topic-name a {
    display: none;
}
.post-author-image img {
    width: 48px;
    height: 48px;
}
.amount-topic-name a:first-child {
    display: block;
}

.amount-topic-name a {
    color: #EA2C3A;
    font-family: 'Sailec-bold',sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
}

.post-banner-heading {
    color: #022A3A;
    font-family: 'Sailec-Regular',sans-serif;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 56px;
    text-align: center;
    margin: 0;
  font-weight:400;
}

.post-publish-date p {
    color: #022A3A;
    font-family: 'Sailec-Regular',sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    margin: 0;
}

.post-author-image {
    text-align: center;
}

.post-author-image img {
    border-radius: 50px;
}

.post-author-name p {
    opacity: 0.6;
    font-weight:bold;
    color: #022A3A;
    font-family: 'Sailec-bold',sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: opacity .25s ease 0s;
}

a.author-link:hover {
    //opacity: 0.6;
    border-bottom: 2px solid #7befb2;
}
.post-publish-date {
    padding: 10px 0px 20px;
}

.post-featured-image {
    height: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.amount-post-inner { 
    padding: 60px 20px;
}
.post-banner-heading {
    padding-top: 12px;
}
.banner-image-text {
    width: calc(100% - 290px) !important;
    max-width: calc(100% - 180px) !important;
    margin: 0px !important;
    margin-left: 110px !important;
}
.banner-image-text p {
    opacity: 0.6;
    color: #022A3A;
    font-family: 'Sailec-bold',sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 0px;
}
.banner-left-empty {
    width: 180px!important;
    font-size: 0px;
}

.bann-txt-wrapper {
    display: flex;
}

@media (max-width: 1350px) {
  .banner-image-text {
    margin-left: 123px !important;
}
  
}
@media (max-width: 780px) {
.banner-image-text {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin: 0px !important;
}
  .banner-left-empty {
    display: none;
}