.service-container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.service-header {
    background-image: url("/upload/contract/bg.png");
	border-radius: 15px 15px 0 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-images {
    padding: 25px 0;
}
.red-line {
    display: flex;
    justify-content: flex-end;
}
.red-line svg {
    height: 180px;
    width: 95%;
}

.white-line {
    margin: 0 10px 20px 10px;
    display: flex;
    justify-content: center;
}

.white-line svg {
    overflow: hidden;
    width: 60vw;
}

.red-block {
    display: flex;
    align-items: center;
    gap: 22px;
}
.red-block img {
    width: 50px;
}
.text {
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.sallary-block-blue {
    background-color: #003a7214;
}

.sallary-block-bottom h2 {
    color: #003a72;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 50px;
}
.text-117 {
    color: #003a72;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 3px 3px 3px #57494900;
    transition: all 0.3s ease-in-out;
}
.text-117:hover {
    text-shadow: 3px 3px 3px #574949ad;
}
.sallary-block-top {
    background-color: #003a7214;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
	align-items: center;
    gap: 50px;
    padding: 25px 10px 50px 10px;
    flex-wrap: nowrap;
}
.sallary-block-top .text {
	padding: 0 20px;
}
.sallary-info {
    min-width: 400px;
    text-align: center;
}

.w-350 {
    width: 350px;
}

.sallary-block-bottom {
    margin-bottom: 50px;
    gap: 20px;
    display: flex;
    justify-content: space-around;
}
.service-container a:hover {
    text-decoration: none !important;
}

.sallary-link {
    text-align: center;
    color: #003a72;
    text-shadow: 0px 0px 0px rgb(0, 0, 0, 0.5);
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
    transition: text-shadow 0.3s ease-out;
}
.sallary-link:hover {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.meta-block-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.meta-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.meta-block__info {
	border-radius: 10px;
	margin: 0 auto;
    background-image: url("/upload/contract/bg2.png");
    border: 0px;
    width: 48%;
    height: 220px;
    background-size: cover;
    padding: 30px;
    border: 1px solid #003a72;
    gap: 15px;
    opacity: 0.9;
    transition: all 0.2s linear;
}
.meta-block__info:hover {
    opacity: 1;
}

.meta-block__info a {
    color: white;
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
}
.meta-block__info p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 15px;
}
.submit-button {
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.submit-href {
    text-decoration: none;
    padding: 0 31px;
    color: #ffebeb;
    font-size: 35px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 80px;
    background-color: #003a72;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
}
.submit-href:hover {
    background-color: #094b8a;
}

@media (max-width: 990px) {
    .meta-block__info {
        justify-content: center !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 10px !important;
        max-width: 250px;
    }

    .sallary-block-bottom {
        flex-wrap: wrap !important;
        gap: 15px !important;
    }
    .meta-block-container {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .meta-block__info a {
        font-size: 2.5vw;
    }
    .meta-block__info p {
        font-size: 1.7vw;
    }
    .sallary-block-top {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}

@media (max-width: 750px) {
}