/*blog section custom css
*/
.container
{
    height: 100%; 
    min-height: 100%;
}

.first {
    float:left;
    width:33.33%;
background-color: #00A38B;
padding: 30px 30px 60px 30px;
position: relative;
   
}

.second{
    float: left;
    width:  33.33%;
  position: relative;
   min-height:418px;
   height: 418px;
}


.third{
    float: right;
    width:  66.67%;
  /*background-image: url(https://minttalentstaging.minttalent.com/wp-content/uploads/2020/08/cv1-e1597141748215.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    min-height:416px;
   
}

.fourth {
    float: left;
    width:  33.33%;
    padding: 30px 30px 60px 30px !important;
  position: relative;
}

.last{
   float: left;
    width:  33.33%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
     
    min-height:418px;
   
}

.heading{
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-top: 30px;
        line-height: 1.1em;
}


.mint-paragraph{
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}
.mint-button{text-align:right;
    margin-top:32px;
}
.mint-button a{
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
    background-color: rgba(73, 58, 58, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    display: inline-block;
    line-height: 1;
   color: #fff !important;
    font-size: 15px;
    padding: 12px 24px;
   
}
.mint-tag{
    background-color: #FFFFFF;
    color: #00A38B;
    font-family: "Roboto", Sans-serif;
    padding: 5px 15px;
    position: absolute;
}
.first .mint-tag{
    top:0;
}
.second .mint-tag{
        top: 0;
}

.fourth .mint-tag{
        top:0;
}
.second .heading{
        margin-top: 7.2px !important;
            margin-bottom: 0px!important;
}   
.second .mint-button{    margin-top: 16px!important;}

.second img{width:100%;display:block;}
@media only screen and (max-width: 960px) {
  .first,.second,.last,.third,.fourth {
   width:100% !important;
  }
  h2.heading {
    text-align: center;
}
.mint-tag {
   
    position: relative !important;
    width: 53%;
    margin: -30px auto 0 auto;
    text-align: center;
}
p.mint-paragraph {
    text-align: center;
}
.mint-button {
    text-align: center;
    
}
.second{height: auto;}
.heading-div {
    padding: 50px 30px 100px 30px !important;}
}
div#bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px !important;
    background-position: center;
}
.mint-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.heading-div {
    padding: 50px 30px 100px 30px !important;
position:relative;}