.content {
    /* background-color: #ec540e; */
    /* background-color: #fa621b; */
    background: linear-gradient(0deg, #fa621b, #ff834e);
    min-height: 700px;
}

.content .logo {
    width: 100px;
    height: 100px;
}

.content .logo image {
    width: 100%;
    height: 100%;
}

.download {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #ff834a;
    /* cursor: pointer; */
    transition: all 0.2s ease-in-out;
}

.icon img {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 10px;
}

.icon:hover {
    background-color: #ff9c6f;
}

.icon .title {
    color: #fff;
    font-size: 18px;
}