*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    background-color: #111D31;
    font-family: 'Inter', sans-serif;
}

/*
.logo {
    height: 3vh;
    margin-left: 2rem;
    margin-top: 2rem;
    display: block;
}
    */
@media (max-width: 767px) {
    .logo {
        height: 3vh;
    }

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding: 0 2rem;
}

.button-header{
    background: linear-gradient(90deg, #26406C 0%, #7ACEA6 100%);
    color: white;
    width: 8rem;
    height: 2rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;  
}
.text-pc{
    display: none;
}

.hero-text{
    text-align: center;
}
h1{
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin: 4rem 2rem 0 2rem;
}

.sub-text{
    color: white;
    font-size: 16px;
    font-weight: 200;
    margin: 1rem 2rem 0 2rem;
 }

 .hero-image{
    display: block;
    margin: 2rem auto 0 auto;
    width: 80%;
 }
    .hero-image-pc{
        display: none;
    }
 

 .cta-buttons{
    text-align: center;
    margin: 3rem 0 0 0;
 }

 .button{
    background: linear-gradient(90deg, #26406C 0%, #7ACEA6 100%);
    color: white;
    width: 90%;
    height: 6vh;
    padding: 1rem 2rem;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    margin: 0 1rem;
    text-decoration: none;  
 }

 .pvs-secion{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 2rem 0;
 }

 .students{
    margin-left: 1.5rem; 
    color: rgba(65, 62, 62, 0.699); 
    font-size: 16px; 
    font-weight: 400;
    text-align: center;
 }

 .line{
    width: 100%;
    height: 2px;
    background: #292a2b6c;
    margin-top: 5%;
 }

 footer{
    width: 100%;
    background: #111D31;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10%;
 }
}

 @media (min-width: 768px) {

     .logo {
        height: 3vh;
    }

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding: 0 6rem;
}

.button-header{
    background: linear-gradient(90deg, #26406C 0%, #7ACEA6 100%);
    color: white;
    width: 8rem;
    height: 3rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;  
}

.hero-text{
    text-align: center;
}
h1{
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 4rem 2rem 0 2rem;
}


.sub-text{
    color: white;
    font-size: 16px;
    font-weight: 200;
    margin: 1rem 2rem 0 2rem;
 }

 .hero-image{
    display: block;
    margin: 2rem auto 0 auto;
    width: 80%;
    display: none;
 }
 .hero-image-pc{
    display: flex;
    justify-content: center;
    margin: 2rem auto 0 auto;
    width: 80%;
  
 }

 .cta-buttons{
    text-align: center;
    margin: 3rem 0 0 0;
 }

 .button{
    background: linear-gradient(90deg, #26406C 0%, #7ACEA6 100%);
    color: white;
    width: 30rem;
    height: 4rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    margin: 0 1rem;
    text-decoration: none;  
 }

 .pvs-secion{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 2rem 0;
 }

 .students{
    margin-left: 1.5rem; 
    color: rgba(65, 62, 62, 0.699); 
    font-size: 16px; 
    font-weight: 400;
    text-align: center;
 }

 .line{
    width: 100%;
    height: 2px;
    background: #292a2b6c;
    margin-top: 2%;
 }

 footer{
    width: 100%;
    background: #111D31;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin-top: 2%;
    margin-bottom: 2%;
   
 }
}