.sweepy-descritpion-section {
  margin-top: 68px;
}
.descritpion {
  padding: 0px 60px;
}
.sweepy-descritpion-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sweepy-descritpion-item-container.reverse {
  
  margin-top: 36px;
}
.sweepy-descritpion-item {
  width: 40%;
}
.sweepy-descritpion-text {
  margin-top: 10px;
}
.sweepy-descritpion-item.automatically{
  margin-left: 81px;
}
.sweepy-description-image-brush {
  position: absolute;
  top: 235px;
  right: 0px;
  opacity: 0;
}
.sweepy-descritpion-image-container {
  background: linear-gradient(250.38deg, #ffdb6d 0%, #ffe288 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 60px;
  width: 560px;
  height: 535px;
}
.sweepy-descritpion-image-container.aqua {
  background: linear-gradient(255.55deg, #58decb 0%, #6aebd9 100%);
}
.sweepy-description-image-message1 {
  position: absolute;
  top: 50px;
  right: 20px;
  opacity: 0;
}
.sweepy-description-image-message2 {
  position: absolute;
  left: 25px;
  top: 232px;
  opacity: 0;
}

@media (min-width: 913px) and (max-width: 1200px){
  .sweepy-descritpion-image-container {
    width: 50%;
    height: 450px;
  }

  .sweepy-descritpion-image {
    width: 372px;
    margin-top: 46px;
    height: 400px;
    object-position: top;
    object-fit: cover;
  }
  .sweepy-descritpion-item {
    width: 45%;
  }
  .sweepy-descritpion-item.automatically{
    margin-left: 31px;
  }
}
@media (min-width: 913px) and (max-width: 1024px){
  .sweepy-descritpion-image {
    width: 322px;
    margin-top: 46px;
    height: 350px;
    object-position: top;
    object-fit: cover;
  }
  .sweepy-description-image-brush {
    width: 130px;
    height: 130px;
    top: 280px;
  }
}
@media all and (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
  .sweepy-descritpion-image-container {
    width: 50%;
    height: 450px;
  }

  .sweepy-descritpion-image {
    width: 372px;
    margin-top: 46px;
    height: 400px;
    object-position: top;
    object-fit: cover;
  }
  .sweepy-descritpion-item {
    width: 45%;
  }
  .sweepy-descritpion-item.automatically{
    margin-left: 31px;
  }
}

@media all and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  .sweepy-descritpion-image {
    width: 322px;
    margin-top: 46px;
    height: 350px;
    object-position: top;
    object-fit: cover;
  }
  .sweepy-description-image-brush {
    width: 130px;
    height: 130px;
    top: 280px;
  }
}
@media all and (max-width: 912px) and (max-height: 1368px) and (orientation: portrait) {
  .sweepy-descritpion-item-container {
    flex-direction: column;
  }
  .sweepy-descritpion-item-container.reverse {
    flex-direction: column-reverse;
    margin-top: 41px;
  }
  .sweepy-descritpion-item {
    width: 100%;
  }
  .sweepy-descritpion-item.automatically{
    margin-left: 0px;
  }
  .sweepy-descritpion-text {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 765px) {
  .descritpion {
    padding: 0px;
  }
  .sweepy-descritpion-image-container {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }
  .sweepy-descritpion-image {
    width: 272px;
    margin-top: 46px;
    height: 300px;
    object-position: top;
    object-fit: cover;
  }
  .sweepy-descritpion-item {
    width: 100%;
  }
  .sweepy-description-image-brush {
    width: 120px;
    height: 120px;
    top: 110px;
  }

  .sweepy-description-image-message1 {
    object-position: left;
    object-fit: cover;
    width: 166px;
    height: 91px;
    border-radius: 8px;
    right: 25px;
    top: 27px;
  }
  .sweepy-description-image-message2 {
    object-position: left;
    object-fit: cover;
    width: 195px;
    height: 108px;
    border-radius: 8px;
    left: 13px;
    top: 118px;
  }
}
