.big-cat{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    margin: 40px 20px;
    background: #ECECEC;
    border-radius: 20px;
    /* height: 95vw; */
    /* overflow-y: scroll; */
    -webkit-box-shadow: inset 0 -2px 8px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: inset 0 -2px 8px 0 rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 -2px 8px 0 rgba(0, 0, 0, 0.22);
    padding: 40px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.orginal-conrainer{
    background-color: var(--primary);
    width: 98%;
    margin: 30px auto;
    border-radius: 20px;
    padding: 75px 70px;
}
.text-pr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    gap: 30px;
}
.text{
    color: var(--white);
    font-size: var(--space-6);
    width: 80%;
    text-align: justify;
}


.phone-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 30px;
    margin-right: 20px;
    width: 100%;
}
.moshaverh-poshtibani{
    color: var(--primary);
    font-size: var(--space-10);
    font-weight: bold;
}
.phone {
    background:var(--primary);
    color: white;
    padding: 12px 20px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    margin-left: -10px;
    width:25%;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.phone-link a{
    text-decoration: none;
}
.phone-link{
    color: var(--white);
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    white-space: nowrap; 
    display: -webkit-inline-box; 
    display: -ms-inline-flexbox; 
    display: -moz-inline-box;
    display: inline-flex; 
    text-overflow: ellipsis; 
}
.phone img{
    width: 25px;
    height: 25px;
    fill: white;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.bg-phone{
    background-color: #ffffff25;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 2.5vw; 
    height: 2.5vw;
    min-width: 45px;
    min-height: 45px;
    margin-left: -15px;
}

@media (max-width: 768px) {
    .big-cat{
        padding: 15px;
        margin: 15px auto;
        border-radius: 10px;
        width: 94%;
    }
    .moshaverh-poshtibani{
        font-size: 26px;
        margin: 40px 0;
    }
    .text-pr{
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .orginal-conrainer{
        padding: 25px 20px;
        width: 100%;
        margin: 20px auto;
    }
    .text{
        color: var(--white);
        font-size: var(--space-5);
        width: 90%;
        text-align: center;
    }
    .icon img{
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .phone-boxes{
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0;
        gap: 20px;
        margin-top: 20px;
    }
    .phone{
        width: 100%;
        padding: 12px 0;
        margin: 0;
    }
    .bg-phone{
        margin: 0px;
        margin-left: 10px;
    }
}