.second-block {
  background-image: url("../../images/allcontent/wavebg.png");
  background-repeat: no-repeat;
  background-position: center -320px;
  background-size: cover;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-block .central_title{
   max-width: 1367px; 
}
@media screen and (max-width: 1600px) {
  .second-block {
      padding-top: 60px;
    }
}
@media screen and (max-width: 1360px) {
  .second-block {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1045px) {
  .second-block {
    padding-top: 80px;
  }
}
@media screen and (max-width: 780px) {
  .second-block {
    padding-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .second-block {
    padding-top: 40px;
  }
}
@media screen and (max-width: 970px) {
  .second-block .central_title img {
    bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .second-block .central_title img {
    bottom: 60px;
  }
}
@media screen and (max-width: 380px) {
  .second-block .central_title img {
    bottom: 30px;
  }
}

.photo-container {
  position: relative;
  width: 50%;
}
.photo-container:hover p {
  opacity: 1;
}
.photo-container img {
  z-index: -1;
  width: 100%;
}
.photo-container p {
  transition: all ease-out 0.4s;
  opacity: 0;
  padding: 98px 25px 40px 25px;
  font-size: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: var(--kpb_dark_opacity, rgba(12, 14, 17, 0.4));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 1360px) {
  .photo-container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1045px) {
  .photo-container p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .photo-container img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .photo-container p {
    padding: 50px 25px 10px 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .photo-container p {
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
  .photo-container p {
    padding: 10px;
    font-size: 14px;
  }
}
.second-block__bottom {
  display: flex;
  height: 100%;
  gap: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1600px) {
  .second-block__bottom{
      padding-bottom: 60px;
    }
}


@media screen and (max-width: 560px) {
  .second-block__bottom {
    padding-top: 40px;
  }
}

.second-block__tagline {
  width: 50%;
  font-size: 36px;
  font-weight: 500;
  gap: 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  
}
.second-block__tagline img{
    width: 100%;
}
.second-block__tagline span {
  color: #f2cf30;
  font-weight: 600;
}
@media screen and (max-width: 1650px) {
  .second-block__tagline p{
    font-size: 30px;
  }
}
@media screen and (max-width: 1538px) {
  .second-block__tagline {
    max-width: 100%;
  }
  .second-block__tagline p{
    font-size: 24px;
  }
}

@media screen and (max-width: 780px) {
  .second-block__tagline p {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .second-block__tagline p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .second-block__bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
  .second-block__tagline, .photo-container{
      width: 100%;
  }
}/*# sourceMappingURL=second-block_styles.css.map */