@font-face {
    font-family: montserrat;
    src: url(/assets/fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: opensans;
    src: url(/assets/fonts/OpenSans_Condensed-Regular.ttf);
}
*{
    font-family: montserrat;
}
/* ? Header Codes */
.header {
    width: 1110px;
    margin-inline:auto;
    margin-top: 80px;
}
.header h3{
    width: 800px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
    color: rgba(33, 33, 33, 1);
}
.meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: opensans;
    color: rgba(82, 100, 124, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}
hr {
    width: 1110px;
    border:1px solid rgba(234, 234, 234, 1);
}
/* ? ******************************************/
.page1 {
    margin-inline: 196px;
    margin-top: 39px;
}
.page2 {
    width: 1112px;
    font-family: opensans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-inline: auto;
    text-align: justify;
}
.page3 {
    width: 1110px;
    margin-inline: auto;
}
.page3 img {
    float: left;
}
.text h6{
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.text p{
    font-family: opensans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(33, 33, 33, 1);
}
.page4 img{
    margin-inline: 200px;
    margin-top: 80px;
}
.page5 {
    width: 1110px;
    margin-inline: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.page5 img {
    float: right;
}
.page6 {
    width: 1110px;
    margin-inline: auto;
    margin-top: 48px;
}
.page6 h4{
    font-family: montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.35px;
}