
.me{
    position: relative;
    /*background: orange;*/
    width: 100%;
    height: 150px;
}

.experiment2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    /*background: yellowgreen;*/
}

.btn1side{
    position: relative;
    /*top: 50%;
    right: 100px;
    transform: translate(0%,-50%);*/
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    border: 2px solid #1fd180;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    padding: 10px 20px;
    color: #2d3436;
}

a.btn1side:hover{
    color: #2d3436;
    text-decoration: none;
}

.btn1side::before{
    background: #1fd180;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}

.btn2side::before {
    width: 100%;
    height: 0;
}

.btn2side:hover::before{
    height: 100%;
}

.btn-news{
    position: relative;
    /*top: 50%;
    right: 100px;
    transform: translate(0%,-50%);*/
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    border: 2px solid #1fd180;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    padding: 10px 20px;
    color: #2d3436;
}

.btn-news::before{
    background: #1fd180;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}

.btn-news-3::before {
    width: 100%;
    height: 0;
}

.btn-news-3:hover::before{
    height: 100%;
}

.side-card{
    position: relative;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-height: 300px;
    overflow:hidden;
    margin-top: 1rem;
}

.white1{
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/IMG_0055.JPG");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}
.white2{
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 150px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/2020-10-20_223309.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}
.white3{
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 250px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/2020-10-01_232123.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}
.white4{
    /*background: wheat;*/
    text-align: left;
    width: 100%;
    height: 180px;
    border-radius: 4px;
    padding: 15px;
    background-image: url("../../../media/news_img/IMG_0073.JPG");
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: white;
    background-position-x: center;
}

@media screen and (max-width: 1200px){
    .white1 {
        background: wheat;
        text-align: left;
        width: 100%;
        height: 150px;
        border-radius: 4px;
    }
}

.side-body{
    /*background: #205067;*/
    position: relative;
    width: 100%;

    /*left: 50%;*/
    /*bottom: 0;*/
    /*transform: translate(-50%,0%);*/
    margin-left: 10px;
    margin-right: 10px;
    /*z-index: 10;
    padding-bottom: 1rem;*/
}

.side-title{
    font-size: 2.2vw;
}

@media screen and (min-width: 1400px){
    .side-title{
        font-size: 28px;
    }
}
