.BlocksTextBasic001__text011020201 {
    padding: 0 20px;
}

@media screen and (min-width: 1200px) {
    .BlocksTextBasic001__text011020201 {
        padding: 0;
    }
}

.BlocksTextBasic001__text011020201-card {
    display:               -webkit-box;
    display:               -ms-flexbox;
    display:               flex;
    -webkit-box-orient:    vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction:    column;
    flex-direction:        column;
    -webkit-box-pack:      justify;
    -ms-flex-pack:         justify;
    justify-content:       space-between;
    margin-bottom:         48px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksTextBasic001__text011020201-card {
        -webkit-box-orient:    horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction:    row;
        flex-direction:        row;
        margin-bottom:         88px;
    }
}

.BlocksTextBasic001__text011020201-card:last-child {
    margin-bottom: 0;
}

.BlocksTextBasic001__text011020201-card--reverse {
    -webkit-box-orient:    vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction:    column;
    flex-direction:        column;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksTextBasic001__text011020201-card--reverse {
        -webkit-box-orient:    horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction:    row-reverse;
        flex-direction:        row-reverse;
    }
}

.BlocksTextBasic001__text011020201-card-left {
    display:           -webkit-box;
    display:           -ms-flexbox;
    display:           flex;
    -webkit-box-align: center;
    -ms-flex-align:    center;
    align-items:       center;
    margin-bottom:     40px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksTextBasic001__text011020201-card-left {
        width:         48%;
        margin-bottom: 0;
    }
}

.BlocksTextBasic001__text011020201-card-img {
    width:         100%;
    height:        auto;
    border-radius: 20px;
    box-shadow:    0px 8px 15px 0px rgba(0, 0, 0, 0.12);
}

.BlocksTextBasic001__text011020201-card-right {
    display:               -webkit-box;
    display:               -ms-flexbox;
    display:               flex;
    -webkit-box-orient:    vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction:    column;
    flex-direction:        column;
    -webkit-box-pack:      center;
    -ms-flex-pack:         center;
    justify-content:       center;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksTextBasic001__text011020201-card-right {
        width: 48%;
    }
}

.BlocksTextBasic001__text011020201-card-title {
    font-family:    'Muller-Medium', Helvetica, Arial, sans-serif;
    font-size:      1.5625rem;
    color:          #363636;
    text-align:     center;
    letter-spacing: 0.03em;
    margin-bottom:  24px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksTextBasic001__text011020201-card-title {
        font-size:  1.875rem;
        text-align: left;
    }
}

.BlocksTextBasic001__text011020201-card-text {
    font-family:   'Muller-Regular', Helvetica, Arial, sans-serif;
    font-size:     0.875rem;
    color:         #5a5a5a;
    line-height:   24px;
    margin-bottom: 24px;
}

.BlocksTextBasic001__text011020201-card-btn {
    font-family:        'Muller-Medium', Helvetica, Arial, sans-serif;
    font-size:          1rem;
    color:              #4481eb;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
}

.BlocksTextBasic001__text011020201-card-btn:hover {
    opacity:         0.7;
    color:           #4481eb;
    text-decoration: none;
}

.BlocksTextBasic001__text011020201-card-btn svg {
    margin-left: 5px;
}