.conent {
    color: black !important;
}

.main-content{
    color: black;
    display: flex;
    flex-direction: column;
    max-width: 1170px !important;
    margin: 40px auto;
}

.main-content h3 {
    font-size: 700;
    color: #2a3d8b;
    text-align: center;
}

.main-content a {
    text-decoration: none;
}

.links {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.links .link-element .download-file {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.links .link-element {
    width: 40%;
    height: 130px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
    flex-direction: column;
}

.links .link-element h3 {
    word-wrap: normal;
    height: 40%;
}

.main-content li {
    font-weight: 200;
    margin: 10px 0;
}


.icons-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.icon {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.icon img {
    width: 50px;
    height: 50px;
}
.text {
    display: flex;
    margin-left: 30px;
    flex-direction: column;
}

.title {
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
}

p {
    color: #616161;
}

@media only screen and (max-width: 900px) {
    .main-content {
        padding: 0 32px;
    }

    .links {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .links .link-element {
        width: 80%;
    }

    .plan-card {
        width: 90%;
    }

    .plan-main-container {
        flex-direction: column;
        gap: 20px;
    }

    .text {
        margin-left: 10px;
    }

    .icons-section {
        flex-direction: column;
    }

    .icon {
        margin-bottom: 10px;
    }
}
