﻿.procedures__container {
    /* margin: 100px 0 0 0;
    padding: 30px 0 40px 0; */
    position: relative;
}

.procedures__item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    height: 100%;
    padding: 25px 25px 25px 25px;
}

.procedures__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    z-index: 2;
}

.procedures__image {
    height: 170px;
    margin: 15px 0 15px 0;
}

.procedures__img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.procedures__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* padding: 10px 15px 25px 15px; */
}

.procedures__title{
    flex-grow: 1;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 0 8px 0;
}

.procedures__category span {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.procedures__subtitle{
    color: #333333;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 20px 0;
}

@media (min-width: 576px){
    .procedures__container:before {
        left: 0;
        width: 100%;
        left: -100%;
        width: 200vw;
    }
}

@media (min-width: 768px){

    .procedures__container:before {
        border-radius: 0px 20px 20px 0px;
        /* height: 92%; */
        height: 75%;
        left: -30vw;
        /* top: 15%; */
        top: 25%;
        width: 100vw;
    }

    .procedures__text {
        /* padding: 10px 25px 25px 25px; */
    }

   .procedures__image {
        height: 125px;
    }

}

@media (min-width: 992px){
    .procedures__container:before {
        top: 130px;
        height: calc(100% - 130px);
    }

    .procedures__intro {
        margin: 190px 0 0 0;
    }
}