/* seventh example */
.porto-7-container {
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 10px;
}

.first-7-porto img{
  margin: 0 auto;
  display: flex;
  margin-bottom: 50px;
}

.first-7-porto {
  padding: 0 auto;
  display: flex;
  flex-direction: column;
  flex-basis: 44%;
}

.second-7-porto {
  padding: 0px 20px 0px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.second-a7-porto {
  flex: 1;
}

.second-b7-porto {
  margin-top: 10px;
  margin-bottom: 20px;
  flex: 1;
}

.second-b7-porto img{
  margin: auto;
  display: flex;
}

@media screen and (max-width: 1199px) and (min-width: 900px) {

  .first-7-porto img {
    width : 40%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 10px;
  }

  .second-b7-porto img{
    width: 100%;
    height: 100%;
  }

  .text-part h1 {
    margin-top: 80px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 899px) and (min-width: 760px) {

  .first-7-porto img {
    width : 60%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 10px;
  }

  .second-b7-porto img{
    width: 100%;
    height: 100%;
  }

  .text-part h1 {
    margin-top: 90px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 759px) and (min-width: 480px) {

  .first-7-porto img {
    width : 80%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 10px;
  }

  .second-b7-porto img{
    width: 100%;
    height: 100%;
  }

  .text-part h1 {
    margin-top: 90px;
    margin-bottom: 10px;
  }

}

@media (max-width: 479px) {

  .porto-7-container {
    margin-top: 10px;
  }

  .first-7-porto img{
    width : 85%;
    padding: 0 auto;
    margin: 0 auto;
    display: flex;
    margin-bottom: 10px;
  }

  .second-b7-porto img{
    width: 100%;
    height: 100%;
  }

  .text-part h1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .text-part-port h1 {
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: orange;
    width: 50%;
    height: 40px;
  }
  
  .carousel-control-prev, .carousel-control-next {
    width: 50%;
  }

}

@media (min-width: 1200px) {
  .porto-7-container {
    display: flex;
  }

  .second-7-porto {
    padding: 0px 20px 0px 20px;
    flex: 1;
  }

  .first-7-porto img{
      margin: 0 auto;
      display: flex;
      margin-bottom: 150px;
  }

  .second-b7-porto img{
    width: 100%;
    height: 100%;
  }

  .text-part h1 {
    margin-top: 70px;
    margin-bottom: 10px;
  }
  
}