/* 区块1 */
.sent-section1-container{
    width: 100%;
    padding: 7.375rem 0;
}
.sent-section1-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.sent-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.sent-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.sent-section1-container-header-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 18;
}
.sent-section1-container-body{
    width: 100%;
    padding-top: 5.9375rem;
}
.sent-section1-social-medias{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3.75rem;
}
.sent-section1-social-media{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 2.3125rem;
}
.sent-section1-social-media:last-of-type{
    margin-right: 0;
}
.sent-section1-social-media-title{
    font-size: 1.25rem;
    font-weight: 400;

    color: #444444;
    margin-right: 0.625rem;
    height: 1.875rem;
    line-height: 1.875rem;
}
.sent-section1-social-media-icon{
    width: 0.625rem;
    height: 0.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.sent-section1-social-media-icon-img{
    width: 0.625rem;
    height: 0.625rem;
    object-fit: contain;
}
.sent-section1-actions{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.sent-section1-action{
    width: max-content;
    padding: 0 4.25rem;
    display: block;
    text-align: center;
    height: 4.75rem;
    line-height: 4.75rem;
    border-radius: 2.375rem;
    background: #c42733;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.25rem;
}