.title-header {
    background-color: #ffffff;
    height: 3.57rem;
    align-items: center;
    font-size: 1rem;
    color: #525252;
    line-height: 3.57rem;
    margin-top: 1rem;
}

.title-header > span {
    margin-left: 1rem;
}

.telegram , .potato {
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}

.t-img, .p-img {
    width: 3.58rem;
    height: 3.58rem;
    margin-right: 0.7rem;
}

.section-contact {
    margin-top: 1rem;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.tel-l , .tel-r {
    display: flex;
    align-items: center;
}

.section-l , .section-r {
    padding: 1rem;
}

.btn-go {
    color: #ffffff !important;
    background-color: #ec4899;
    width: 5.42rem;
    height: 2.14rem;
    line-height: 2.14rem;
    text-align: center;
    border-radius: 0.85rem;
}

.t-h {
    font-size: 1rem;
    color: #525252;
}
.t-d {
    font-size: 0.85rem;
    color: #a3a3a3;
}

/* desktop */
@media (min-width: 960px) {
    .g-title {
        height: 3.56rem;
    }
    .section-contact {
        margin-top: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .bd-l {
        width: 0.0625rem;
        border: solid 0.031rem rgba(8, 8, 8, 0.1);

    }
    .section-l , .section-r {
        display: flex;
        justify-content: space-between;
        padding: 1rem 1rem 1rem 1rem;
        border-right: 0.1rem solid #08080819;
    }
    .section-l:nth-child(2n) , .section-r:nth-child(2n) {
        border-right: 0;
    }
    .telegram , .potato {
        justify-content: space-between;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .t-img, .p-img  {
        width: 3.125rem;
        height: 3.125rem;
        margin-right: 0.7rem;
    }

    .tel-l , .tel-r {
        display: flex;
    }

    .t-h {
        font-size: 0.875rem;
    }
    .t-d {
        font-size: 0.75rem;
    }
    .btn-go {
        width: 4.75rem;
        height: 1.875rem;
        line-height: 1.875rem;
        text-align: center;
        border-radius: 1.125rem;
    }
}