@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: rgba(255, 255, 255, 1);
}
.page1 {
    display: flex;
    justify-content: space-around;
    width: 1110px;
    margin-inline: auto;
    margin-block: 80px;
}
.text h2{
    font-family: montserrat;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.7px;
    margin-bottom: 12px;
}
.comment {
    width: 350px;
    font-family: opensans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: rgba(33, 33, 33, 1);
}
.price {
    font-family: montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.4px;
    color: rgba(33, 33, 33, 1);
}
.price del{
    font-family: montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: rgba(196, 196, 196, 1);
}
button{
    background: rgba(13, 110, 253, 1);
    width: 217px;
    padding: 16px 40px 16px 40px;
    border-radius: 3px;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
}