﻿.main-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 142%;
    text-align: center;
    color: #363636;
}

.back-button {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    left: 4%;
    top: 60px;
    background: rgba(22, 176, 29, .1);
    border-radius: 50%;
}

.about-body .about-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 142%;
    color: #363636;
}

.about-body .about-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #666666;
}

.max-width-570{
    max-width: 570px !important;
}

.info-card {
    width: 350px;
    min-height: 300px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(44, 44, 44, 0.1);
    border-radius: 10px;
    border-top: 6px solid var(--primary);
    overflow: hidden;
}

.info-card .step-book {
    height: 40px;
    width: 40px;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;
    background: url(/assets/images/Home/step-index-back.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    padding-bottom: 3px;
}

.info-card .info-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #363636;
}

.info-card .info-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

