.ui-tooltip,
.arrow:after {
    background: #fff;
    border: 2px solid white;
}

.ui-tooltip {
    width: auto !important;
    min-width: 40px;
    padding: 16px;
    color: #5A5A5A;
    border-radius: 4px !important;
    font: 14px "Helvetica Neue", Sans-Serif;
    text-align: center !important;
    line-height: 1.5 !important;
    /* font-weight: bold !important; */
    box-shadow: 0px 0px 24px 0px #0000001C;
    /* text-transform: uppercase; */
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.ms-has-selections .arrow {
    width: 20px !important;
    bottom: -16px !important;
    height: 12px !important;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #dedede;
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}


.service_full_description img {
    display: block;
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 10px 0 !important;
    border-radius: 4px !important;
}