@media (min-width: 1024px) {
  #foton-brand .container {
    padding-right: unset !important;
  }
}
@media (min-width: 1440px) {
  #foton-brand .container {
    max-width: calc(100% - ((100% - 1609px) / 2)) !important;
    margin-right: unset !important;
    padding-right: unset !important;
  }
}

#foton-brand .foton-brand__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
@media (max-width: 1024px) {
 #foton-brand .foton-brand__content {
    order: 2;
  }
  #foton-brand .g-indent .container .foton-brand__info {
    padding-right: unset !important;
    padding-top:30px !important;
  }
}
@media (max-width: 1440px) {
  #foton-brand .g-indent .foton-brand__info {
    padding-right: 52px;
  }
}
#foton-brand .custom__button.btn__arrow {
    max-width: 212px;
  justify-content: center;
  display: flex;
  gap: 12px;
  background-color: white;
  color: black;
}
#foton-brand .custom__button {
  padding: 12px 28px;
  border: 1px solid white;
  color: white;
  text-decoration: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}
#foton-brand .g-indent {
  background-color: #051954;
  padding-top: unset !important;
  padding-bottom: unset !important;
}

#foton-brand div{
  margin-bottom: unset !important;
}
#foton-brand .foton-brand__info{
    padding-top: 56px !important;
    padding-right: 117px;
    background-color: #051954;
    color: white ! IMPORTANT;
}

#foton-brand .foton-brand__img{
      width: unset ! IMPORTANT;
    margin-bottom: unset ! IMPORTANT;
}
 #foton-brand .foton-brand__grid {
    display: grid;
    grid-template-columns: 1fr 960px;
    position: relative;
  }

  #foton-brand .foton-brand__content {
    grid-column: 1;
  }


  #foton-brand .foton-brand__image {
    width: 100%;
    height: 100%;
  }

  #foton-brand .foton-brand__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 1024px) {
    #foton-brand .foton-brand__grid {
      grid-template-columns: 1fr;
    }

    #foton-brand .foton-brand__image-wrapper {
      grid-column: 1;
      margin-right: -20px;
      margin-left: -20px;
      width: calc(100% + 40px);
    }
  }
   #foton-brand .col-9 {
    padding: unset !important;
    max-width: 687px ;
  }

@media (min-width: 1921px) {
  #foton-brand .col-9 {
    max-width: unset;
  }
}
@media (max-width: 1499px) {
  #foton-brand .foton-brand__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1200px) {
  #foton-brand .container{
    padding: unset !important;
  }
    #foton-brand .foton-brand__info{
padding-right:unset !important;
}
 #foton-brand .foton-brand__content{
  padding: 0 20px !important;
}
      #foton-brand .col-9 {
    max-width: unset;
  }
  #foton-brand .foton-brand__grid {
    grid-template-columns: 1fr;
  }
   #foton-brand .foton-brand__content {
    order: 2;
  }
}