.py-3 {
    max-width: 60%;
    margin: auto;
    font-size: 17px;
}

h2 {
    position: relative;
    background: linear-gradient(transparent 70%, #F4EDD3 0%);
    width: 60%;
    margin: 30px auto;
    text-align: center;
}

h2:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
}
.security {
    font-size: 25px;
}
.candlesticks {
    max-width: 60%;
    margin: 30px auto;
    padding-top: 50px;
}

.candlesticks-forcus {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
}

.primary-factor {
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0px 20px;
}

img {
    max-width: 800px;
}

.candlesticks-forcus-step {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

@media screen and (max-width: 600px) {
    h2 {
        width: 90%;
    }

    .candlesticks {
        padding-top: 30px;
        max-width: 90%;
    }

    img {
        max-width: 100%;
    }

    .candlesticks-forcus {
        font-size: 20px;
    }
}