/*FEAUTURE*/

.main_features,
.main_content,
.main_galery,
.main_partners,
.main_testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.main_title,
.main_subtitle {
    margin-bottom: 0%;
    font-family:"Gideon", sans-serif;
}

.main_title {
    margin-top: 162px;
    font-size: 62px;
}

.main_subtitle {
    width: 40%;
    text-align: center;
    margin-top: 27px;
    font-size: 20px;
}

.main_image ul {
    padding: 0%;
    margin-top: 0;
}

.main_image {
    margin-top: 80px;
    display: flex;
}

.main_image ul li {
    list-style-type: none;
    margin-top: 35px;
}

.main_image ul li:first-child {
    margin-top: 0px;
}

.svg_text {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family:"Gideon", sans-serif;
}

.svg_text img {
    margin-right: 13px;
}

.div_text {
    display: inline-block;
    margin-top: 20px;
    width: 270px;
    font-size: 16px;
    font-family:"Gideon", sans-serif;
}

/*CONTENT*/

.content_cards {
    margin-top: 44px;
    display: flex;
    justify-content: center;
}

.macbook_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 500px;
    background-color: white;
    border-radius: 10px;
    padding: 40px 0px;
}

.content_cards h1 {
    color: black;
    margin: 0;
    font-size: 20px;
    font-family:"Gideon", sans-serif;
    text-align: center;
}

.content_cards h5 {
    margin: 0;
    margin-top: 30px;
    color: #5C5C5C;
    font-size: 16px;
    font-family:"Gideon", sans-serif;
    text-align: center;
    width: 270px;
}

.try_button {
    margin-top: 30px;
}

.first_ca {
    margin-right: 33px;
}

/*GALLERY*/

.gallery_section img {
    border-radius: 12px;
    margin-right: 33px;
}

.gallery_section img:last-child {
    margin-right: 0px;
}

.gallery1,
.gallery2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
}

.gallery2 {
    margin-bottom: 44px;
}

/*PARTNERS*/

.partners_img img {
    margin-right: 74px;
    margin-bottom: 54px;
    margin-top: 54px;
}

.partners_img img:last-child {
    margin-right: 0px;
}

/*TESTIMONIALS*/

.testimonial {
    margin-top: 50px;
    height: 650px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.testi_card {
    margin-bottom: 20px;
    margin-right: 23px;
    border: 1px solid white;
    border-radius: 10px ;
    padding: 40px;
    width: 430px;
}

.testi_title {
    display: flex;
    margin-bottom: 30px;
}

.testi_title img {
    margin-right: 23px;
}

.testi_name,
.testi_jbo {
    font-size: 16px;
    font-family:"Gideon", sans-serif;
}

.testi_jbo {
    margin-top: 6px;
}

.testi_content {
    font-size: 16px;
    font-family:"Gideon", sans-serif;
}