// contact page .ic-contact-part { padding: 0px 54px; @media #{$max1399} { padding: 0px 0px; } } .ic-contact-item-area { display: flex; flex-wrap: wrap; gap: 28px; margin-bottom: 90px; @media #{$max1199} { margin-bottom: 40px; } .ic-contact-item { width: calc(100% / 3 - 28px + 28px / 3); display: flex; padding: 50px 40px; flex-direction: column; justify-content: center; align-items: center; border-radius: 16px; background: var(--W-Shade, #f5f5f5); @media #{$max1399} { padding: 30px 20px; text-align: center; } @media #{$max767} { width: calc(100% / 2 - 28px + 28px / 2); &:last-child { width: 100%; } } @media #{$max575} { width: calc(100% / 1 - 28px + 28px / 1); &:last-child { width: 100%; } } .ic-item-icon { border-radius: 100px; // background: #11ce8e; display: flex; justify-content: center; align-items: center; height: 110px; width: 110px; @media #{$max1199} { height: 80px; width: 80px; } } } } .ic-contact-form-left { padding-right: 22px; .content { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid #e7e6e6; } } .ic-contact-social-wrap { @media #{$max1199} { margin-bottom: 30px; } h6 { font-size: 18px; font-weight: 500; line-height: 24px; margin-bottom: 22px; } .ic-social-menu { display: flex; align-items: center; gap: 8px; a { border-radius: 5px; border: 1px solid var(--Border, #e7e6e6); width: 44px; height: 44px; background: var(--White, #fff); transition: all 0.3s; display: inline-flex; justify-content: center; align-items: center; &:hover { background: #3697e0; color: white; } } } }