section{
    min-height: 100vh;
    color: #1F2937;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section h1{
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

section .contents{
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 82%;
    max-width: 1400px;
    margin-top: 3%;
    margin-bottom: 10%;
}

section .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.title_mobile{
    display: none;
}

section .content .title{
    font-weight: 700;
}

section .content p{
    max-width: 617px;
    font-weight: 500;
    line-height: 24px;
}

section img{
    width: 454px;
    height: 207px;
    object-fit: cover;
    border-radius: 8px;
    z-index: 0;
}


