@media (max-width: 1024px) { 
.about_selection_left {
    width: 100%;
    text-align: center;
}

.about_selection_right {
    width: 100%;
    height: auto;
}

.about_selection_right img {
  width: 100%;
  height: auto;
}

.hero_about_selection {
    display: flex;
    flex-direction: column;
}

.proposal_block {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 20px;
}

.proposal_divider:nth-child(4) {
    display: none;
}

.about_selector_photo {
    height: 300px;
}

.about_selection_right {
  display: flex;
  width: 57%;
  position: absolute;
  overflow: visible;
  top: 40%;
  left: 5%;
}

.about_selection_right img {
  width: 170%;
}
 }

 @media (max-width: 768px) { 
.about_selection_right {
    display: flex;
    width: 57%;
    position: absolute;
    overflow: visible;
    top: 50%;
    left: 0;
}

.about_selector-images{
  left: 50px;
  top: 140px;
  transform: rotate(120deg);
  transform-origin: top ;
}

.about_selector-images img {
  width: 500px;
  height: auto;
}

.about_selection_right img {
    width: 200%;
}

.proposal_block_sector_title {
    font-size: 40px;
}

.proposal_block_sector_subtitle {
    font-size: 13px;
}
  }

@media (max-width: 480px) { 
.about_selection_right {
    display: flex;
    width: 57%;
    position: absolute;
    overflow: visible;
    top: 52%;
    left: -10%;
}

.about_selection_right img {
    width: 250%;
}

.about_selector_photo {
    height: 200px;
}

.about_selection_left_title {
    font-size: 34px;
    line-height: 120%;
    padding-bottom: 15px;
}

.about_selection_left_subtitle {
    font-size: 13px;
    line-height: 120%;
}

.about_selection_left_description {
    font-size: 13px;
    margin-top: 13px;
}

.about_selector-images{
  left: 0;
  top: 0;
  transform: rotate(100deg);
  transform-origin: top ;
}

 }