/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@media(min-width:981px){
	.line-align-vertical-pc {
		display: flex;
		align-items: center;
	}	
}

#main-header {
	display: none;
}
#page-container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.grecaptcha-badge {
	display: none;
}

html {
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

@media (max-width: 980px) {
	.inverse-tablet-mobile {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px
	}	
}