.main-header {
    background: linear-gradient(180deg, #E4F0FF 24.5%, #FFFFFF 100%);
}
.main-head h1 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 96px;
}

.sin-box {
    background-color: #ffffff;
    border-radius: 16px;
    border: solid 1px #E4E4E5;
    text-align: center;
    padding: 32px;
    height: 180px;
}

.phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.dot {
    color: #CBCBCB;
    padding: 0 8px;
    line-height: 0;
}

.phone a {
    color: #000000;
}

.email-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #070D14;
    border-radius: 16px;
    padding: 14px;
}

.email-btn a{
    color: #070D14;
}

.sec{
    margin-top: 96px;
}
.address{
    position: relative;
    z-index: 1;
}
.sin-address{
    padding: 48px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 158px;
    right: 156px;
    border-radius: 16px;
}

.sin-address img{
    width: 110px;
}

.sin-address h3{
    color: #202024;
    font-size: 16px;
    font-weight: 700;
}

.sin-address p{
    color: #202024;
    font-size: 14px;
    font-weight: 400;
}