.cover{
    background-image:url(../reimages/top.jpeg);
    background-size: 100% auto;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.cover h1{
    padding-top: 200px;
    padding-bottom: 400px;
}
.top{
    margin-top: 150px;
    margin-bottom: 100px;
}
.top h3{
    text-align: center;
    line-height: 200%;
}
.top1{
    top: 50%;
}
.about{
    position: relative;
    padding-top: 50px;
    background-color: #e1f2f7;
}
.center{
    text-align: center;
}
.business, .job{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.business-txt p{
    padding-left: 50px;
}
.job img{
    padding-left: 50px;
}
.about {
    position: relative; 
    background-color: #e1f2f7; 
    padding: 50px 0;
}
.ba {
    z-index: 2;
    top: 0;
    height: 750px;
}

.top2 {
    z-index: 3; 
    top: -160px;
}

.about-container {
    position: relative;
    z-index: 4; 
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.business, .job {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.business img, .job img {
    width: 100%;
    max-width: 400px;
}

.business-txt, .job-txt ,.about-btn{
    width: 100%;
    text-align: left;
    padding: 20px;
}
.about-btn{
    padding-left: 50px;
}
.culture{
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
    background-color: #e1f2f7;
}
.culture-box{
    width: 60%;
    margin-left: 20%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around; 
    align-items: center;
}
  
  .box {
    padding: 25px;
    text-align: center; 
    width: 30%; 
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
  }
  
  .box img {
    width: 80%; 
    height: auto; 
    border-radius: 50%;
  }
  
  .box p {
    margin-top: 10px; 
  }
  
.top3{
    z-index: 2;
    top: -300px;
}
.culture-container{
    position: relative;
    z-index: 4; 
}
.interview{
    position: relative;
    padding-top: 150px;
    background-color: #f9f1e3;
    padding-bottom: 100px;
}
.int{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.int img{
    width: 300px;
}
.interview-txt{
    padding-left: 25px;
}
.top4{
    z-index: 2;
    top: -50%;
}
.interview-container{
    position: relative;
    z-index: 4; 
}
@media screen and (max-width: 765px) {
    .cover{
        background-image:url(../reimages/top.jpeg);
        background-size: 100% auto;
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
        width: 100%;
    }
    h1{
        font-size: 24px;
    }
    .cover h1{
        padding-top: 150px;
        padding-bottom: 200px;
        margin: 0 auto;
    }
    .top{
        margin-top: 100px;
        margin-bottom: 50px;
        position: relative;
    }
    .to h3{
        position: relative;
        z-index: 5;
    }
    .top h3{
        text-align: center;
        line-height: 200%;
    }
    .top1{
        top: 400px;
        z-index: 2;
    }
    .about{
        position: relative;
        padding-top: 50px;
        background-color: #e1f2f7;
    }
    .center{
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .business, .job{
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .business-txt p{
        padding-left: 20px;
    }
    .job img{
        padding-left: 50px;
    }
    .about {
        position: relative; 
        background-color: #e1f2f7; 
        padding: 50px 0;
    }
    .to{
        position: relative;
    }
    .ba {
        z-index: 2;
        top: 0px;
        height: 450px;
    }
    
    .top2 {
        z-index: 3; 
        top: 0;
    }
    
    .about-container {
        position: relative;
        z-index: 4; 
        text-align: center;
    }
    
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .business, .job {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 25px;
    }
    
    .business img, .job img {
        width: 50%;
    }
    
    .business-txt, .job-txt {
        width: 100%;
        text-align: left;
        padding: 00px;
    }
    .culture{
        position: relative;
        padding-top: 100px;
        padding-bottom: 150px;
        background-color: #e1f2f7;
    }
    .culture-box{
        position: relative;
        display: block;
        justify-content: space-between;
        width: 60%;
        margin: 20%;
        padding-top: 50px;
        padding-bottom: 50px;
        z-index: 5;
    }
    .box{
        width: 80%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        
    }
    .top3{
        top: 0;
        z-index: 4;
    }
    .interview{
        position: relative;
        padding-top: 150px;
        background-color: #f9f1e3;
        padding-bottom: 100px;
    }
    .int{
        margin-top: 50px;
        display: block;
        justify-content: center;
    }
    .int img{
        width: 100%;
    }
    .interview-txt{
        align-items: center;
        padding-left: 25px;
    }
    .interview {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        text-align: center;
    }
    
    .interview .center {
        margin: 0; 
    }
    
    .int {
        align-items: center;
        text-align: center;
    }
    
    .interview-txt p {
        margin: 0;
    }
    
    .btn {
        margin-top: 20px;
    }
    
    .top4{
        top: 0;
    }
}