.sec2 {
    padding-top: 250px;
}
.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;
}
.ser-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 57px;
}
.sec2-main {
    display: flex;
    justify-content: right;
    flex-direction: column;
}
.sec-btn {
    color: #4463F0;
    padding: 9px 15px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;

    background: #FFFFFF;
    border: 1px solid rgba(67, 102, 240, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(72, 88, 239, 0.08);
    border-radius: 6px;
}
.sec2-main li {
    margin-bottom: 10px;
}
.sec2-main .pl-3 {
    padding-left: 20px;
}
.sec2-buttons {
    margin: 100px 0;
}

.sec-main .blue-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    color: #3A80F3;
}
.sec-main p, .sec-main li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.sec-main {
    display: flex;
    flex-direction: column;
    justify-content: right;
    margin-top: 60px;
}
.sec-main ul {
    list-style: none;
}

.sec-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;
}
.sec1-buttons {
    margin-top: 25em;
    display: flex;
    align-items: center;
}
.sec1-buttons button {
    margin-right: 44px;
    padding: 19px 50px;
}
.filled-btn {
    color: white;
    background: #1A2A4B;
    box-shadow: 0px 4px 24px rgba(72, 88, 239, 0.08);
    border-radius: 6px;
    padding: 9px 15px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgba(67, 102, 240, 0.5);
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .sec1-buttons {
        margin-top: 20px;
    }
}
