.phone-item-border {
    background: #f9fbfd;
    border: 2px solid #e9eff5;
    border-bottom-color: rgb(233, 239, 245);;
    box-sizing: border-box;
    text-decoration: none;}

.phone-item {
    padding: 30px !important;
    text-align: center;

    border-bottom-style: solid;
    border-bottom-width: 11px;
    border-bottom-color: #ef2b53;}

.phone-item:hover {
    border-color: #3a75c4;
}

.phone-body {
    line-height: 1.1rem;
    display: block;
    margin-bottom: 5px;}

.swiper-pagination {
    position:relative !important;
    bottom: 0 !important;
    margin: 20px 0;}

.swp-controls {
    display: flex;
    width: 100%;
    justify-content: center;}

.swp-next, .swp-prev {
    border: none;
    background: transparent;}

