﻿a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

    a:visited {
        color: var(--box-title-color)
    }

.service-title {
    font-family: vazir;
    color: #fccf02;
    text-align: center;
}

.service-text {
    margin: auto;
    font-family: vazir;
    color: #fccf02;
    text-align: justify;
}

@media screen and (min-width:641px) {
    .service-text1 {
        margin-right: 140px;
        margin-left: 140px;
    }
}


@media screen and (min-width:641px) {
    .awards-image {
        margin-right: 600px !important;
        width: 60% !important;
    }
}