*{
    margin: 0;
    padding: 0;
}
.title{
    color: #2d2d2d;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    color: white;
}
.main-cont{
    padding: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.block{
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #e7e7e7;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 335px;
    text-align: center;
    margin-right: 20px;
}
.top{
    color: #2d2d2d;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.top img{
    margin-right: 10px;
    width: 48px;
    border-radius: 10px;
}
.ds{
    color: #2d2d2d;
    margin-bottom: 15px;
}
.ds p{
    margin-bottom: 0;
}
button{
    width: 154px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: #5100ff;
    color: white;
}
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 25px;
    background-color: #383838;
    text-align: center;
}
.text{
    margin-top: 50px;
    color: #2d2d2d;
}
.footer p{
    width: 785px;
    margin-bottom: 0;
}
@media only screen and (max-width: 890px) {
    .main-cont{
        align-items: center;
        flex-direction: column;
    }
    .title{
        font-size: 20px;
    }
    .footer p {
        width: 556px;
    }
}
@media only screen and (max-width: 667px) {
    .title {
        font-size: 17px;
    }
    .text{
        text-align: center;
    }
    .text p {
        width: 371px;
    }
    .footer p {
        width: 401px;
    }
}