/* Anasayfa - Hakkımızda: madde listesi üstte, buton sağ altta */
.about-style-five .content_block_one .content-box .lower-box {
    flex-direction: column;
    align-items: stretch;
}

.about-style-five .content_block_one .content-box .lower-box .feature-box {
    width: 100%;
}

.about-style-five .content_block_one .content-box .lower-box .btn-box {
    align-self: flex-end;
    margin-top: 28px;
}

@media only screen and (max-width: 767px) {
    .about-style-five .content_block_one .content-box .lower-box .btn-box {
        margin-top: 20px;
    }
}
