.border-red {
    border: 4px solid #e70013 !important;
    border-radius: 10px;
    box-shadow: 5px 10px #BEBEBE;
}

.border-green {
    border: 4px solid #757575 !important;
    border-radius: 10px;
    box-shadow: 5px 10px #BEBEBE;
}

.title-card {
    font-size: 2rem !important;
}

.number {
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 2.2rem;
    position: absolute;
    top: -26px !important;
    left: -19px !important;
}

.number-green {
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 2.2rem;
    background-color: #757575;
}

.triangle {
    width: 10%;
}

.green {
    background-color: #757575;
    top: 0;
    right: 0;
    left: 0;
}

.kobac-green {
    border: 2px solid #757575;
    font-size: 1.8rem;
    box-shadow: 2px 2px 0px 3px #757575;
    border-radius: 26px;
    padding: 5px;
}

.bg-kutip {
    background-color: #FFD5D5;
}

.col-7 p {
    font-size: 1.1rem !important;
}

.text-bottom {
    font-size: 1.1rem !important;
}

.sub-green {
    color: #757575;
}

.title-card {
    font-size: 2rem !important;
}

.fs-point {
    font-size: 2rem;
}

.half-bg {
    background: linear-gradient(to bottom, white 60%, #FFD5D5 0%);
}

.santa-car {
    position: absolute;
    z-index: 3;
    margin-top: -7%;
    left: 3%;
    width: 23%;
}

.title-content {
    font-size: 2rem !important;
    background-color: #757575;
    display: inline-block;
}

.point-3-content {
    margin-top: 70px;
}

.point-3-title {
    position: absolute;
    top: -70px;
    width: 100%;
}

.point-3-title img {
    margin-bottom: -5px;
    width: 10%;
}

@media (max-width: 320px) {
    .fs-point {
        font-size: 0.6rem !important;
    }
}

@media (max-width: 375px) {
    .fs-point {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 575.98px) {
    .fs-point {
        font-size: 1rem;
    }

    .number {
        width: 35px;
        height: 35px;
        font-size: 1.4rem;
    }

    .number-green {
        width: 35px;
        height: 35px;
        font-size: 1.4rem;
    }

    .title-content {
        font-size: 1rem !important;
    }

    .point-3-content {
        margin-top: 44px;
    }

    .point-3-title {
        position: absolute;
        top: -46px;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .fs-point {
        font-size: 1.4rem;
    }

    .title-content {
        font-size: 1.2rem !important;
    }

    .point-3-content {
        margin-top: 45px;
    }

    .point-3-title {
        position: absolute;
        top: -50px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .fs-point {
        font-size: 1.5rem;
    }

    .title-content {
        font-size: 1.3rem !important;
    }

    .point-3-content {
        margin-top: 45px;
    }

    .point-3-title {
        position: absolute;
        top: -50px;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .fs-point {
        font-size: 1.6rem;
    }

    .title-content {
        font-size: 1.4rem !important;
    }

    .point-3-content {
        margin-top: 45px;
    }

    .point-3-title {
        position: absolute;
        top: -50px;
        width: 100%;
    }
}

@media (min-width: 1199px) and (max-width: 1399.98px) {
    .fs-point {
        font-size: 1.8rem;
    }

    .fs-point {
        font-size: 1.6rem;
    }

    .title-content {
        font-size: 1.4rem !important;
    }

    .point-3-content {
        margin-top: 52px;
    }

    .point-3-title {
        position: absolute;
        top: -53px;
        width: 100%;
    }
}

@media (min-width:320px) {

    .title-red {
        font-size: 0.6rem !important;
    }

    .col-7 p {
        font-size: 0.8rem !important;
    }

    .text-bottom {
        font-size: 0.8rem !important;

    }

    .title-card {
        font-size: 0.8rem !important;
    }
}

@media (min-width:641px) {
    .title-red {
        font-size: 1.5rem !important;
    }

    .col-7 p {
        font-size: 1.1rem !important;
    }

    .text-bottom {
        font-size: 1.1rem !important;
    }

    .title-card {
        font-size: 2rem !important;
    }

    .sub-green {
        font-size: 1.7rem !important;
    }
}

@media (min-width:961px) {
    .col-7 p {
        font-size: 1.1rem !important;
    }

    .text-bottom {
        font-size: 1.1rem !important;
    }

    .title-card {
        font-size: 2rem !important;
    }
}

@media (min-width:1025px) {
    .title-card {
        font-size: 2rem !important;
    }

    .col-7 p {
        font-size: 1.1rem !important;
    }

    .text-bottom {
        font-size: 1.1rem !important;
    }

}

@media (min-width:1281px) {
    .title-red {
        font-size: 2rem !important;
    }

    .sub-green {
        font-size: 2rem !important;
    }
}