*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    margin: 0;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.header{
    display: flex;
    background-color:#1f2937;
    padding: 20px 200px;
    margin: 0;  
    flex-direction: column;
    height: 480px;
}

.logo{
    font-size: 24px;
    color: #f9faf8;
    font-weight: bold;
}

.sec-text{
    display: flex;
    font-size: 18px;
    color:#e5e7eb;
    max-width:600px;
    align-items: center;
}

ul{
    font-size: 18px;
    color:#e5e7eb;
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    gap:18px;
}

.hero-main{
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    justify-content: center;
    max-height: 200px;

}

.main-text{
    display: flex;
    font-size: 48px;
    min-width:270px;
    font-weight:bolder;
    color:#f9faf8;    
}

.right > img{
    max-width:450px;
    min-width: 100px;
    margin-top: 80px;
}

.container{
    display: flex;
    justify-content: space-between;
}

.info-button{
    background-color: #3882f6;
    color: white;
    font-size: large;
    margin-top:16px;
    font-weight: 900;
    border-radius: 12px;
    width: 150px;
    padding: 10px 6px;
}

.cta-botton{
    background-color: #3882f6;
    color: white;
    font-size: large;
    font-weight: 900;
    border-radius: 12px;
    border-color: white;
    padding: 8px 24px;
    border-style: solid;
    text-decoration: none;
}

.content1{
    display: flex;
    flex-direction: column;
}

.info-image{
    width: 200px;
    height: 200px;
    border: 5px solid #3882f6;
    border-radius: 16px;
}

.img-text{
    width: 200px;
    text-align: center;
    margin: 4px;
    margin-bottom: 16px;
}

.info-container{
    display: flex;
    flex-wrap: wrap;
    flex:1;
    justify-content:center;
    gap:72px;
}

.info-header{
    display: flex;
    margin: 70px;
    font-size: 36px;
    font-weight: bolder;
    justify-content: center;
}

.content2{
    display: flex;
    margin-top: 100px;
    background-color: #e5e7eb;
}

.quote{
    display: flex;
    font-size: 36px;
    color:#1F2937;
    font-weight: 300;
    min-width: 400px;
    justify-content: center;
}

.author{
    display: flex;
    justify-content: flex-end;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 80px;

}

.quote-container{
    margin-top: 100px;
    margin-left:  380px;
    margin-right: 380px;
}

.ctb-sub-container{
    display: flex;
    background-color: #3882f6;
    margin: 140px 250px;
    padding: 64px 140px;
    border-radius: 12px;
    align-items: center;
    justify-content: space-around;
    min-width: 280px;
}

.footer{
    display: flex;
    background-color: #1F2937;
    padding: 24px 40px;
    align-items: center;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}