@media only screen and (min-width: 1200px){

  .carousel-item{
    height: 70vh;
  }
  .carousel-item img{
    margin-top: -15vh;
  }

  .carousel-caption{
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0.7);
    width: 530px;
    font-size: 1.3rem;
    text-align: left;
    left: 150px;
    bottom: 40%;
    padding: 1.5rem;
  }

  .texnos{
    padding: 1.5rem;
    font-size: 1.3rem;
    text-align: left;
  }
  .texnos2{
    padding: 2rem;
    font-size: 2rem;
    text-align: center;
  }
  .tex2{
    width: 450px !important;

  }
  .imfor{
    max-width: 100%;
    max-height: 475px;
  }

  .whatsf{
    position: fixed;
    bottom: 50px;
    right: 50px;
  }

}
