.stock_section {
    margin-top: -6vw;	
	padding: 0;
}
.stock_flex{
	display: flex;
    /* flex-wrap: wrap; */

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 10px #c1cfd966;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    z-index: 9;
    max-width: 990px;
    padding: 55px 0;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
}
.left_side {
	display: flex;
	flex-wrap:wrap;
	border-right: 1px solid #D8EAE6;
	width: 30%;
	text-align-last: center;
}

.left_side_icon{
	width:100%
}
.left_side_symbol_text{
	width:100%
	
}
.left_side_symbol_value_text{
	width:100%;
	font-size: 38px;
}
.green_text{
	color: #2CD889;
	
}
.red_text{
	color: #FA0000;
	
}

.right_side{
	
	display: flex;
	flex-wrap:wrap;
    width: 60%;	
	/* margin-left: 40px; */
}
.row_1{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	
}
.row_1:first-child{
	border-bottom:1px solid #D8EAE6;
}
.right-border{
	border-right:1px solid #D8EAE6;
}
.row_block{
	width:50%;
	display: flex;
    justify-content: space-between;
    padding: 20px;
}

.buttons{
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
	margin-top: 60px;
}
.profile_paragraph>p{
	width: 497px;

}

.button1{
	margin-right: 17px;
}
.download-repeater-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 60px;
    margin-bottom: 60px;
}
.width23{
    width: 23%;
}
.width100{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.fillbtn{
    width: -webkit-fill-available;
}
.btn1,
.btn2{
    display: inline-block;
    margin-bottom: 10px;	
	padding: 8px 20px;	
	cursor: pointer;
}
.btn1{
	background: #262262;
	color: #FFFFFF;
	cursor: pointer;
}
.btn2{
	border: 1px solid #262262;
	color: #262262;
}
.btn1:hover,
.btn2:hover{
	background-color: #302a93;
	color: #fff;
}

h2.profile_header{
	font-weight: 400;
	font-size:60px;
	margin-top: 0;
	margin-bottom: 30px;
	opacity: 1;
}
.press_section{
	background-size:cover;
}
.profile_header>text{
	font: normal normal normal 60px/78px Hans Kendrick 3;
	letter-spacing: 0px;
	color: #262262;
	font-size: 3vw;
}
	.full_link{
		margin-top: 7px;
		
	}

.press_header_flex{
	display: flex;
	flex-wrap: wrap;
}
.single_news{
	max-width: 1402px;
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-bottom: 3px solid #FFFFFF;
}
.single_news:last-child{
	border-bottom: 0px;
}
.single_event{
	border-bottom: 3px solid #EFEAE6;
}
.dark_color{
	color:#262262;
}
h2.press_header{
	width:50%;
	font-weight: 400;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 72px;
}
.jump_text{
	width:50%;
	
}
.title_body{
	font-size:30px;
	margin-bottom: 16px;
	color: #020222;
}
.size18{
	font-size:18px;
}
@media(max-width: 767px){
	.stock_flex {
		display: flex;
		flex-wrap: wrap;
		
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 6px 10px #c1cfd966;
		border-radius: 12px;
		opacity: 1;
		position: relative;
		z-index: 9;
		max-width: 1112px;
		padding: 30px 0;
		margin-top: -37px
	}
	.row_block {
		width: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px;
	}
	
	.profile_paragraph>p {
		width: 100%;

	}
	.press_body {
		padding-top: 30px;
	}
	h2.profile_header{
		font-size:40px;
	}
	h2.press_header{
		font-size: 40px;
		width: 100%;
	}
	.btn1 {
		/* height: 49px; */
		/* background: #262262 0% 0% no-repeat padding-box; */
		/* opacity: 1; */
		/* font: normal normal normal 14px/26px Hans Kendrick 3; */
		/* color: #FFFFFF; */
		/* width: 120px; */
	}
	.btn2 {
		/* width: 120px; */
		/* height: 49px; */
		/* border: 1px solid #262262; */
		/* opacity: 1; */
	}
	.buttons {
		/* display: flex; */
		/* margin-top: 60px; */
		/* margin-bottom: 19px; */
	}
	.right_side {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-left: 0px;
	}
	.left_side {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		text-align-last: center;
		margin-top: 53px;
		margin-bottom: 29px;
		border-right: 0px solid #D8EAE6;
	}
	.jump_box {
		margin-bottom: 30px;
	}
    .width23{
        width: 100%;
    }

}