.container {
    margin-top:2%;
}
.title > h1{
    font-size: clamp(1.2rem, 2.5vw, 4rem);
    letter-spacing: 6px;
    text-align: center;
}
h3{
    font-size: 1.5em;
    margin-bottom: 2%;
}
p{
    font-size: clamp(0.8rem, 1.2vw, 3rem);
    letter-spacing: 3px;
    line-height: 50px;
}
.section1{
    margin-top:3%;
    padding:0% 10% 0 10%;
}
.section1 > h3{
    font-size: clamp(1.2rem, 2.5vw, 4rem);
}

@media(max-width:1600px){  
    
}

@media(max-width:1280px){ 
    p{
        line-height: 35px;
    }
}
/* 200% 731px */
@media(max-width:768px){  
   .section1 {
        padding: 0% 5% 0 5%;
    }
}
/* 300% 487px */
@media(max-width:560px){  
    .container {
        margin-top: 5%;
    }
    p{
        line-height: 25px;
    }
}
@media(max-width:450px){  
    p{
        line-height: 30px;
    }
}

@media(max-width:390px){  
    .container {
        margin-top: 10%;
    }
}