.content{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content-main{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.content-title{
    font-size: clamp(32px, 3vw, 48px);
    margin-bottom: 30px;
}
.content-text{
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    width: 80%;
    max-width: 467px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.content-text img{
    width: clamp(28px, 1.5vw, 36px);
    height: clamp(28px, 1.5vw, 36px);
    margin-right: 36px;
}
.content-text span{
    font-size: clamp(18px, 1.5vw, 26px);
}
.contact-service{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.contact-service img{
    width: 160px;
    height: 160px;
    margin-right: 36px;
}
.contact-service span{
    font-size: clamp(18px, 1.5vw, 26px);
}