.panel-blogs{
    position: relative;
}

@media(min-width: 1237px){
    .panel-blogs .container{
        max-width: 1143px;
    }
}
.panel-blogs h2{
    color: #000000;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 22px;
}
.panel-blogs .col-margin{
    margin-bottom: 50px;
}
.panel-blogs .link{
    text-decoration: none;
}
.panel-blogs .title-wrapper p{
    color: #000000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 25px;
    text-align: center;
}

.panel-blogs .featured-img-wrapper{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 43.25%;
}

.panel-blogs .featured-img-wrapper .text-featured-wrapper{
    position: absolute;
    left: 41.9px;
    bottom: 40.2px;
    width: 100%;
    padding-right: 150px;
}
.panel-blogs .featured-img-wrapper .text-featured-wrapper h3{
    color: #DBB271;
    font-size: 22.99px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 6px;
}
.panel-blogs .featured-img-wrapper .text-featured-wrapper  p {
    color: #FFFFFF;
    font-size: 26.92px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}
.panel-blogs .featured-img-wrapper .text-featured-wrapper  p:before{
    content: '';
    position: absolute;
    background-image: url('images/arrow-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
    right: 140px;
    bottom: 40px;
}
.panel-blogs .row-blog{
    margin-top: 46px;
}
.panel-blogs .row-blog .img-wrapper {
    position: relative;
    margin-bottom: 24px;
}
.panel-blogs .row-blog .img-wrapper img{
    width: 100%;
    max-width: 351.14px;
    height: 244px;
    object-fit: cover;
   
}
.panel-blogs .row-blog .img-wrapper .date-wrapper{
    position: absolute;
    background-color: #FFFFFF;
    width: 54.84px;
    height: 66.76px;
    top: 0;
    right: 42px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
   
}
.panel-blogs .row-blog .img-wrapper .date-wrapper h4{
    font-size: 16.7px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.panel-blogs .row-blog .img-wrapper .date-wrapper h5{
    color: #D09A43;
    font-size: 38.06px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.panel-blogs .row-blog .content-wrapper h3{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}
.panel-blogs .row-blog .content-wrapper .text-wrapper{
    margin-bottom: 14px;
    height: 80px;
}
.panel-blogs .row-blog .content-wrapper p{
    color: #727272;
    font-size: 14.46px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.panel-blogs .button-wrapper{
    position: absolute;
    bottom: 15px;
}

.panel-blogs   .btn-gold-round{
    position: relative;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    line-height: 0.8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 36px;
    display: inline-block;
    margin-top: 15px;
    background-color: #D09A43;
    border-radius: 15px;
    }
    .panel-blogs  .btn-gold-round span{
    position: absolute;
    top: 0px;
    right: -10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background-color: #000000;
    }
    .panel-blogs .btn-gold-round span:before{
    content: '';
    position: absolute;
    background-image: url('images/arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 15px;
    top: 9px;
    left: 12px;
    
    }