/* text-decoration */
.underline {
    text-decoration: underline;
}

/* text-align */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* font weight */

.light {
    font-weight: 300 !important;
}

.normal {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}
.semibold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.extrabold {
    font-weight: 800 !important;
}

/* color */

.w {
    color: #FFF !important;
}

.primary {
    color: #171855 !important;
}

.sub-color {
    color: #505050 !important;
}

.g {
    color: #767676 !important;
}

.b {
    color: #1B1C80 !important;
}

.black {
    color: #222 !important;
}

.y {
    color: #F8E08E !important;
}

.p {
    color: #FFAA9F !important;
}

.black {
    color: #111 !important;
}


/* font size */

.p48 {
    font-size: 48px;
    line-height: 130%; /* 64.8px */
    letter-spacing: -1.2px;
}

.p40 {
    font-size: 40px;
    line-height: 130%; 
    letter-spacing: -1px;
}

.p36 {
    font-size: 36px;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.9px;
}

.p32 {
    font-size: 32px;
    line-height: 130%; 
    letter-spacing: -0.8px;
}

.p28 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.7px;
}

.p24 {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.p20 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
}

.p18 {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
}

.p16 {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.p14 {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
}

.p13 {
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.325px;
}

.p12 {
    font-size: 12px;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.3px;
}

/* line-height */ 
.leading-130 {
    line-height: 140%;
}

.leading-150 {
    line-height: 150%;
}

.leading-160 {
    line-height: 160%;
}

/* align */
.align-start {
    align-items: start !important;
}

.align-center {
    align-items: center !important;
}

.align-right {
    align-items: end !important;
}

/* 이미지 팝업 */
.popup {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
}

.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    cursor: pointer;
}
  
.close-popup > svg {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.80);
    padding: 6.4px 6.4px 5.6px 5.6px;
}
  
.close-popup>svg:hover {
    background: #000;
    transition: 0.3s;
}

.popup-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    position: relative;
}

.popup-wrap .popup-img {
    height: 100%;
}

/* 더보기 */
.more-btn {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2px;
    border-radius: 4px;
    background: #F8E08E;
    box-sizing: border-box;
    padding: 4px 4px 4px 11.5px;
}

.more-btn>span{
    color: #1B1C80;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.more-btn:hover {
    background: #F4D159;
}

/* 키워드 */
.keyword-div {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}

.keyword {
    border-radius: 4px;
    border: 1px solid #F8E08E;
    background: #FFF;
    display: flex;
    box-sizing: border-box;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    color: #505050;
    font-weight: 500;
    line-height: 150%;
}

/* 상담 신청(상세 페이지) */
.contact-btn {
    background: #1B1C80;
    max-width: 375px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    cursor: pointer;
}

.contact-btn:hover {
    background: #171855;
}

/* 비슷한 컨텐츠 */
.recommend-container {
    display: flex;
    box-sizing: border-box;
    padding: 60px 100px 120px 68px;
    flex-direction: column;
    gap: 40px;
    border-top: 10px solid #F5F5F5;
    background: #FFF;
}

.recommend-tit {
    font-size: 32px;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.8px;
}

.recommend-swiper {
    width: 100%;
    position: relative;
}

