@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}

section{
    background: url('../img/배경-24.jpg') center center / cover no-repeat;
    padding: 164px 0 281px;
}
section .title{
    text-align: center;
    margin-bottom: 65px;
}
section .title h1{
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}
section .title p{
    color: #fff;
}
section .list{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 24px;
}
section .list .item{
    width: 460px;
    height: 340px;
    padding: 0 25px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .list .item img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
}
section .list .item .text{
    margin-left: 40px;
}
section .list .item .text strong{
    height: 28px;
    background-color: #D3785D;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 12px;
    line-height: 28px;
    margin-bottom: 49px;
}
section .list .item .text .item_title h2{
    margin-bottom: 10px;
}
section .list .item .text .item_title p{
    font-size: 14px;
}