.services-inner .flex_column_table h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .services-inner .flex_column_table h3 {
        font-size: 35px;
    }
}

.service-col-title .av-special-heading-tag {
    background-color: #c0ab7a;
    padding: 15px 5px !important;
    color: #000;
    font-weight: normal;
    height: 90px;
}

.service-list {
    background-color: rgb(255 255 255 / 60%);
    padding: 10px;
    color: #000;
}

.service-col:before{
    content: "";
    background-color: rgb(255 255 255 / 31%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}

@media (max-width: 989px) {
    .avia-image-container .avia_image {
        width: 500px;
    }
}