.dirt-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://i.imgur.com/1FOENS7.png');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.coal-ore-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://magmanode.com/images/coal_ore.webp');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.iron-ore-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://magmanode.com/images/iron_ore.webp');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.redstone-ore-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://magmanode.com/images/redstone_ore.webp');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.emerald-ore-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://magmanode.com/images/emerald_ore.webp');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.lapis-lazuli-ore-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://magmanode.com/images/lapis_lazuli_ore.webp');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.obsidian-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://magmanode.com/images/obsidian.webp');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.diamond-ore-block {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-image: url('https://magmanode.com/images/diamond_ore.webp');
    background-size: cover;
    z-index: 1;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}


.card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-request {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .form-request {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .form-request {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .entry {
        height: 640px !important;
    }
}

@media (max-width: 767px) {
    .entry {
        height: 340px !important;
    }
}

@media screen and (min-width: 768px) {
    .text-p {
        padding: 130px 15px 245px 15px !important;
    }
}

@media screen and (min-width: 768px) {
    .width-pc {
        width:330px !important;
    }
}

@media (max-width: 767px) {
    .box-margin {
        margin: 50px 20px 20px !important;
    }
}

.special-gray {
    color:#29293a !important;
}

.box-p {
    font-family: 'Montserrat' !important;
    padding:0px 35px !important;
    box-shadow: 0px 5px 10px gray !important;
}

.description-text {
    font-weight:700 !important;
    color:#737373 !important;
}

.price-text {
    color:#33384E !important;
    font-family: 'Montserrat' !important;
    font-weight:700 !important;
}

.block-p {
    text-transform: none !important;
    font-size:26px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat' !important;
    margin-top:-15px !important;
}

.ram-text {
    color:#252B42 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-size:26px !important;
    font-family: 'Montserrat' !important;
}

.order-text {
    font-family: 'Montserrat' !important;
    font-weight: 700;
    padding: 10px 40px !important;
    border-radius: 5px !important;
}

.border-grey {
    border-color:grey !important;
}

.white-bg {
    background-color: #f1f1f1 !important;
}

.special-border {
    border: 2px solid #ED1C94 !important;
    box-shadow: 0px 5px 10px rgba(237, 28, 148, 0.5) !important;
}

.cover {
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://magmanode.com/images/minecraft.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

.coverb {
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://magmanode.com/images/minecraft2.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

.plan-features-text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
  }