.panel-repeated-text-image { 
    position: relative; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media(min-width: 1241px){
    .panel-repeated-text-image .container{
        max-width: 1141px;
    }
}

.panel-repeated-text-image  img{ width: 100%; max-width: 397px;  object-fit: cover; border-radius: 15px;}
.panel-repeated-text-image  h2{ 
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 5px;
    text-align: left;
    
} 
.panel-repeated-text-image  h3{ 
    color: #D09A43;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 17px;
    text-align: left;
    
} 
.panel-repeated-text-image  .content-wrapper p{
    color: #000000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}
.panel-repeated-text-image  .row-vertical{ align-items: center; vertical-align: middle; }
.panel-repeated-text-image  .row-reverse{ flex-direction: row-reverse; }
.panel-repeated-text-image  .row-first{
    margin-bottom: 70px;
}
.panel-repeated-text-image  .row-first:first-of-type .col-first{
    padding-left: 15px;
    padding-right: 43px;
}
.panel-repeated-text-image  .row-first .col-first{

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