.customSilder {
    width: 100%;
}
.customSilder__navigation {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
    padding-top: 40px;
}
.customSilder__navigation div {
    position: relative;
    width: 40px;
    height: 40px;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin-top: unset;
    transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-color: #fff0;
    border-radius: 50%;
	border:1px solid #9D6D0C;
    background-size: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.customSilder__navigation .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L17 7M17 7L11 1M17 7L11 13' stroke='%239D6D0C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.customSilder__navigation .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7L1 7M1 7L7 13M1 7L7 0.999999' stroke='%239D6D0C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.customSilder__navigation .swiper-button-next.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 7L17 7M17 7L11 1M17 7L11 13' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.customSilder__navigation .swiper-button-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7H1M1 7L7 13M1 7L7 1' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.customSilder__navigation .swiper-button-disabled {
    background-color: #F5F5F5;
}
.customSilder__navigation div:after {
    display: none;
}
.customSilder__item {
    overflow: hidden;
    padding-bottom: 25px;
}
.customSilder__item--img {
    width: 100%;
    height: 214px;
    margin-bottom: 25px;
}
.customSilder__item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customSilder__item--name {
    color: #767464;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    font-family: inherit;
}
.customSilder__item--categories{
	color: #767464;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-family: inherit;
	padding-top:10px;
}

.customSilder__item--text {
    color: #767464;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-family: inherit;
}
.customSilder__item--links {
    padding: 0 16px;
    padding-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customSilder__item--links {
    display: flex;
    align-items: center;
    gap: 6px;
}
.customSilder__item--links a {
    transition: all 0.3s ease-in-out;
}
.customSilder__item--links a:hover {
    transform: scale(1.1);
}
.customSilder__item--job-title, .customSilder__item--snippet{
	font-size:16px;
	color:#767464;
	margin-bottom:16px;
	font-weight:500;
}
.customSilder__item--job-title, .customSilder__item--snippet{
	text-decoration:none
}
.customSilder__item a {
    text-decoration: none!important;
}


@media (min-width:401px) and (max-width:650px) {
.customSilder__item--img {
  width: 100%;
  height: 260px;
  margin-bottom: 25px;
}
}
@media (max-width:400px) {
.customSilder__item--img {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
}