.services {
    max-width: 1440px;
    margin: 0 auto;
}

.services-header {
    position: relative;
    max-width: 1280px;
    margin: 0px auto 60px auto;
	width: 100%;
    height: 70vh;
}

.services-header img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.services-header:before{
	background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(156deg, #F57723 47%, #F79B5D00 100%);
}

.services-header-desc {
    position: absolute;
    bottom: 64px;
    left: 64px;
    display: flex;
    flex-direction: column;
	width: 40%;
}

.services-header-title {
    color: #fff;
    font-size: 69px;
    font-weight: 500;
    line-height: 110%;
    font-family: "Roboto", Sans-serif;
}

.services-header-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    font-family: "Roboto", Sans-serif;
	margin-top: 20px;
}

.services-header-button {
    background-color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #F57723;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 62px 12px 62px;
    width: fit-content;
    margin-top: 32px;
    transition: box-shadow 0.3s ease, color 0.3s ease;
	border-radius: 20px;
}

.services-header-button:hover {
    box-shadow: 0px 0px 5px #ffffff;
    color: #F57723;
}

.services-breadcrumb {
    max-width: 1280px;
    margin: 0 auto 80px auto;
    display: flex;
    align-items: center;
    gap: 5px;
	padding-left: 8px;
	font-family: "Roboto", Sans-serif;
	flex-wrap: wrap;
}

.services-breadcrumb a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #00000099;
}

.services-breadcrumb i {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #00000099;
}

.services-breadcrumb a:last-of-type {
    color: #000000DE;
}

.services-Need {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 70px;
    margin-bottom: 80px;
}

.services-Need h2, .services-block h2 {
    position: relative;
    margin-bottom: 50px;
    color: #404040;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
}

.services-Need h2:after, .services-block h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #F79B5D;
    left: calc(50% - 100px / 2);
    bottom: -20px;
    border-radius: 20px;
    z-index: 1;
}

.services-Need span {
    color: #404040;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.services-block {
    max-width: 1280px;
    margin: 20px auto 50px auto;
    text-align: center;
}

.services-block-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 64px;
    justify-content: center;
}

.services-block-item-header {
	display: flex;
	gap: 10px;
}

.services-block-items-5 .services-block-item:nth-child(4),
.services-block-items-5 .services-block-item:nth-child(5) {
    width: 608px;
}

.services-block-items-4 .services-block-item:nth-child(1),
.services-block-items-4 .services-block-item:nth-child(2),
.services-block-items-4 .services-block-item:nth-child(3),
.services-block-items-4 .services-block-item:nth-child(4) {
    width: 608px;
}


.services-block-items-4 .services-block-item:nth-child(3) {
    order: 4;
}

.services-block-items-4 .services-block-item:nth-child(4) {
    order: 3;
}

.services-block-item {
    width: 390px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 20px;
    border-radius: 40px;
    background-color: #FAFAFA;
    justify-content: flex-start;
    min-height: 400px;
}

.services-block-item-bg {
    background-color: #F79B5D80;
}


.services-block-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
	object-fit: contain;
}

.services-block-item h6 {
    font-size: 28px;
    font-weight: 500;
    line-height: 110%;
    font-family: "Roboto", Sans-serif;
    color: #404040;
    margin-bottom: 15px;
    text-align: left;
}

.services-block-item span {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Roboto", Sans-serif;
    color: #404040;
    text-align: left;
    margin-bottom: 15px;
}

.services-block-item ul {
    text-align: left;
}

.services-block-item ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    font-family: "Roboto", Sans-serif;
    color: #404040;
}

.contact-btn-serv-page {
    margin-top: 50px;
}

.contact-btn-serv-page a {
	border-radius: 20px !important;
    padding: 15px 60px !important;
	transition: box-shadow 0.3s ease, color 0.3s ease;
	color: #fff !important;
}
.contact-btn-serv-page a:hover, .achievements-items-content a:hover {
	box-shadow: 0px 0px 5px #F57723;
	color: #fff !important;
}

.approche-mine {
	width: 100%;
	background-color: #FAFAFA;
}

.approche {
    max-width: 1280px;
    margin: 0px auto 0 auto;
    background-color: #FAFAFA;
    /* border-radius: 50px; */
    padding-bottom: 50px;
}

