.main{
    min-height: 53vh;
}
.top {
    display: flex;
    width: 100%;
    height: 120px;
    background-image: url('../image/display-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.top-font {
    color: white;
    font-size: 100px;
    font-weight: 600;
    top: 50px;
    margin-left: 100px;
    margin-top: 3px;
}

.main1 {
    display: flex;
    width: 70vw;
    flex-direction: column;
}

.title {
    margin-top: 50px;
    color: #d33939;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

.line {
    margin-top: 10px;
    width: 100%;
    height: 2px;
    background-color: rgb(104, 104, 104);
}
.content-1 {
    color: rgb(153, 151, 151);
    margin-top: 10px;
    text-align: center;
}
.content-1-1 {

}
.content-1-2 {
    margin-left: 20px;
}
.content-1-3 {
    margin-left: 20px;
}

.content-2 {
    color: rgb(90, 90, 90);
    margin-top: 20px;
    text-indent: 2em;
    line-height: 2;
    width: 80%;
    margin-left: 10%;
}

.content-3 {
    color: rgb(189, 189, 189);
    margin-top: 10px;
    align-self: flex-end;
}