.panel-text-image{ position: relative; }
.panel-text-image img{ width: 100%; max-width: 397px; height: 367px; object-fit: cover; border-radius: 15px;}
.panel-text-image h2{ color: #000000; font-size: 27px; font-weight: 600; line-height: 1.48; margin-bottom: 10px;} 
.panel-text-image .content-wrapper p{
    color: #000000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 25px;
}
.panel-text-image .row-vertical{ align-items: center; vertical-align: middle; }
.panel-text-image .row-reverse{ flex-direction: row-reverse; }

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