.heading {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 45px;
    line-height: 72px;
    color: #020226;
}
.subheading {
    font-family: Poppins-Regular, sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #66667C;
    margin-top: 30px;
    margin-bottom: 40px;
}
.links-container {
    margin-bottom: 547px;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.links-container img {
    margin-right: 24px;
    max-width: 32px;
}
.links-container a {
    text-decoration: none;
    font-family: Poppins-Medium, sans-serif;
    font-size: 22px;
    color: #020226;
    transition: all 0.3s;
    border-radius: 10px;
    background-color: #FFFFFF;
    min-height: 60px;
    display: inline-flex;
    max-width: 320px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 29.41px;
    margin-right: 30px;
}
.links-container a .hover {
    display: none;
}
.links-container a:hover, .links-container a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #053184;
}
.links-container a:hover .hover, .links-container a:focus .hover {
    display: inline-block;
}
.links-container a:hover .stateless, .links-container a:focus .stateless {
    display: none;
}
.main:before {
    background-repeat: no-repeat;
    background-size: contain;    
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
 }
 .main:before {
    bottom: 0;
    right: 0;
    background-position: right bottom;
 }
 .main {
    position: relative;
    padding-top: 208px;
    padding-bottom: 547px;
 }
@media only screen and (max-width: 1023px) {
    .main {
        padding-bottom: 0;
    }
    .heading {
        font-size: 34px;
        line-height: 47px;
    }
    .subheading {
        font-size: 18px;
        line-height: 33px;
    }
    .links-container {
        flex-direction: column;
        margin-bottom: 120px;
    }
    .links-container a {
        font-size: 20px;
        line-height: 26px;
        padding: 16px;
        width: 100%;
        margin-bottom: 32px;
        min-height: 60px;
    }
    .links-container a img {
        max-width: 32px;
    }
    .main:before {
        width: 78%;
    }
    .main {
        padding-top: 130px;
       }
       a.btn-link.btn-selection {
        margin-right: 0;
    }
}