.boxes .row.mb-4{
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}
.boxes .row.mb-4 img, .boxes .row.mb-4 iframe{
    box-shadow: 0 0 10px #00000030;
    border-radius: 3px;
    width: 100%;
}
.boxes .row.mb-4 img{
    margin-top: 30px;
}
.boxes .row.mb-4 h3{
    font-weight: bold;
}
.boxes .row.mb-4 p{
    text-align: justify;
}
.weeks-list .checklist li{
    color: dimgrey !important;
    text-align: justify;
    margin-bottom: 10px;
}
.weeks-list ul{
    list-style: square;
}
.weeks-list ul li::marker{
    font-size: 26px;
    color: black;
}
.steps-list{
    border-radius: 12px;
    box-shadow: 0 0 10px #00000020;
    padding: 20px;
}
.steps-list li img{
    border-radius: 6px;
    width: 50%;
}
.steps-list>ol>li{
    margin-bottom: 20px;
}

.release-c-list{
    box-shadow: 0 0 10px #00000020;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.note{
    text-align: center;
    padding: 10px;
    color: #d74d4d;
    font-weight: bold;
}

.shadow-txt{
    text-shadow: 3px 2px 21px #00000090;
}
.apply-button{
    /*height: 45px;*/
    /* width: 200px; */
    border: 2px solid black;
    border-radius: 0;
    background: white;
    color: black;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 50px;
}
.bg-black{
    background: #000F12;
}
.o2{
    line-height: 32px;
}
.o2-h{
    line-height: 58px;
}
.boost{
    width: 250px;
    height: 250px;
}
.steps{
    margin-top: 100px !important;
}
.steps>.row>.col-12{
    min-height: 300px;
}
.accordion-item{
    margin-bottom: 30px;
    border: 1px solid #00000008;
    box-shadow: 0 0 10px #00000010;
    border-radius: 6px;
}
.accordion-button{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    font-style: italic;
}
.accordion-button:not(.collapsed){
    background: white !important;
    color: black;

}
.accordion-button:focus{
    box-shadow: none;
}