.main {
    position: relative;
  max-width: 100%;
  height: auto;
  background: #e50c3e;
  margin-top: 10px;
  margin-bottom: 50px;
}
.main__single__girl {
  position: relative;
  width: 100% !important;
}
.main__single__girl__ragged {
    width: 100%;
  position: absolute;
  z-index: 2;
}
.main__single__girl__ragged img{
    width: 100%;
}
.main__single__girl__center {
  display: flex;

  width: 100%;
}
.flex_item_50 {
  width: 50%;
}
.main__single__girl__center__photo__main {
  padding-left: 25%;
  background: url(../img/girl_bg.png);
  background-size: 90%;
  background-repeat: no-repeat;
}
.main__single__girl__center__text {
    padding-top: 5%;
  position: relative;
  right: 2%;
  display: flex;
  align-items: center;
  font-family: Oswald;
  font-size: 200.6px;
  line-height: 180px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media (max-width: 480px) and (max-width: 1200px) {
    .main__single__girl__center__text p {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
    .main__single__girl__center__text p {
    font-size: calc(35px + (130 - 35) * ( (100vw - 480px) / ( 1024 - 480) ));
    line-height: calc(38px + (120 - 35) * ( (100vw - 480px) / ( 1024 - 480) ));
  }
}

.main__single__girl__text{
    
    max-width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    text-align: justify;
}
.main__single__girl__text p{
    font-family: Oswald;
font-size: 37.5px;
line-height: 50px;
font-weight: 500;
text-transform: uppercase;
color: #ffffff;
}
@media (max-width: 480px) and (max-width: 1200px) {
    .main__single__girl__text p {
    font-size: 8.5px;
    line-height: 14px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
    .main__single__girl__text p {
    font-size: calc(8.5px + (37.5 - 8.5) * ( (100vw - 480px) / ( 1024 - 480) ));
    line-height: calc(14px + (50 - 14) * ( (100vw - 480px) / ( 1024 - 480) ));
  }
}