.s-breadcrumbs {
    margin-top: 80px !important;
    font-size: 14px;
}

.download-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-title {
    font-weight: bold;
    font-size: 28px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.download-content p:nth-of-type(1) {
    margin: 20px 0;
}

.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background: #000;
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}

.download-btn span {
    display: block;
    margin: 0 10px;
}

.download-btn i:nth-of-type(1) {
    font-size: 23px;
}

.other-download {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.od-item {
    width: 32%;
    background: #FCF5EB;
    padding: 20px 28PX;
    border-radius: 10px;
}

.od-item h3 {
    font-size: 23px;
    font-weight: bold;
}

.od-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    background: #000;
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.od-item a span{
    margin-right: 5px;
}