.selector-for-some-widget {
  box-sizing: content-box;
}

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
}

.header {
  font-weight: 400;
  padding: 4.375rem 5rem 0;
}

.title {
  font-size: 36px;
  color: #bfbfbf;
}

.title-work {
  font-size: 24px;
  color: #808080;
}

.nav {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
}

.nav li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.nav li a {
  color: #9e9e9e;
}

.nav li a:hover {
  text-decoration: none;
  color: #fff;
}

.pic-btn {
  width: 304px;
  height: 304px;
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}

.pic-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

a {
  display: block;
  position: relative;
  transition-delay: -1s;
  transition-duration: 3s;
  transition-property: opacity;
}

a:hover {
  opacity: 0.5;
 
}

.arl {
  height: 35% !important;
  object-fit: contain;
  background-color: black;
  border-width: 5px;
}

.more {
  position: absolute;
  bottom: 3px;
  right: 20px;
  background: #000;
  padding: 3px 22px;
  border-radius: 7px;
  opacity: 0.5;
  color: #fff;
}
