.panel-all-services{
    position: relative;
}
@media(min-width: 1237px){
    .panel-all-services .container{
        max-width: 1137px;
    }
}
.panel-all-services h2{
    color: #000000;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 22px;
}
.panel-all-services .heading-wrapper h2{
    text-align: left;
    margin-bottom: 5px;
}
.panel-all-services h4{
    color: #D09A43;
    font-size: 17.93px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 16px;
}
.panel-all-services .top-content-wrapper .text-wrapper{
    margin-bottom: 47px;
}
.panel-all-services .top-content-wrapper .text-wrapper p{
    color: #000000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 25px;
    text-align: center;
}
.panel-all-services .row-services{
    vertical-align: middle;
    align-items: center;
    margin-bottom: 48.6px;
}
/*.panel-all-services .row-services .col-padd-left{*/
/*    padding-left: 47.6px;*/
/*}*/
.panel-all-services .img-wrapper img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px !important;
}

@media(max-width: 991px){
    .panel-all-services .img-wrapper img{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .panel-all-services .img-wrapper {
        height: auto !important;
    }
}

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

}