.post{
    font-family: "Montserrat", sans-serif !important;
}
.bg-secondary-single{
    background-image: url("../../img/bg-03.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 120% 10%;
}

.the-title{
    text-transform: uppercase;
    color: #206C6C;
    font-weight: bold;
}
.post-image img {
    float: right;
    margin: 0 0 10px 20px;
    width: 100%;
    height: auto;
}
.we-info{
    box-shadow: 0px 0px 6px #206C6C;
    border: 1px solid #206C6C;
    border-radius: 10px;
    padding: 30px;
}
.we-info img{
    position: absolute;
    right: 10px;
    top: 10px;
}
.we-info-text{
    max-width: calc(100% - 90px);
}

.post-navigation{
    width: 100%;
}
.post-navigation .nav-links .nav-previous a,.post-navigation .nav-links .nav-next a{
    border-radius: 100px;
    background-color: #FA5D55;
    padding: 10px 20px;
    color: white !important;
    font-weight: bold;
}
.post-navigation .nav-links .nav-previous a:hover,.post-navigation .nav-links .nav-next a:hover{
    background-color: #206C6C;
    text-decoration: none;
}
.post-navigation .nav-links .nav-previous{
    float: left;
}
.post-navigation .nav-links .nav-next{
    float: right;
}
.post-navigation .nav-links .nav-previous a::before {
    content: url("../../img/icons/prev.svg");
    margin-right: 10px;
}
.post-navigation .nav-links .nav-next a::after{
    content: url("../../img/icons/next.svg");
    margin-left: 10px;
}