.section-banner-home {
  background-color: var(--main-color);
  padding-top: 100px;
  padding-bottom: 114px;
  position: relative;
}

.section-banner-home-image {
  position: absolute;
  margin-top: -100px;
  top: 0;
  right: -25%;
}

.section-banner-home-all {
  display: flex;
  position: relative;
}

.section-banner-home__ {
  display: flex;
  flex-direction: column;
}
.section-banner-home-title h1 {
  color: var(--heading-color);
}

.section-banner-home-subtitle {
  display: flex;
  padding-bottom: 35px;
  position: relative;
}

.line-subtitle {
  margin-right: 18px;
  display: flex;
  height: 2px;
  width: 34px;
  background-color: #1c57af;
  min-width: 34px;
  margin-top: 20px;
}

.section-banner-home-subtitle h3 {
  font-weight: 400;
  line-height: 40px;
}

.section-banner-home-text {
  text-transform: uppercase;
  padding-left: 53px;
  padding-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #28a2f0;
}

.button-section {
  padding-left: 53px;
}


@media screen and (max-width: 1550px) {
  /* .section-banner-home-image {
    right: -25%;
  } */
  .section-banner-home__{
    max-width: 450px;
  } 
}

@media screen and (max-width: 1366px) {
  .section-banner-home-image {
    right: -16%;
  }
}

@media screen and (max-width: 1280px) {
  .section-banner-home-image {
    right: -25%;
  }
}

@media screen and (max-width: 1200px) {
  .section-banner-home-image {
    right: -32%;
  }
}

@media screen and (max-width: 1150px) {
  .section-banner-home-image {
    right: -37%;
  }
}

@media screen and (max-width: 1100px) {
  .section-banner-home-image {
    right: -40%;
  }
}

@media screen and (max-width: 1050px) {
  .section-banner-home-image {
    right: -48%;
  }
}

@media screen and (max-width: 991px) {
  .section-banner-home-image {
    opacity: 0.4;
  }
}

@media screen and (max-width: 850px) {
  .section-banner-home-image {
    right: -60%;
  }
}

@media screen and (max-width: 768px) {
  .section-banner-home-subtitle {
    align-items: normal;
    max-width: 290px;
  }
  .line-subtitle {
    width: 15px;
    min-width: 15px;
    margin-top: 20px;
  }
  .section-banner-home-text {
    padding-left: 0;
  }
  .button-section {
    padding-left: 0px;
  }

  .section-banner-home-all {
    max-width: 100%;
  }
}
