.post-production-service-wrapper {
    padding-top: 100px;
}
.post-production-service-col h3 {
    font-size: 40px;
    line-height: 43px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
}
.post-production-service-col span {
    color: #F0B647;
}
.container-item:hover {
    background-color: rgb(20 174 230 / 36%);
    border-radius: 50px;
    border: 1px solid #005E94;
}
.container-item:hover span {
    opacity: 1;
    font-size: 20px;
   
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.container-item.active .link + .image{
  opacity: 1;
  visibility: visible;
}
.container-item.active .link {
  opacity: 1;
}
.post-production-service-container {
    position: relative;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 800px;
}
.container-item a.link {
  font-size: 19px;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter';
    line-height: 51px;
    font-weight: 300;
   text-transform: uppercase;
   margin-left: 20px;
  transition:0.4s all;
}
.container-item a.link:hover {
    font-weight: 700;
    color: #58C2FF;
}
div#post-production-service-wrapper {
    padding-top: 100px;
}
.container-item a span {
    opacity: 0;
    transition: 0.4s all;
     margin-right: 70px;
}
.container-item a:hover span {
    opacity: 1;
    font-size: 20px;
   
}
.p-desc p {
    font-size: 19px;
    max-width: 500px;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-family: 'Inter';
}
@media (max-width: 1720px){
.post-production-service-container {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 800px;
    padding: 100px 10%;
    position: relative;
}
}
@media (max-width: 1550px){
.post-production-service-container {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 800px;
    padding: 100px 6%;
    position: relative;
}
}
@media (max-width: 1024px){
.image img {
    object-fit: contain;
    object-position: 50% 50%;
}
  .post-production-service-col h3 {
    font-size: 32px;
}
  .container-item a.link {
    margin-left: 0px;
}
  .post-production-service-container {
    min-height: 515px;
    padding: 0px 3%;
}
@media (max-width: 768px){
  .post-production-service-container {
    min-height: 400px;
    padding: 0px 3%;
}
    .post-production-service-col h3 {
    font-size: 26px;
}
    .container-item a.link {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter';
    line-height: 38px;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 20px;
    transition: 0.4s all;
}
  }
  @media (max-width: 480px){
  .image img {
    object-fit: cover;
    object-position: center;
}
}
  @media (max-width: 321px){
  .container-item a span {
    opacity: 0;
    transition: 0.4s all;
    margin-right: 20px;
}
    .post-production-service-col h3 {
    font-size: 23px;
}
  }