.section_feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
    text-align: center;
    background-color: rgb(194, 106, 215, 0.3);
}
.feature_title {
    margin: 0;
    padding: 20px;
}

.video_download {
    transition: all 0.7s;
    display: flex;
    justify-content: center;
    height: 70px;
    width: 160px;   
    background-color: #f8f818;
    border-radius: 15px;
    position: absolute;
    left: 742px;
    top: 700px;
}
.video_download a {
    padding: 20px;
    color: #000;
    font-weight: bold;
}

.video_download:hover {
    padding: 20px;
    color: #000;
    font-weight: bold;
    background-color: #00ff22;
    transform: scale(1.3);
}

.feature_links {
    display: flex;
    justify-content: space-around;
}
.feature_link {
    border-radius: 15px;
    transition: all 0.7s;
}

.feature_links img {
    width: 150px;
    height: 150px;
}

.feature_link:hover {
    transform: scale(1.3);
}

.button_1{
    display: inline-block;
    height: 70px;
    width: 150px;
    position: absolute;
    top: 1500px;
    left: 200px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: rgb(194, 0, 168);
    background: linear-gradient(90deg, #003775, #616100, #910747);
    border-radius: 15px;
    transition: all 0.6s;
}

.button_1:hover{
    transform: scale(1.3);
    background: linear-gradient(45deg, #0056b8, #acac00, #ca005e);
    box-shadow: 0 0 5px 5px #ffffff;
}

.button_2{
    display: inline-block;
    height: 70px;
    width: 150px;
    position: absolute;
    top: 1500px;
    left: 750px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: rgb(194, 0, 168);
    background: linear-gradient(90deg, #008b1e, #700000, #030185);
    border-radius: 15px;
    transition: all 0.6s;
}

.button_2:hover{
    transform: scale(1.3);
    background: linear-gradient(45deg, #00c52b, #c40000, #0400ff);
    box-shadow: 0 0 5px 5px #000000;
}


.button_3{
    display: inline-block;
    height: 70px;
    width: 150px;
    position: absolute;
    top: 1500px;
    left: 1300px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: rgb(194, 0, 168);
    background: linear-gradient(90deg, #00575e, #023d00, #610000);
    border-radius: 15px;
    transition: all 0.6s;
}

.button_3:hover{
    transform: scale(1.3);
    background: linear-gradient(45deg, #00eeff, #09ff00, #ff0000);
    box-shadow: 0 0 5px 5px #ff0000;
}