.panel-text-image-portrait{ position: relative; }
@media (min-width: 1200px){
    .panel-text-image-portrait .container{
        max-width: 1168px;
    }
}

.panel-text-image-portrait img{ width: 100%; max-width: 397px; height: 777px; object-fit: cover; border-radius: 15px;}
.panel-text-image-portrait h2{ color: #000000; font-size: 27px; font-weight: 700; line-height: 1.48; margin-bottom: 10px;} 
.panel-text-image-portrait h2.title{
    text-align: center;
}
.panel-text-image-portrait .content-wrapper{
    padding-right: 41px;
}
.panel-text-image-portrait .description-wrapper p,
.panel-text-image-portrait .content-wrapper p{
    color: #000000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}
.panel-text-image-portrait .description-wrapper{
    margin-bottom: 46px;
}
.panel-text-image-portrait .description-wrapper p{
    text-align: center;
}

.panel-text-image-portrait .row-reverse{ flex-direction: row-reverse; }

.panel-text-image-portrait .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-text-image-portrait .btn-gold-round span{
    position: absolute;
    top: 0px;
    right: -10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background-color: #000000;
}
.panel-text-image-portrait .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;
 
}

@media(max-width: 991px){  }
@media(max-width: 767px){ 
    .panel-text-image-portrait img{ margin-top: 50px; margin-bottom: 50px; } 
    .panel-text-image-portrait .button-wrapper{ margin-top: 25px; text-align: center; } 
    .panel-text-image-portrait .description-wrapper{
        margin-bottom: 0;
    }
 }