.tab-profile-size {
    padding: 10px 0;
    width: 33.333%!important;
}

.per-minute {
    display: flex;
    justify-content: center;
}

.per-minute h2:nth-child(1) {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.856)!important;
}

.per-minute h2:nth-child(2) {
    font-size: 18px!important;
    margin-left: 10px;
}

.readers-wrapper {
    display: flex;
    justify-content: space-between;
}

.readers-wrapper .readers-description {
    position: relative!important;
    left: 0!important;
    top: 0!important;
}

.readers-wrapper h2 {
    font-size: 27px!important;
}

.readers-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.readers-image-wrapper .readers-status {
    position: relative!important;
    left: 20px!important;
    top: 0!important;
}

.sp-text {
    margin-bottom: 80px;
}

.custom-button {
    padding: 12px!important;
}

@media screen and (max-width: 900px) and (min-width: 542px) {
    .tab-profile-size {
        width: 50%!important;
    }
    .ml-0 {
        margin-left: 0!important;
    }
    .readers-wrapper h2 {
        font-size: 20px!important;
    }
}

@media screen and (max-width: 541px) and (min-width: 424px) {
    .tab-profile-size {
        width: 100%!important;
        padding: 10px 50px!important;
    }
    .readers-wrapper h2 {
        font-size: 18px!important;
    }
}

@media screen and (max-width: 423px) {
    .tab-profile-size {
        width: 100%!important;
        padding: 10px 0!important;
    }
    .sp-text {
        font-size: 14px;
    }
    .readers-image-wrapper .readers-status {
        position: relative!important;
        left: 5px!important;
        top: 0!important;
    }
    .readers-wrapper h2 {
        font-size: 16px!important;
    }
    .sp-main-button {
        padding: 10px!important;
        font-size: 14px!important;
    }
}