@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);
}
body {
    background-color: rgba(5, 40, 91, 1);
    color: white;
}
.page1 {
    display: flex;
    margin-block: 248px;
    margin-inline:165px;

}
.text h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.7px;
    font-family: montserrat;
    margin-bottom: 12px;
}
.text p {
    color: rgba(255, 255, 255, 1);
    font-family: opensans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    width: 500px;
    letter-spacing: 1.7px;
}
.text button {
    width:281px;
    padding: 16px 72px 16px 72px;
    border-radius: 3px;
    background-color: rgba(220, 53, 69, 1);
    color: white;
    border: none;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
}
.text1 {
    letter-spacing: 0px;
    display: flex;
    gap: 20px;
}