	body {
	  background-color: #252A42;
	}

	.resume-wrapper {
	  background-color: #fff;
	}

	.carousel-control-prev,
	.carousel-control-next {
	  z-index: 10;
	  top: 2%;
	  width: 30px;
	}

	.carousel-control-prev {
	  left: -20px;
	}

	.carousel-control-next {
	  right: -20px;
	}

	.item-content {
	  margin-bottom: 45px;
	}

	.card-img-top {
	  width: 100%;
	  height: 15vw;
	  object-fit: cover;
	}

	.btn-sm {
	  padding: 10px;
	  font-size: 12px;
	  line-height: 1.5;
	  border-radius: 5px;
	  font-weight: normal;
	}

	.project-box {
	  overflow: hidden;
	  position: relative;
	  padding: 20px;
	  margin-bottom: 20px;
	}

	.project-img {
	  width: 100%;
	  height: auto;
	}

	.project-content {
	  margin-top: 20px;
	}

	.btn {
	  font-weight: normal;
	}


	.list-unstyled li {
	  padding-left: 25px;
	}

	.disabled-link {
	  pointer-events: none;
	  color: inherit;
	  text-decoration: none;
	}
	.skill-subsection {
		margin-bottom: 1rem;
		margin-top: 1rem; /* Настройте значение по необходимости */
		font-weight: bold;
	}