@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.container{
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

*{
    outline: none !important;
}

ul,
ol,
p,
div,
label{
    list-style: none;
    padding: 0;
    margin: 0;
}

button{
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
}

a,a:hover{
    text-decoration: none;
}

body,html{
    font-family: 'Montserrat';
    min-height: 100vh;
    scroll-behavior: smooth;
}

.caption{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.items{
    padding: 50px 38px 68px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    justify-content: space-between;
    box-sizing: border-box;
}

.item{
    display: flex;
    flex-direction: column;
}

.item__pic{
    background: linear-gradient(180deg, #EEEEEE 6.97%, #FFFFFF 100%);
    border: 1.81818px solid #FFFFFF;
    box-shadow: 0px 3.63636px 2.72727px rgba(0, 0, 0, 0.1);
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.item__caption {
    margin-bottom: 24px;
    text-align: center;
}

.button{
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background: #262069;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: 100%;
    border-radius: 19px;
}

.item__button{
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.info{
    position: relative;
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.info__back-button{
    position: absolute;
    top: 30px;
    left: 30px;
}

.info__icon{
    margin-bottom: 22px;
}

.info__caption{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
    max-width: 230px;
    text-align: center;
}

.info__description{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.info__button{
    height: 56px;
    display: flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    background: rgba(38, 32, 105, 0.1);
    border-radius: 28px;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 48px);
    width: 100%;
    color: #262069;
}
.info__button2 {
    font-weight: 700;
    font-size: 14px;
    color: #262069;
}