.assinaturas-box {
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
    height:756px;
    /* background-color: aquamarine; */
}

/* .assinaturas-box a {
    display: inline-block;
    width:50%;
} */

.assinatura {
    display:flex;
    flex-direction: column;
    align-items: center;
    width:317.19px;
    padding:10px;
    background-color:white;
    border-radius:10px;
}

.assinaturas-box img {
    width:100%;
}

.assinatura-title {
    /* color:white; */
    font-size:25px;
}

@media screen and (max-width:1366px) {
    .assinaturas-container {
        margin-bottom:50px;
    }
    .assinaturas-box {
        display:flex;
        justify-content: space-evenly;
        align-items: center;
        width:100%;
        height:685px;
        /* background-color: aquamarine; */
    }
}

@media screen and (max-width:460px) {
    .assinaturas-box {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 1550px;
        margin-bottom: 54px;
    }
}

@media screen and (max-width:320px) {
    .assinaturas-box {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 1684px;
        margin-bottom: 54px;
    }

    .content-div {
        height:1684px !important;
    }
}