.header{
    display: flex;
    justify-content: space-around;
    height: 60px;
    /* position: fixed;
    top: 0; */
    width: 100%;
    align-items: center;
}
.link{
    text-decoration: none;
    color: black;
    font-family: main;
    font-weight: 500;
    font-size: 16px;
    margin-left: 30px;
}
@font-face {
    font-family: main;
    src: url(./font.ttf);
}
.btn{
    margin-left: 30px;
    width: 23px;
}
.m1{
    display: flex;
    justify-content: center;
    width: 100%;
    /* margin-top: 60px; */
}
.img1{
    width: 100%;
}
.txt1{
    color: #333333;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.m2{
    text-align: center;
    margin-top: 50px;
}
.txt2{
    color: #666666;
    font-weight: 400;
    font-size: 20px;
}
.phts{
    display: flex;
    margin-top: 50px;
    /* justify-content: space-around; */
    justify-content: center;
    gap: 50px;
}
.phts img{
    width: 381px;
}
.txt3{
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    font-family: main;
}
.pht2{
    width: 285px;
}
.m3{
    margin-top: 50px;
    /* display: flex;
    justify-content: center; */
}
.txt4{
    color: #333333;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
}
.phts2{
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 50px;
}
.big{
    margin-top: 50px;
}
.btn1{
    width: 245px;
    height: 48px;
    color: #B88E2F;
    border: #B88E2F 1px solid;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    align-content: center;
    margin: auto;
}
.m4{
    margin-top: 50px;
}
.m5{
    margin-top: 100px;
}
footer{
    margin-top: 50px;
}
