.contacts {
    padding: 250px 0 50px 0;
}

.partners {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #1A2B4B;
    margin-top: 10px;
    margin-bottom: 50px;
}

.contacts img {
    max-width: 231px;
    max-height: 149px;
    margin: auto;
    display:block;
}

.contact-info {
    background: linear-gradient(117.78deg, #1A2B4B 42.86%, #416AF1 91.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.phone {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
}

.card {
    height: 180px;
}
@media only screen and (max-width: 768px) {
    .partners {
        margin-top: 50px;
        font-size: 25px;
    }
}

.email {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
}


.ser-num {
    border: 1px dashed #4364F0;
    border-radius: 6px;
    padding: 5px 10px;
    margin-right: 30px;

    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.fill-num {
    padding: 5px 10px;
    margin-right: 30px;

    color: white;
    background: linear-gradient(143.58deg, #3199F7 -0.47%, #4858EF 110.1%);
    box-shadow: 0px 14px 14px rgba(64, 111, 241, 0.25);
    border-radius: 6px;
}
.ser-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 57px;
}