.approche h2 {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    position: relative;
    color: #404040;
    top: 15px;
    left: 8px;
    padding-top: 70px;
    margin-bottom: 110px;
}

.approche h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #F79B5D;
    left: 0;
    bottom: -12px;
    border-radius: 20px;
    z-index: 1;
}

.approche-items {
    padding: 0px 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.approche-item {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 60px 25px;
    border-left: 1px solid #F79B5D;
    width: 300px;
}

.approche-item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #F79B5D;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 40px;
    
}

.approche-item-title {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #404040;
    margin-bottom: 10px;
}

.approche-item-text {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #404040;
}

.trustedSlider {
    padding: 64px 80px;
    max-width: 1440px;
}

.trustedSlider h2 {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    position: relative;
    color: #404040;
    top: 15px;
    left: 8px;
}

.trustedSlider h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #F79B5D;
    left: 0;
    bottom: -12px;
    border-radius: 20px;
    z-index: 1;
}

.trustedSliderSlider {
  
}

.trustedSliderSlider .swiper-slide {
  width: auto; /* Swiper сам распределяет 4 слайда */
}

.trustedSliderSlider img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


.logo-swiper .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  height: auto;
}

.logo-swiper {
    margin-top: 76px;
    text-align: center;
    padding-bottom: 40px !important;
}


.home-partners-logo img {
  width: 180px;
  height: auto;
  display: block;
}

.achievements-mine {
	background: linear-gradient(to bottom, #F79B5D, #FAFAFA);
	width: 100%;
}

.achievements {
    max-width: 1280px;
    padding: 55px 0px 60px 0px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to bottom, #F79B5D, #FAFAFA);
}

.achievements h2 {
    position: relative;
    margin-bottom: 50px;
    color: #404040;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 90px;
}

.achievements h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #FFF;
    left: calc(50% - 100px / 2);
    bottom: -20px;
    border-radius: 20px;
    z-index: 1;
}

.achievements-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
	padding: 0px 10px;
}

