.about-us img {
    object-fit: cover;
}

.single-service .main-img {
    max-height: 500px;
    object-fit: cover;
}

.ms-auto {
    margin-left: auto;
}

.lg-prev:after,
.lg-next:after,
.lg-download:after,
.lg-zoom-in:after,
.lg-zoom-out:after,
.lg-close:after {
    content: '' !important;
}

.lg-prev:before,
.lg-next:before,
.lg-download:before,
.lg-zoom-in:before,
.lg-zoom-out:before,
.lg-close:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.lg-zoom-out:before {
    content: "\f010";
}
.lg-zoom-in:before {
    content: "\f00e";
}

.lg-download:before {
    content: "\f019";
}

.lg-close:before {
    content: "\f00d";
}

.lg-next:before {
    content: "\f054";
}

.lg-prev:before {
    content: "\f053";
}
