.sec2 {
    padding: 250px 0 100px 0;
}
.sec2-info-services {
    margin-top: 34px;
}
.sec2-info-services p {
    display: flex;
    align-items: center;
}
.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;
	cursor:pointer;
}
.sec2-main {
    padding-top: 50px;
}
.sec2-main .blue-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    color: #3A80F3;
}
.sec2-main p, .sec2-main li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.sec2-main {
 margin-top: 60px;
}
.sec2-main ul {
    list-style: none;
}

.sec2-main ul li::before {
    content: "\2022";
    color: #2a44ad;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.bold {
    font-weight: bold;
    font-style: italic;
}
.sec1-buttons {
    display: flex;
    align-items: center;
}
.sec1-buttons button {
    margin-right: 44px;
    padding: 19px 50px;
}
@media only screen and (max-width: 1200px) {
    .ser-text {
        line-height: 40px;
    }
}