.achievements-item {
    width: 530px;
    background-color: #fff;
    border-radius: 64px;
    padding: 57px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.achievements-item-spec-bettwin {
	display: flex !important;
	justify-content: space-between !important;
}

.achievements-item-spec-bettwin-button {
	width: 100%;
}

.achievements-item-spec-bettwin-button .achievements-items-content {
	width: 100%;
}

.achievements-items-3 .achievements-item {
	width: 420px;
} 

.achievements-items-3 .achievements-item-header {
	flex-direction: column;
}

.achievements-items-3 .achievements-item-after {
	    text-align: center;
}

.achievements-item-1-img {
	display: none;
	background: none;
}

.achievements-item-1-img img {
	width: 100%;
    object-fit: cover;
}

.achievements-items-1 .achievements-item-1-img {
	display: block;
}

.achievements-item-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.achievements-item-header img {
    width: 40%;
    object-fit: contain;
}

.achievements-item-after {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    flex-direction: column;
}

.achievements-items-text {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 150%;
	font-family: "Roboto", Sans-serif;
}

.achievements-items-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.achievements-item-content-top {
	font-size: 20px;
    font-weight: 700;
    color: #F57723;
	padding-bottom: 5px;
}

.achievements-item-content:last-child {
  border-right: none;
}

.achievements-item-content {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #F57723;
    line-height: 150%;
    padding: 0px 12px;
    border-right: 1px solid #000;
	font-family: "Roboto", Sans-serif;
}

.achievements-items-content {
    margin-top: 17px;
}

.achievements-items-content a {
    border-radius: 20px !important;
    padding-left: 30px;
    padding-right: 30px;
	transition: box-shadow 0.3s ease, color 0.3s ease;
}

.FAQ-services-min {
	width: 100%;
	background-color: #FAFAFA;
}

.FAQ-services {
    background-color: #FAFAFA;
    padding: 30px 80px 65px 80px !important;
	max-width: 1280px;
}

.FAQ .questions p a, .FAQ .questions ul li a {
	color: #F57723 !important;
}


.FAQ-services .FAQ-heading img {
    padding: 150px 0px 0px 37px;
}

.travaillait-mine {
	width: 100%;
	background: linear-gradient(180deg, #FAFAFA 5.76%, #F79B5D 100%);
}

.travaillait {
	background: linear-gradient(180deg, #FAFAFA 5.76%, #F79B5D 100%);
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 125px 130px 50px 130px;
	gap: 50px;
	max-width: 1280px;
	margin: 0 auto;
}

.travaillait-wrapper {
	width: 70%;
}

.travaillait-wrapper-title {
	font-size: 45px;
	line-height: 110%;
	font-weight: 500;
	color: #404040;
	margin-bottom: 35px;
	font-family: "Roboto", Sans-serif;
}

.travaillait-wrapper-desc {
	font-size: 33px;
	line-height: 110%;
	font-weight: 500;
	color: #404040;
}

.travaillait-wrapper-button {
	padding-top: 45px;
	margin-left: 0 !important;
}

.travaillait-wrapper-button a {
	border-radius: 20px !important;
	padding: 15px 60px !important;
	color: #F57723 !important;
	background-color: #FFF !important;
	transition: box-shadow 0.3s ease, color 0.3s ease;
	box-shadow: 0 14px 28px -10px rgba(0,0,0,.35);
}

.travaillait-wrapper-button a:hover {
    box-shadow: 0px 0px 5px #ffffff;
    color: #F57723;
}

.travaillait-img {
	width: 330px;
	height: 320px;
	object-fit: cover;
}

.autresServices {
    padding: 65px 80px;
}

.autresServices h2 {
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    position: relative;
    color: #404040;
    top: 15px;
    left: 8px;
	margin-bottom: 65px;
}

.single-realizations-video h2 {
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    position: relative;
    color: #404040;
    top: 15px;
    left: 0px;
	margin-bottom: 65px;
}

.autresServices h2:after {
	content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #F79B5D;
    left: 0;
    bottom: -12px;
    border-radius: 20px;
    z-index: 1;
}

.single-realizations-video h2:after {
	content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #F79B5D;
    left: calc(50% - 100px / 2);
    bottom: -20px;
    border-radius: 20px;
    z-index: 1;
}

.autresServices-wrapper {
	display: flex;
    gap: 15px;
	padding: 64px 0px;
	align-items: center;
}

.autresServices-wrapper-img {
	width: 50%;
}

.autresServices-wrapper-img img {
	width: 685px;
    height: 420px;
    object-fit: contain;
}

.autresServices-wrapper div img {

}

.autresServices-items {
	width: 50%;
	padding-right: 65px;
}

.elementor-element .autresServices-items {
	padding-right: 10px;
	padding-left: 10px;
}

.elementor-element .autresServices-wrapper {
	gap: 100px;
}

.autresServices-item {
    display: flex;
    gap: 25px;
	margin-bottom: 25px;
}

.autresServices-item div{
    display: flex;
    flex-direction: column;
}

.autresServices-item img {
	min-width: 70px;
	max-width: 70px;
    height: 70px;
    object-fit: contain;
}

.autresServices-item-title {
	font-size: 20px;
	font-weight: 500;
	color: #404040;
	line-height: 150%;
	margin-bottom: 12px;
	font-family: "Roboto", Sans-serif;
}

.autresServices-item-text {
	font-size: 20px;
	font-weight: 400;
	color: #404040;
	line-height: 150%;
	margin-bottom: 12px;
	font-family: "Roboto", Sans-serif;	
}

.autresServices-item div a {
	    font-size: 20px;
    font-weight: 400;
    color: #F57723 !important;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
	font-family: "Roboto", Sans-serif;
}	

.autresServices-item div a i {
	position: relative;
    top: 2px;
}

.container-articles-blog-services, .container-articles-blog-services .container {
	background-color: #fff !important;
}

.elementor-shortcode > h2 {
	position: relative;
    margin-bottom: 50px;
    color: #404040;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
}

.elementor-shortcode > h2::after {
	content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #F79B5D;
    left: 0;
    bottom: -12px;
    border-radius: 20px;
    z-index: 1;
}
/* Обёртка — защищает от «ломания» на мобилках */
.tbl-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

/* Таблица */
.tbl-pricing{
  width:100%;
  border-collapse:separate;   /* чтобы были видны границы и скругления при желании */
  border-spacing:0;
  border:1px solid #cfcfcf;
  background:#fff;
  font-family:"Roboto", Sans-serif;
  color:#404040;
}

/* Ячейки */
.tbl-pricing th,
.tbl-pricing td{
  padding:16px;
  border-top:1px solid #cfcfcf;
  border-left:1px solid #cfcfcf;
  vertical-align:top;
}

.tbl-pricing th{
  background:#e9e9e9;
  font-weight:500;
  text-align:center;
}

/* Убираем лишние границы по краям */
.tbl-pricing th:first-child,
.tbl-pricing td:first-child{ border-left:0; }
.tbl-pricing thead tr:first-child th{ border-top:0; }

/* Список внутри ячеек */
.tbl-pricing ul{ margin:0; padding-left:22px; }
.tbl-pricing li{ margin:0 0 8px; }
/* Мобильная таблица — не сжимать столбцы, а скроллить */
@media (max-width: 768px){
  .tbl-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* каждому столбцу даём минимальную ширину, чтобы текст не ломало по буквам */
  .tbl-pricing th,
  .tbl-pricing td{
    min-width: 220px;          /* можно 200–260px подогнать */
    white-space: normal;
    vertical-align: top;
  }

  /* не рвать слова/названия инструментов */
  .tbl-pricing td,
  .tbl-pricing li{
    word-break: normal;         /* сброс агрессивного разрыва */
    overflow-wrap: anywhere;    /* переносить только при необходимости */
    hyphens: auto;
  }
}


@media(max-width: 1440px) {
	.approche h2 {
		margin: 0px 40px 110px 40px;
	}

	.approche-items {
		padding: 0 40px;
	}

}

@media(max-width: 1300px) {
	.services-block-items-5 .services-block-item:nth-child(4), .services-block-items-5 .services-block-item:nth-child(5), .services-block-items-4 .services-block-item:nth-child(1), .services-block-items-4 .services-block-item:nth-child(2), .services-block-items-4 .services-block-item:nth-child(3), .services-block-items-4 .services-block-item:nth-child(4) {
		width: 390px;
	}

	.approche-item {
		margin-bottom: 20px;
	}

	.trustedSlider {
		padding: 64px 40px;
	}

	.achievements-items {
		padding: 0px 40px;
	}

	.FAQ-services {
		padding: 30px 40px 65px 40px !important;
	}

	.travaillait {
		padding: 125px 40px 50px 40px;
	}

	.autresServices {
		padding: 65px 40px;
	}

	.elementor-shortcode {
		padding-left: 20px;
	}

	.elementor-shortcode-achievements .elementor-shortcode {
		padding-left: 0;
	}
 
	
}

@media(max-width: 1100px) {
	.services-header-desc {
		width: 50%;
	}
}

@media(max-width: 1024px) {
	.FAQ-services .FAQ-heading img {
		padding: 100px 0px 0px 0px;
	}
}

@media(max-width: 992px) {
	.services-block-item h6 {
		font-size: 24px;
		line-height: 100%;
	}

	.services-block-item, .services-block-items-5 .services-block-item:nth-child(4), .services-block-items-5 .services-block-item:nth-child(5), .services-block-items-4 .services-block-item:nth-child(1), .services-block-items-4 .services-block-item:nth-child(2), .services-block-items-4 .services-block-item:nth-child(3), .services-block-items-4 .services-block-item:nth-child(4) {
		width: 350px;
    	padding: 30px 20px;
	}

	.services-block-item span {
		font-size: 18px;
	}

	.services-block-item ul li {
    	font-size: 18px
	}

	.achievements-items {
		flex-direction: column;
	}

	.FAQ-services .FAQ-heading {
    	display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.FAQ-services .FAQ-heading img {
        padding: 0;
        margin: 20px auto;
		width: 140px;
    }

	.autresServices-items {
		padding-right: 0px;
	}
	
}

@media(max-width: 768px) {

	.achievements-item-content-top {
		font-size: 14px;
	}
	
	.achievements-item-content {
		font-size: 14px;
		padding: 0px 6px;
	}

	.services-header-title {
		font-size: 40px;
		line-height: 44px;
	}

	.services-header-button {
		font-size: 18px;
		padding: 12px 50px;
	}

	.services-breadcrumb {
		padding-left: 20px;
		margin: 0 auto 40px auto;
	}

	.services-Need h2, .services-block h2, .trustedSlider h2, .achievements h2, .travaillait-wrapper-title, .autresServices h2 {
		font-size: 30px !important;
		line-height: 36px;
	}

	.services-Need {
		padding: 0px 20px;
		margin-bottom: 40px;
	}

	.services-Need span {
		font-size: 18px;
	}

	.contact-btn-serv-page a, .achievements-items-content a, .travaillait-wrapper-button a {
		font-size: 18px !important;
	}

	.approche h2 {
		font-size: 30px;
        line-height: 36px;
		margin: 0px 15px 110px 15px;
		padding-top: 30px;
	}

	.approche-items {
		padding: 0 20px;
	}

	.approche-item {
		width: auto;
	}

	.approche-item-title, .approche-item-text {
		font-size: 18px;
	}

	.trustedSlider {
		padding: 35px 15px;
	}

	.achievements-item-after, .autresServices-item-title, .autresServices-item-text, .autresServices-item div a {
		font-size: 18px;
	}

	.achievements-item, .achievements-items-3 .achievements-item {
		width: auto;
		padding: 40px 15px 30px 15px;
	}

	.achievements-items {
		padding: 0px 20px;
	}

	.achievements-item-header {
		margin-bottom: 10px;
	}

	.FAQ-services {
		padding: 30px 20px 0px 20px !important;
	}

	.travaillait-wrapper-desc {
		font-size: 22px;
	}

	.travaillait {
		padding: 40px 20px 50px 20px;
		flex-direction: column;
		text-align: center;
	}

	.travaillait-img {
		width: 300px;
		height: 280px;
	}

	.autresServices {
		padding: 20px 20px 40px 20px;
	}

	.autresServices-wrapper {
		flex-direction: column;
	}

	.autresServices-items {
		width: 80%;
	}

	.autresServices-wrapper-img {
		width: auto;
		text-align: center;
		display: none;
	}

	.autresServices-wrapper-img img {
		width: 450px;
    	height: auto;
		margin-bottom: 40px;
	}

	.elementor-shortcode > h2 {
		font-size: 30px;
	}

	.autresServices-wrapper {
		padding: 20px 0px 0px 0px; 
	}

	.achievements { 
		padding-bottom: 20px;
	}

	.elementor-shortcode > h2 {
		line-height: 36px;
	}

	.services-block-item-header {
		align-items: center;
		padding-top: 8px;
		padding-bottom: 16px;
		flex-direction: column;
		margin: 0 auto;
	}

	.services-block-item img {
		margin-bottom: 0px;
	}
	
	.services-block-item-header h3 {
		margin: 0px;
	}

	.achievements-items-content a {
		width: 100% !important;
		line-height: 24px !important;
        padding: 8px 40px !important;
		height: auto !important;
		font-size: 16px !important;
	}

	.contact-btn-serv-page a, .travaillait-wrapper-button a {
		line-height: 24px !important;
        padding: 10.5px 40px !important;
		font-size: 16px !important;
	}

	.services-header-button {
		line-height: 24px !important;
        padding: 8px 40px !important;
		font-size: 16px !important;
	}

	.services-header-text {
		font-size: 18px;
		padding: 0px 30px;
	}

	.achievements h2 { 
		margin-bottom: 60px;
	}

}

@media(max-width: 480px) {
	.services-header img {
		height: 450px;
	}
	.services-header {
		height: 450px;
	}

	.services-header-desc {
		left: auto;
		text-align: center;
		align-items: center;
		width: 100%;
	}

	.services-block-item, .services-block-items-5 .services-block-item:nth-child(4), .services-block-items-5 .services-block-item:nth-child(5), .services-block-items-4 .services-block-item:nth-child(1), .services-block-items-4 .services-block-item:nth-child(2), .services-block-items-4 .services-block-item:nth-child(3), .services-block-items-4 .services-block-item:nth-child(4) {
		width: 300px;
    	padding: 20px;
	}

	.achievements-item {
		width: auto;
		padding: 57px 20px 30px 20px;
	}

	.autresServices-items {
		width: 100%;
	}

	.autresServices-wrapper-img img {
		width: 300px;
	}
}










