#seo {
    margin-bottom: 30px;
}

#seo h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

#accordion-h1 {
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.accordion {
    cursor: pointer;
    padding: 10px 10px 10px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    transition: 0.4s;
    margin-bottom: 0px;
    border: 1px solid #eff0f2;
}

#seo h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.panel {
    padding: 0 18px 0px 50px;
    background-color: #eff0f2;
    max-height: 0;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
    text-align: left;
}

.panel p:first-of-type {
    margin-top: 20px;
}

.panel p {
    font-size: 16px;
    font-weight: 400;
}

.content-wrap {
    position: relative;
    padding: 0px 0px 50px 0;
}

.top-header-container{
	background-image: url(../../bireysel-satis/images/lgsde-basarili-olmak-icin-neler-gerekir/lgs-de-basari-top-container-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.top-header-container{
	color: #fff;
	font-size: 34px;
	line-height: 1.1;
	padding: 20px 0;
	font-weight: 600;
}

.banner-image-container{
	background: #E1E1E1;
}

.banner-image{
	padding: 30px 0px;	
}

.left-column-container{
	padding: 30px 0px;
}

.logos-text-container{
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
    padding-top: 10px;
}

.vit-logo{
	color: #EC411B;
}

.mat-logo{
	color: #89BB2B;
}

.rr-logo{
	color: #76187E;
}

.bottom-row-text-container{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    padding: 30px 0px;
}

.product-button-container{
	margin-top: 10px;
}

.product-details-button{
	background-color: #FFC107;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    width: 70%;
    border-radius: 25px;
    padding: 8px 20px;
    transition: all 200ms ease-out;
    margin: 0 auto;   
}

.product-button-container{
	display: block;
}

.product-details-button:hover{
	-webkit-box-shadow: 0px 0px 9px 3px #70707073; 
	box-shadow: 0px 0px 9px 3px #70707073;
}

.equal-rows{ 
	border-bottom: 1px solid #70707073;
    padding: 20px 0px 50px 0px;
    display: flex;
    align-items: center;
}

.equal-rows:last-of-type{
	border-bottom: none;
}

#seo-text .accordion{
    padding: 5px 0px 0px 0px;
  		margin-bottom: 0px;
}

#seo-text .accordion h1, #seo-text .accordion h2, #seo-text .accordion h3{
	font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 0;
}

#seo-text .panel p{
	font-size: 10px !important;
	display: hidden;
}

#seo-text .accordion {
    cursor: pointer;
    padding: 10px 10px 10px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    transition: 0.4s;
}

#seo-text .panel {
    padding: 0 18px 0px 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
}


@media all and (max-width: 768px){
	.equal-rows{
		display:block;
	}
	
	.logos-container, .logos-text-container{
		text-align: center;
	}
	
	.bottom-row-text-container{
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.product-details-button{
		padding: 8px 80px;
	}
	
	.left-column-container{
		padding: 30px 0px 10px 0px;
	}
	
	.top-header-container{
		font-size: 26px;
		padding: 30px;
	}
}