.experimente {
    background-color: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 !important;
}

.experimente-container {
    padding: 60px 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.experimente__title {
    color: #0d7bc7;
    margin-bottom: 30px;
    font-weight: bold;
	font-size: 42px;
	text-align:center;
}

.experimente__btn {
    text-transform: uppercase;
    color: #fff;
    background-color: #0d7bc7; /*2794df*/
    border-radius: 5px;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.12);
    font-size: 22px;
}

.experimente__btn:hover {
    background-color: #15aefe;
}

@media (max-width: 1600px) {
    .experimente-container {
        padding: 51px 0;
    }
    
    .experimente__title {
        margin-bottom: 25.5px;
    }
}

@media (max-width: 1440px) {
    .experimente-container {
        padding: 45px 0;
    }
    
    .experimente__title {
        margin-bottom: 23px;
    }
}

@media (max-width: 1367px) {
    .experimente-container {
        padding: 43px 0;
    }
    
    .experimente__title {
        margin-bottom: 22px;
    }
}

@media (max-width: 1280px) {
    .experimente-container {
        padding: 40px 0;
    }
    
    .experimente__title {
        margin-bottom: 21px;
    }
}

@media (max-width: 1024px) {
    .experimente-container {
        padding: 32px 0;
    }
    
    .experimente__title {
        margin-bottom: 17px;
    }
}

@media (max-width: 720px) {
    .experimente__title {
        text-align: center;
    }
}