﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
	background-color: #F3F3F3;
	color: #000;
	font-family:'Open Sans', sans-serif;
	font-size: 13px;
	line-height:20px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #000;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:20px 30px 0px;
}
#JobTitle {     
	font-size:28px; 
	text-align: center; 
	font-weight: bold; 
	line-height: normal;
	color:#000;
	margin-top:20px;
}
h2 {
	font-size:16px; 
	color:#35d62d;
	font-weight:bold;
}
#WorkPlace {
	text-align: center;
	margin-top:5px;
	margin-bottom:20px;
}
.benefits {
    background: #f3f3f3;
    margin: 20px -30px;
    padding: 30px;
}
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
}
.icons li {
    margin: 0px 1% 20px;
    list-style-type: none;
    display: block;
    width: 21%;
    text-align: center;
    padding: 110px 1% 25px;
    font-size: 12px;
    background-size: 100px;
    color: #000;
    font-weight: normal;
    text-transform: none;
    line-height: 15px;
}
.icon1 {
    background: url(_res2023_2/icon1.png) no-repeat top center;
}
.icon2 {
    background: url(_res2023_2/icon2.png) no-repeat top center;
}
.icon3 {
    background: url(_res2023_2/icon3.png) no-repeat top center;
}
.icon4 {
    background: url(_res2023_2/icon4.png) no-repeat top center;
}
.icon5 {
    background: url(_res2023_2/icon5.png) no-repeat top center;
}
.icon6 {
    background: url(_res2023_2/icon6.png) no-repeat top center;
}
.icon7 {
    background: url(_res2023_2/icon7.png) no-repeat top center;
}
.icon8 {
    background: url(_res2023_2/icon8.png) no-repeat top center;
}
.icon9 {
    background: url(_res2023_2/icon9.png) no-repeat top center;
}
.icon10 {
    background: url(_res2023_2/icon10.png) no-repeat top center;
}
.icon11 {
    background: url(_res2023_2/icon11.png) no-repeat top center;
}
.icon12 {
    background: url(_res2023_2/icon12.png) no-repeat top center;
}
.icon13 {
    background: url(_res2023_2/icon13.png) no-repeat top center;
}
.icon14 {
    background: url(_res2023_2/icon14.png) no-repeat top center;
}
.icon15 {
    background: url(_res2023_2/icon15.png) no-repeat top center;
}
.icon16 {
    background: url(_res2023_2/icon16.png) no-repeat top center;
}
.icon17 {
    background: url(_res2023_2/icon17.png) no-repeat top center;
}
.icon18 {
    background: url(_res2023_2/icon18.png) no-repeat top center;
}
.icon19 {
    background: url(_res2023_2/icon19.png) no-repeat top center;
}
.icon20 {
    background: url(_res2023_2/icon20.png) no-repeat top center;
}
.icon21 {
    background: url(_res2023_2/icon21.png) no-repeat top center;
}
.icon22 {
    background: url(_res2023_2/icon22.png) no-repeat top center;
}
.icon23 {
    background: url(_res2023_2/icon23.png) no-repeat top center;
}
.icon24 {
    background: url(_res2023_2/icon24.png) no-repeat top center;
}
.icon25 {
    background: url(_res2023_2/icon25.png) no-repeat top center;
}
.icon26 {
    background: url(_res2023_2/icon26.png) no-repeat top center;
}
.icon27 {
    background: url(_res2023_2/icon27.png) no-repeat top center;
}
ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
ul li {
	font-family:'Open Sans', sans-serif;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#35d62d;
    border: 2px solid #35d62d;
    font-size:14px;
    display: block;
    height: 36px;
    line-height:36px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:160px;
    border:none;
    color: #000;
	cursor: pointer;
	transition: 0.6s;
	border-radius: 20px;
	font-weight:bold;
}
#offCont #sOW2 .button:hover {
    background: #000;
    border: 2px solid #000;
    color: #35d62d;
}
#Clause {
	font-size:11px;
	text-align:justify;
}
#contact {
	background:#44d62c url('_res2023/bottom-social.jpg') no-repeat scroll center center;
	min-height:145px;
	background-size:100%;
	overflow:hidden;
}
.social {
	width: 45%;
	float: right;
	margin-top: 50px;
}
@media all and (max-width:684px) {
#offCont #sOW2 {
	padding:5% 20px 0% 20px;
}
@media all and (max-width:600px) {
.social {
	margin-top: 10%;
	margin-right:10px;
}
@media all and (max-width:500px) {
.icons li {
    width: 45%;
}
@media all and (max-width:400px) {
.icons li {
    width: 100%;
}
}