*{
    margin: 0;
    padding: 0;
    font-family: 'Etna', sans-serif;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    background-color: #e7e7b0;
}
h1{
    font-size: 52.5pt;
    color: #041900;
    text-align: center;
    margin: 20px 0px;
}
.container{
    overflow: hidden;
    padding: 0px 30px;
    background-image: url(./Assets/how-bg-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.top{
    background-color: #004d09;
    color: #e7e7b0;
    padding: 30px 50px;
    margin: 20px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 17pt;
    line-height: 28px;
    margin-top: 40px;
}
.middle-item > img{
    width: 300px;
    margin-right: 150px;

}
.number{
    width: 85px !important;
    height: 85px !important;
}

.left-p{
    background-color: #004d09;
    color: #e7e7b0;
    font-size: 17.4pt;
    max-width: 680px;
    padding: 30px 30px;
    line-height: 30px;
    border-radius:10px;
    text-align: justify;
    
}
.left-p-3{
    padding: 50px 30px;
    
}
.right-p{
    color: #e7e7b0;
    background-color: #004d09;
    padding: 30px 30px;
    font-size: 17.4pt;
    max-width: 680px;
    line-height: 30px;
    border-radius:10px;
    text-align: justify;
    
}
.bottom{
    color: #e7e7b0;
    font-size: 17.4pt;
    background-color: #004d09;
    padding: 30px 50px;
    margin: 20px 20px;
    border-radius: 10px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 100px;
}
.left{
    display: flex;
    align-items: center;
}
.middle-2{
    display: flex;
    align-items: center;
    margin: 30px 0px;
    justify-content: none;
    justify-content: flex-end;

}
.middle-item{
    display: flex;
    justify-content: space-between;
}
img[src="./Assets/one.png"]{
    position: relative;
    left: 20px;
}
img[src="./Assets/two.png"]{
    position: relative;
    right: 20px;
}
img[src="./Assets/three.png"]{
    position: relative;
    left: 20px;
}
.middle{
    margin: 80px 0px;
}
.images > img{
    display: none;
}
button{
    padding: 10px 50px;
    font-size: 40px;
    background-color: transparent;
    border-radius: 10px;
    border: solid 4px #004d09;
    color: #041900;
    cursor: pointer;
    padding-bottom: 20px;
    transition: ease 0.1s;
}
body > a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    position: relative;
    bottom: 50px;
}
button:hover{
    background-color: #041900;
    border: solid 4px #041900;
    color: #e7e7b0;
    
}










/* responsive */

@media (max-width: 1160px){
    .middle-item > img{
        display: none;
    }
    .images > img{
        display: block;
        max-width: 300px;
    }
    .images{
        display: flex;
        justify-content: space-evenly;
        margin-top: 80px;
    }
}
@media (max-width: 970px){
    p{
        font-size: 14pt !important;
    }
}
@media (max-width: 660px){
    p{
        font-size: 12pt !important;
    }
    .images > img{
        max-width: 250px;
    }
    .images{
        flex-wrap: wrap;
    }
    .top{
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px 20px;
    }
    .bottom{
        padding-left: 20px;
        padding-right: 20px;
        margin: auto 0px;
        margin-bottom: 100px;
    }
    .container{
        padding: 0px 10px;
    }
    .left-p{
        line-height: 22px;
        align-items: start;
    }
    .right-p{
        line-height: 22px;
        align-items: start;
    }
    h1{
        font-size: 34pt;
    }
    .left{
        flex-direction: column;
    }
    .left > img{
        /* flex-direction: column; */
        left: 0px;
        top: 30px;
    }
    .middle-2{
        flex-direction: column-reverse;
    margin: 0px 0px;

    }
    .middle-2 > img{
        /* flex-direction: column; */
        left: 0px;
        top: 30px;
    }
    .top{
        margin: 0px 0px;
    }
}