.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25;
}

.main > div > h1 {
  display: flex;
  flex-direction: column;
  color: #3d4042;
}

.main-txt > p, .title-text{
  color: #3D4042;
}

.title-text-span-color {
  color: #51a37c;
}

.listing {
  padding: 50px 25px 100px 25px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.listing > div {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.listing-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.listing-content > div, .listing-content > div > p {
  line-height: 1.5;
  letter-spacing: 0.96px;
  color: #3d4042;
}

.listing-content > h2 {
  color: #5ab18f;
  font-weight: 600;
}

.listing-content > a {
  letter-spacing: 0.84px;
  font-weight: 500;
  color: #3d4042;
}
/*
.image {
  background-color: #f5f4f4;
  width: 350px;
  height: 282px;
}
*/

@media (min-width: 992px) {
  .img-mobil{
    display: none !important;
  }
  .main {
    /*height: 100vh;*/
    min-height: 100vh;
    padding: 0px 50px;
    align-self: center;
    background-image: url('../img/list-colaborari.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  .main-content {
    max-width: 50%;
  }
  .main > div > h1{
    margin-bottom: 50px;
  }
  .main-txt > p{
    font-size: clamp(1.125rem, 0.724rem + 0.647vw, 1.5rem);
    line-height: 1.5;
  }
  .main > div:last-child {
    align-self: center;
    position: absolute;
    bottom: 20px;
  }
  .main > div > a > img{
    max-width: 16px;
  }
  .main > div > a {
    height: auto;
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    bottom: 20px;
		left: 0;
		right: 0;
  }
	@keyframes MoveUpDown {
		0%, 100% {
		  bottom: 20px;
		}
		50% {
		  bottom: 1px;
		}
	}
  .listing{
    margin-top: 60px;
    margin-bottom:160px;
    padding: 0px 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .listing > div {
    flex-direction: row;
    /*justify-content: space-evenly;*/
    gap: 50px;
    /*
    width: 60%;
    margin: auto;
    */
  }
  .listing-content {
    /* flex-direction: row; */
    justify-content: space-evenly;
    gap: 0;
  }
  .listing-content > h2 {
    font-size: clamp(1.625rem, 1.233rem + 0.633vw, 2rem);
  }
  .listing-content > div {
    max-width: 1306px;
  }
  
  .image {
    max-width: 480px;
    height: auto;
    flex: auto;
  }

  .image > a > img{
    border-radius: 7px;
  }
  
}

@media(max-width:991px){
  .main {
    padding: 50px 20px;
    background-image: url('../img/list-colaborari-mob.jpg');
    /*height: 100vh;*/
    min-height: 100vh;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main > div > h1{
    margin-bottom: 30px;
  }
  .main-txt > p{
    font-size: 18px;
    line-height: 1.5;
  }
  .main > div:last-child {
    align-self: center;
    position: absolute;
    bottom: 20px;
  }
  .main > div > a > img{
    max-width: 12px;
    height: auto;
  }
  .main > div > a {
    height: auto;
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    bottom: 20px;
		left: 0;
		right: 0;
  }
	@keyframes MoveUpDown {
		0%, 100% {
		  bottom: 20px;
		}
		50% {
		  bottom: 1px;
		}
	}
  .title-text{
    line-height: 42px;
  }
}
