
.guide-container {
    max-width:330px; 
    width: 100%;
    border-radius: 24px;
    background: var(--Color-Sky, #D2E5F7);
    padding: 16px;
    margin:16px auto 0;
    box-sizing:border-box;
}
.guide-container img{
    width:100% !important;
}
.guide-container  .title {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova Bld";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    margin-bottom: 24px;
}
    
.guide-container .step {
    margin-bottom: 25px;
}

.guide-container .step-title {
    color: var(--black-20, #282828);
    font-family: "Proxima Nova Bld";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom:4px;
}

.guide-container .step-description {
    color: var(--black-20, #282828);
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 16px;
}
.guide-container .bottom {
    color: var(--black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.guide-container strong{
    font-family: "Proxima Nova Bld";
}
@media(max-width:340px){
    .guide-container{
        width:90%;
    }
}