.main .content a:link {
    color: #2D71A4;
  }
  
.main {
    position: relative;
}

.main .blur {
    background-image: url("../images/blur.svg");
    width: 650px;
    height: 650px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.main .content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.main .content h1 {
    margin-bottom: 50px;
}

.main .content .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main .content .container:not(:last-child) {
    margin-bottom: 60px;
}

.main .content .container h2 {
    margin-bottom: 20px;
}

.main .content .container .table {
    display: flex;
    margin-top: 40px;
}

.main .content .container .table .column:not(:first-child) {
    padding-left: 30px;
}

.main .content .container .table .column:not(:last-child) {
    border-right: 1px solid #7CBDEE;
}

.main .content .container .table .column h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}

.main .content .container .table .column p span {
    font-weight: 600;
}


.main .content .container span {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.main .content .container a {
    /*display: block;
    border: 1px solid #2D71A4;
    box-shadow: 0px 10px 40px -20px rgba(69, 143, 255, 0.45);
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2D71A4;
    padding: 15px 20px;

    margin: 40px 0;*/
}

.main .content .container ul {
    margin-bottom: 40px;
}

.main .content .container ul h3 {
    color: #2D71A4;
    margin-bottom: 20px;
}

.main .content .container ul li {
    color: #2D71A4;
    list-style-type: disc;
    margin-bottom: 10px;
}

.main .content .container ul li span {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 1200px) {
    .main .content .container .table {
        flex-direction: column;
    }

    .main .content .container .table .column {
        padding: 30px 0;
    }

    .main .content .container .table .column:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #7CBDEE;
    }

    .main .content .container .table .column:not(:first-child) {
        padding-left: 0;
    }
}

@media (max-width: 900px) {

}

.primaryButton {
    background: #C0101D;
    box-shadow: 0px 10px 40px -20px rgb(192 16 29 / 25%);
    border-radius: 25px;
    color: #FFFFFF;
    margin-right: 0;
    width: 200px;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.center{
    width: 100%;
    text-align: center;
    margin: 10px;
}