.what-gives__page {
    margin-top: 140px
}

.what-gives__page-title {
    margin-bottom: 70px
}

.what-gives__page-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.what-gives__page-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 30px;
    width: 33%
}

.what-gives__page-item-icon {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #ff7a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.what-gives__page-item-text {
    text-align: center
}

@media screen and (max-width: 1024px) {
    .what-gives__page {
        margin-top: 100px
    }
    .what-gives__page-title {
        margin-bottom: 50px
    }
    .what-gives__page-item {
        row-gap: 20px
    }
    .what-gives__page-item-icon {
        width: 40px;
        height: 40px
    }
    .what-gives__page-item-text {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .what-gives__page-title {
        margin-bottom: 30px
    }
    .what-gives__page-item {
        row-gap: 10px
    }
    .what-gives__page-item-text {
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    .what-gives__page-title {
        margin-bottom: 25px
    }
    .what-gives__page-items {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .what-gives__page-item {
        row-gap: 10px
    }
    .what-gives__page-item-text {
        font-size: 12px
    }
}