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

.panel-text-columns h2{
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
.panel-text-columns h2.title{
    text-align: center;
}
.panel-text-columns .content-wrapper{
    padding-right: 41px;
}
.panel-text-columns .description-wrapper p,
.panel-text-columns .content-wrapper p{
    color: #000000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}
.panel-text-columns  .description-wrapper{
    margin-bottom: 46px;
}
.panel-text-columns  .description-wrapper p{
    text-align: center;
}
.panel-text-columns .row-margin{
    margin-top: 25px;
}
.panel-text-columns .col-margin{
    margin-bottom: 25px;
}

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

}