/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child theme for Astra
 Author: Your Name
 Template: astra
 Version: 1.0.0
*/

/* Add your custom CSS below */



.growth-wrapper {
 
  margin: auto;
  display: flex;
  gap:30px;
  background: #208e8d;
}

.growth-tabs {
  width: 45%;
 
  background: #2aaaa9;
	padding-top: 20px;
    padding-bottom: 20px;
}

.tab {
 padding: 14px 26px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    background: #d8e6e5;
    color: #000;
    width: 140px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 13px;
    line-height: 22px;
}

.tab:hover,
.tab.active {
  background: #dc4939;
  color: #fff;
 
}

.growth-content {
  width: 55%;
	color:#fff;
	font-size:16px;font-weight:bold;padding-bottom: 30px;
}

.content-box {
  display: none;
  font-size: 18px;
  line-height: 1.6;
  background: #d8e6e6;
    color: #000;
    padding: 10px;
    border-radius: 10px;
}

.content-box.active {
  display: block;
}
.grothstatictext{width:100%; margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;padding-top: 40px;}

.content-box h3 {
    font-size: 22px;
    margin-bottom:7px;
}
.content-box p { font-size:18px; margin-bottom:0px; font-weight:normal;}
.grothstatictext p{color: #fff;font-size: 18px;margin-bottom: 10px;font-weight: normal;}

.buttoncont {text-align: right;margin: 14px 0px 6px;}
.grothstatictext .buttoncont a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    border: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 50px;
    background: #d8e6e5;
}

.grothstatictext .buttoncont a:hover { background:#DC4939; color: #fff;}

.grothstatictext h2{font-family: "Lusitana", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;}



