﻿.how-it-works__white-bg {
    border-radius: 5px;
}

.how-it-works__blue-bg {
    background-color: #e6f2ff;
    border: 1px dashed #a6cfff;
    border-radius: 5px;
}

.how-it-works__code--light-blue {
    background-color: #00b1f2;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    line-height: 3;
}

.how-it-works__code--medium-blue {
    background-color: #5284bd;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    line-height: 3;
}

.how-it-works__code--dark-blue {
    background-color: #1e4075;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    line-height: 3;
}

.how-it-works__explanation {
    font-size: 14px;
}