



.section-title{
    font-size: clamp(1.4rem, 1.12rem + 1.4vw, 2.8rem);
    font-weight: bold;
    text-align: center;
    margin-top: 20rem;
    margin-bottom: 20rem;
    
    color: #000000;
}

#section1{
    position: relative;
    width: 100%;
    height: max-content;
}


.maker-name{
    position: absolute;
    position: relative;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 8rem;
    font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
   color: #000000;
   opacity: 0.5;
}
.maker-name::before{
    content: "";
    position: absolute;
    border-bottom: 1px solid rgb(0, 0, 0,0.5);
    width: 100%;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);

}
.drone-box{
    display : flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
    align-items: baseline;
}


.drone-inner{
    flex-wrap: wrap;
    text-align: center;
    width: calc(25% - 4rem);
    height: 25%;
    margin: 5rem 2rem 5rem 2rem;

}
.drone-pic{
    width: 100%;
    height: 100%;
}
.drone-name{
    font-size: clamp(1.8rem, 1.706rem + 0.31vw, 2rem);
    font-weight: bold;
    color: #3B4043;
}
.drone-price{
    font-size: clamp(1.8rem, 1.706rem + 0.31vw, 2rem);
    color: #00FF77;
    font-weight: bold;
}


.conversion-area{
    clear: both;
      position: relative;
      width: 100%;
      height: auto;
      margin: 20rem 0rem 20rem;
  }
  .btn-reserve{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
  }
  
  









