/* .contentWrapper{
  position: relative;
  min-width: 420px;
  width: auto;
  max-width: calc(100% - 20px);
  margin: auto;
}

@media screen and (min-width: 980px){ 

    .contentWrapper{
        max-width: 960px;
    }
} */

.contentTestPlay{
    position: relative;
    float: left;
    width: 200px;
    background-color: #fff;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 12px;
    background-image: url("../img/backLightGrey.png");
    overflow: hidden;
}

.contentTestPlay img{
    display: block;
    position: absolute;
    width: 270px;
    margin: 0 0 0 -135px;
    height: auto;
    left: 50%;
    top: 0;
}

.contentTestPlayButton a{
    display: block;
    position: relative;
    width: 190px;
    height: 60px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #bbb;
    margin: 100px auto;
    text-align: center;
    line-height: 60px;
    text-align: left;
    padding-left: 10px;
}

.contentTestPlayButton a img{
    all: unset;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
}

.contentRightWrapper, .contentLeftWrapper{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.contentRightWrapper{
    margin-bottom: 30px;
}

.contentRightWrapperInner{
    position: relative;
    margin: auto;
    width: 420px;
}

.contentLeftWrapper{
    /* background-color: #fff; */
    border-radius: 12px;
    padding-bottom: 10px;
    /* background-image: url("../img/backLightGrey.png"); */
}

@media screen and (min-width: 720px){
    .contentRightWrapper{
       float: right;
       width: 200px;
       margin-bottom: 0;
    }

   .contentLeftWrapper{
       float: left;
       width: calc(100% - 220px);
   }

   .contentRightWrapperInner{
    position: relative;
    margin: auto;
    width: auto;
   }
}

/* .contentLeftWrapper h2{
    position: relative;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 10px;
    text-align: center;
    color: #2c415d;
    font-weight: normal;
    font-size: 160%;
} */

.contentMiniWrapper{
    position: relative;
    width: 200px;
    float: left;
    height: auto;
    margin: auto;
    padding: 0;
}

.contentMiniEach{
    position: relative;
    float: left;
    width: 100%;
    height: 65px;
    padding: 0;
    margin-bottom: 20px;
}

.contentMiniEach:last-of-type{
    margin-bottom: 0;
}

.contentMiniEachRigth{
    margin-left: 20px;
}

.contentMiniEachRigth:first-of-type{
    margin-top: 0;
}

@media screen and (min-width: 720px){
    .contentMiniEachRigth:first-of-type{
       margin-top: 20px;
    }

    .contentMiniEachRigth{
        margin-left: 0;
    }
}

.contentMiniEach a{
    position: absolute;
    width: calc(100% - 5px);
    height: 60px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #fff;
    border-radius: 12px;
    line-height: 60px;
    text-align: left;
    box-shadow: 1px 1px 2px 0 #666666;
}

.contentMiniEach a:hover{
    box-shadow: -1px -1px 2px 0 #666666;
    margin-top: 2px;
    margin-bottom: 13px;
}

@media screen and (min-width: 720px){
    .contentMiniEach{
       margin-bottom: 20px;
    }
}

.contentMiniEach img{
    position: absolute;
    right: 0;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
}

.contentMiniEach h3{
    text-align: center;
}

.social-wrapper{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
}

.socialMediaWrapper{
    position: relative;
    width: 180px;
    height: 100%;
    margin: auto;
}

.socialMediaWrapper a{
    line-height: 60px;
}

.socialMediaEach{
    /* position: relative;
    float: left;
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin: 0 5px 0 5px;
    border-radius: 25px;
    box-shadow: 1px 1px 2px 0px #666666; */
}

.socialMediaEach img{
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

#tryNow{
    /* box-shadow: 0 0 4px 2px#E8B200; */
    height: 245px;
    padding: 0;
    width: 200px;
    border-radius: 12px;
}

#tryNow:hover{
    /* box-shadow: 0 0 1px 2px #2c415d; */
    box-shadow: none;
    box-shadow: -1px -1px 2px 0 #666666;
}

#tryNow h3{
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    /* background-image: url("../img/backLightGrey.png"); */
    border-radius: 12px 12px 0 0;
    /* background-color: #2c415d; */
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    padding: 0;
}

#tryNow img{
    /* height: 135px; */
    height: 180px;
    width: auto;
    bottom: 10px;
    left: 10px;
    /* top: 55px;
    left: 30px; */
    border-radius: 12px;
    box-shadow: 1px 1px 2px 0 #666666;
    /* box-shadow: 0 0 2px 1px #666666; */
}