@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


.wrapper .button{
  display: inline-block;
  height: 60px;
  width: 60px;
 
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
}
.wrapper .button:hover{
  width: 180px;
}
@media all and (max-width: 767px) { /* line 3170, style.scss */
.wrapper .button:hover{
  width: 60px;
}}
.wrapper .button .icon{
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1):hover .icon{
  background: #4267B2;
}
.wrapper .button:nth-child(2):hover .icon{
  background: #25D366;
}
.wrapper .button:nth-child(3):hover .icon{
  background: #0e76a8;
}
.wrapper .button:nth-child(4):hover .icon{
  background: #e9860d;
}


.wrapper .button .icon i{
  font-size: 25px;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.wrapper .button:hover .icon i{
  color: #fff;
}
.wrapper .button span{
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.wrapper .button:nth-child(1) span{
  color: #4267B2;
}
.wrapper .button:nth-child(2) span{
  color: #25D366;
}
.wrapper .button:nth-child(3) span{
  color: #0e76a8;
}
.wrapper .button:nth-child(4) span{
  color: #e9860d;
}

.facebook{
    color: #4267B2;
}
.twitter{
    color: #25D366;
}
.link{
    color: #0e76a8;
}
.google{
    color: #e9860d;
}
.wrapper{
    display: flex;
    align-items: center;
    width: auto;
    justify-content:center;
    margin-top: 50px;
}


.vc_col-sm-6 {
  width: 50%;
  height: 900px;
  
}
@media (min-width:768px) {
  
}

.panel {
  display: flex;
  width: 100%;
  margin-top: 50px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  
}

