.text-agromar-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  container-type: inline-size;
  width: 100%;
  padding: 4rem 0;
}
.text-agromar-1 .content-wrapper {
  max-width: 94.5rem;
  width: 100%;
  display: flex;
  gap: 6rem;
}
.text-agromar-1 .content-wrapper .left-part {
  width: calc(50% - 3rem);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 4rem;
  gap: 8rem;
}
.text-agromar-1 .content-wrapper .left-part .upper-text {
  display: flex;
  flex-direction: column;
}
.text-agromar-1 .content-wrapper .left-part .upper-text > h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #380d06;
  margin-bottom: 0.5rem;
}
.text-agromar-1 .content-wrapper .left-part .upper-text > h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #d6350f;
  margin-bottom: 3rem;
}
.text-agromar-1 .content-wrapper .left-part .upper-text > p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #380d06;
  width: 75%;
  font-weight: 400;
}
.text-agromar-1 .content-wrapper .left-part .socials {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.text-agromar-1 .content-wrapper .left-part .socials > p {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #380d06;
  width: 50%;
}
.text-agromar-1 .content-wrapper .left-part .socials .social-icons-wrapper {
  display: flex;
  gap: 1.25rem;
}
.text-agromar-1 .content-wrapper .left-part .socials .social-icons-wrapper > a {
  text-decoration: none;
}
.text-agromar-1 .content-wrapper .left-part .socials .social-icons-wrapper > a > img {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-agromar-1 .content-wrapper .image-container {
  position: relative;
  width: calc(50% - 3rem);
  flex-shrink: 0;
}
.text-agromar-1 .content-wrapper .image-container .sticker {
  position: absolute;
  top: 45%;
  left: -20%;
  width: 16rem;
  height: 14rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-agromar-1 .content-wrapper .image-container .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 100rem) {
  .text-agromar-1 {
    padding: 4rem 6rem;
  }
  .text-agromar-1 .content-wrapper {
    max-width: unset;
    flex-direction: column;
    gap: 5rem;
  }
  .text-agromar-1 .content-wrapper .left-part {
    width: 100%;
    padding-block: 0;
    gap: 3rem;
  }
  .text-agromar-1 .content-wrapper .left-part .upper-text > h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
  }
  .text-agromar-1 .content-wrapper .left-part .upper-text > h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .text-agromar-1 .content-wrapper .left-part .upper-text > p {
    margin-bottom: 1rem;
    width: 80%;
  }
  .text-agromar-1 .content-wrapper .left-part .socials > p {
    font-size: 2rem;
    line-height: 2rem;
    width: 50%;
  }
  .text-agromar-1 .content-wrapper .image-container {
    width: 100%;
  }
  .text-agromar-1 .content-wrapper .image-container .sticker {
    top: -16rem;
    left: unset;
    right: 1rem;
    width: 12rem;
    height: 14rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 45rem) {
  .text-agromar-1 {
    padding: 4rem 1.25rem;
  }
  .text-agromar-1 .content-wrapper {
    gap: 3rem;
  }
  .text-agromar-1 .content-wrapper .left-part {
    gap: 5rem;
  }
  .text-agromar-1 .content-wrapper .left-part .upper-text > h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .text-agromar-1 .content-wrapper .left-part .upper-text > h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .text-agromar-1 .content-wrapper .left-part .upper-text > p {
    margin-bottom: 1rem;
    width: 80%;
  }
  .text-agromar-1 .content-wrapper .left-part .socials > p {
    font-size: 1.25rem;
    line-height: 1.375rem;
    width: 50%;
  }
  .text-agromar-1 .content-wrapper .image-container .sticker {
    top: -14rem;
    left: unset;
    right: 1rem;
    max-width: 50%;
    width: 11rem;
    height: 13rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