.recommend-nav {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recommend-nav-btn {
    cursor: pointer;
    z-index: 10;
}

.recommend-nav-btn:hover svg path{
    stroke: #06038D;
}

.recommend-no-data {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 이미지 X */
.no-img {
    width: 100%;
    position: absolute;
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* hidden(tab) */
.contain-none {
    display: none !important;
}

.contain-active {
    display: flex !important;
}

/* 공유 모달 */
.share-modal {
    width: 520px;
    position: fixed;
    box-sizing: border-box;
    padding: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100005;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
}

.share-close {
    position: absolute;
    right: 24px;
    top: 12px;
    cursor: pointer;
}

.share-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.share-sns-div {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.share-sns-div>img {
    cursor: pointer;
}

.copy {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    display: flex;
    gap: 20px;
    align-items: center;
    white-space: nowrap;
}

.url {
    height: 100%;
    width: calc(100% - 84px);
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    align-items: center;
    white-space: normal;
    color: #999 !important;
    display: -webkit-box;          
    overflow: hidden;              
    text-overflow: ellipsis;       
    -webkit-line-clamp: 1;        
    -webkit-box-orient: vertical;
}

.copy-btn {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 8px;
    background: #1B1C80;
    display: flex;
    padding: 8px 10px 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.copy-btn>svg {
    vertical-align: sub;
}

.copy-btn:hover {
    background: #171855;
}


/* 팝업  */
.image-popup {
    max-width: 1024px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    gap: 12px;
    max-height: 100vh;
}

.close-img-popup {
    cursor: pointer;
    position: absolute;
    top: 20%;
    right: -60px;
    z-index: 10;
}

.popup-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    position: relative;
}

.popup-swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.popup-swiper-container .swiper-wrapper {
    align-items: center !important;
}

.popup-swiper-container img {
    width: 100%;
    border-radius: 8px;
    /* height: 500px; */
    object-fit: cover;
}

.popup-nav-wrap {
    position: absolute;
    width: 110%;
    left: -5%;
    top: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-button-back, .popup-button-forward {
    cursor: pointer;
    z-index: 10;
}

.popup-swiper-pagination {
    text-align: center;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
    color: #FFF; 
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.popup-swiper-pagination .current {
    font-weight: 600 !important;
}

.modal-bg {
    background: rgba(0, 0, 0, 0.50);
}


/* 상세 화면 */
.detail-top-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-btn, .share-btn {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100px;
}

.back-btn:hover, .share-btn:hover {
    background: #1B1C80;
}

.back-btn:hover svg path, .share-btn:hover svg path{
    fill: #FFF;
    fill-opacity: 1;
}

/* review-container */
.review-box {
    width: 345px;
    height: 194px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
  
.review-content {
    color: #505050 !important;
    font-size: 18px;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; /* 넘치는 내용 숨기기 */
    text-overflow: ellipsis; /* 말줄임표 표시 */
}

.review-content>img {
    display: none;
}

.review-content div, .review-content p, .review-content span {
    color: #505050 !important;
    font-size: 18px !important;
    line-height: 150% !important; /* 27px */
    letter-spacing: -0.45px !important;
    margin: 0 !important;
    background: unset !important;
}

.review-name {
    color: #767676;
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}

/* 슬라이드 버튼 */

.common-nav {
    display: flex;
    align-items: center;
    justify-content: end;
}
  
.nav-btn {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
  
.nav-btn:hover {
    background: #1B1C80;
}
  
.nav-btn:hover>svg path {
    fill: #FFF;
    fill-opacity: 1;
}


/* 페이지네이션 */

.pagination {
    display: flex;
}

.pagination a {
    text-decoration: none;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    color: #999;
    transition: background-color 0.3s;
    font-size: 14px;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.35px;
}

.pagination .active {
    background-color: #1B1C80;
    color: #FFF;
}

.pagination-back {
    margin-right: 20px;
}

.pagination-next {
    margin-left: 20px;
} 

.section-tit-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-tit-div>.p48 {
    line-height: 130%;
}

.section-tit-div h1, .section-tit-div h2 {
    font-weight: unset;
}


/* 부제 */
.montserrat {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.9px;
    padding-bottom: 20px;
}

.ib {
    display: inline-block !important;
}


/* 상담신청 */
.item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.label span {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: -0.3px;
}

.item .label {
    color: #111;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 150% !important; /* 24px */
    letter-spacing: -0.4px !important;
    box-sizing: border-box;
    padding-left: 8px;
}

.item>p {
    color: #999;
    font-size: 12px;
    line-height: 150%; /* 18px */
    letter-spacing: -0.3px;
    margin-top: -6px;
    box-sizing: border-box;
    padding: 4px 12px;
    word-break: keep-all;
}

.radio-wrap {
    box-sizing: border-box;
    padding-left: 8px;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.radio-wrap>label {
    display: flex;
    align-items: center;
    gap: 6px;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 1px solid #999;
}

input[type="radio"]:checked {
    border-color: #1B1C80;
    background-color: #1B1C80;
}

input[type="text"], input[type="date"], textarea {
    width: 100%;
    border-radius: 4px;
    border: 0.5px solid #EEE;
    background: #F5F5F5;
    height: 48px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    font-weight: 400;
    letter-spacing: -0.4px;
}

input[type="text"]:focus {
    border: 1px solid #06038D;
    transition: 0.1s;
} 

input[type="date"] {
    color: #999;
    font-size: 14px;
    line-height: 150%; /* 21px */
    letter-spacing: -0.35px;
    -webkit-appearance: none; /* iOS 기본 스타일 제거 */
    -moz-appearance: none; /* Firefox 기본 스타일 제거 */
    appearance: none; /* 기타 브라우저 기본 스타일 제거 */
}

input[type="date"].filled {
    color: #111; 
    font-size: 16px; 
    letter-spacing: -0.4px;
}

input[type="text"]::placeholder, input[type="date"]::placeholder, textarea::placeholder {
    color: #999;
    font-size: 14px;
    line-height: 150%; /* 21px */
    font-weight: 300;
    letter-spacing: -0.35px;
}

#error-message {
    display: none;
    box-sizing: border-box;
    padding: 4px 12px;
    color: #E52030;
    font-size: 12px;
    line-height: 150%; /* 18px */
    letter-spacing: -0.3px;
    margin-top: -6px;
}

.custom-date-input {
    position: relative;
}

.custom-date-input::placeholder {
    color: #999 !important; 
}

.custom-date-input::-webkit-calendar-picker-indicator {
    display: none; /* 기본 아이콘 숨기기 */
}

/* 아이콘 버튼 스타일 */
.date-container {
    position: relative;
}

.date-icon, .date-icon2, .date-icon3, .date-icon4 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.flex-input {
    display: flex;
    gap: 8px;
}

#search {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: -0.3px;
    border-radius: 8px;
    background: #1B1C80;
    display: flex;
    box-sizing: border-box;
    padding: 8px 20px;
    height: auto;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

#search:hover {
    background: #171855;
}

.contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
}

textarea {
    height: 120px;
    resize: none;
}

.option-wrap {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
}

.o-tab {
    border-radius: 8px;
    border: 0.5px solid #1B1C80;
    background: #FFF;
    display: flex;
    box-sizing: border-box;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%; /* 18px */
    letter-spacing: -0.3px;
    cursor: pointer;
}

.o-tab.click:hover {
    background: #1B1C80;
}

.o-tab:hover {
    background: rgba(27, 28, 128, 0.10);
}

.click {
    background: #1B1C80;
    color: #FFF;
}

.basic:hover, .basic.click:hover {
    background: rgba(248, 224, 142, 0.30);
    border: 1px solid rgba(248, 224, 142, 0.30);
    color: #111;
}

.basic.click {
    background: rgba(248, 224, 142, 0.50);
    border: 1px solid rgba(248, 224, 142, 0.50);
    color: #111;
}

.premium:hover, .premium.click:hover {
    background: rgba(255, 170, 159, 0.30);
    border: 1px solid rgba(255, 170, 159, 0.30);
    color: #111;
}

.premium.click {
    background: rgba(255, 170, 159, 0.50);
    border: 1px solid rgba(255, 170, 159, 0.50);
    color: #111;
}

.remodeling:hover, .remodeling.click:hover {
    background: rgba(214, 210, 196, 0.30);
    border: 1px solid rgba(214, 210, 196, 0.30);
    color: #111;
}

.remodeling.click {
    background: rgba(214, 210, 196, 0.50);
    border: 1px solid rgba(214, 210, 196, 0.50);
    color: #111;
}

.form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agree-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}

.square-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #1B1C80;
    border-radius: 2px;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFF;
}
  
.square-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}
  
.square-checkbox:checked {
    background-image: url("../img/check.png");
    background-size: 10px !important;
    background-position: center center !important;
    background-color: #1B1C80;
    background-repeat: no-repeat;
    border: none;
}

.agree {
    color: #505050;
    font-size: 12.003px !important;
    line-height: 160% !important; /* 19.205px */
}

.c-btn {
    width: 100%;
    border-radius: 4px;
    border: 0.5px solid #EEE;
    background: #1B1C80;
    display: flex;
    height: 48px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    line-height: 150%; /* 21px */
}

.c-btn:hover {
    background: #171855;
}

.file-name-display {
    flex: 1;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
    outline: none;
    cursor: default;
}

.file-input {
    display: none; /* 숨기기 */
}

.upload-btn {
    height: auto;
    padding: 8px 20px;
    background-color: #1b1c80;
    color: #FFF !important;
    font-family: Pretendard;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 150% !important; /* 18px */
    letter-spacing: -0.3px !important;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.upload-btn:hover {
    background-color: #142066;
}

.upload-btn:active {
    background-color: #0e1450;
}

@media(max-width: 1350px) {
    .recommend-container {
        padding: 60px 60px 68px;
    }
}

@media(max-width: 1200px) {
    .padding {
        padding-left: 40px;
        padding-right: 40px;
    }
    .popup-wrap .popup-img {
        width: 70%;
        height: auto;
    }
    .section-tit-div>.p48 {
        font-size: 40px;
    }
}

@media(max-width: 1100px) {
    .close-img-popup {
        right: 0;
    }
    .popup-nav-wrap {
        width: 100%;
        left: 0;
    }
}

@media(max-width: 1024px) {
    .recommend-container {
        padding: 40px 60px 48px;
    }
    .recommend-nav {
        width: 106%;
        left: -3%;
    }
    .keyword {
        padding: 4px 12px !important;
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .section-tit-div>.p20 {
        font-size: 20px !important;
        line-height: 28px !important; /* 150% */
        letter-spacing: -0.5px !important;
    }
}

@media(max-width: 900px) {
    .p48 {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .p40 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .common-nav {
        box-sizing: border-box;
        padding-right: 20px;
    }
    .recommend-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .close-img-container {
        width: 40px;
        height: 40px;
    }
    .montserrat {
        font-size: 28px !important;
        letter-spacing: -0.7px !important;
    }
    .p24 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .close-img-popup {
        top: 24%;
    }
}

@media(max-width: 768px) {
    .recommend-container {
        padding: 40px 40px 48px;
    }
    .close-img-popup {
        top: 25%;
    }
}

@media(max-width: 600px) {
    .padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-tit-div {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .section-tit-div>.p48 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -0.9px;
    }
    .section-tit-div>.p20 {
        font-size: 18px !important;
        line-height: 26px !important; /* 150% */
        letter-spacing: -0.45px !important;
    }
    .section-tit-div .p18 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
    .recommend-container {
        padding: 40px 20px 28px;
        gap: 20px;
    }
    .recommend-nav {
        width: 112%;
        left: -6%;
    }
    .p48 {
        font-size: 36px;
        letter-spacing: -0.9px;
    }
    .p40 {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .recommend-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .close-img-container {
        width: 30px;
        height: 30px;
    }
    .share-modal {
        width: 480px;
    }
    .contact-btn {
        height: 60px;
        gap: 4px;
    }
    .back-btn, .share-btn {
        width: 40px;
        height: 40px;
    }
    .back-btn svg, .share-btn svg {
        width: 28px;
        height: 28px;
    }
    .montserrat, .montserrat>span {
        font-size: 20px !important;
        letter-spacing: -0.5px !important;
        padding: 0 !important;
    }
    .close-img-popup {
        right: 5%;
    }
}

@media(max-width: 480px) {
    .popup-wrap .popup-img {
        width: 100%;
    }
    .share-modal {
        width: 380px;
    }
    .more-btn>span {
        font-size: 14px;
        line-height: 20px; 
        letter-spacing: -0.35px;
    }
    .section-tit-div>.p48 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .section-tit-div>.p20 {
        font-size: 16px !important;
        line-height: 24px !important; /* 150% */
        letter-spacing: -0.4px !important;
    }
    .section-tit-div .p18 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.35px;
    }
    .p48 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .p40 {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .recommend-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .p24 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .p20 {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .contact-btn>svg {
        width: 20px;
        height: 20px;
    }
    .contact-btn>span {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}