#top_section {
	background-color:#F3F3F3;
	padding: 50px 16px 0;
    font-family: AlbertaSans, Roboto, sans-serif;
    font-weight: 400;
}
	#top_section h1 {
		font-weight: bold !important;
		font-size: 26px;
		line-height: 35px;
		color: #1A2527 !important;
	}
	#top_section h2 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 15px;
		margin-bottom: 10px;
		font-weight: normal;
		color: #1A2527 !important;
	}
	#top_section .button {
		background: #EE2B3A;
		border-radius: 8px;
		border: 0px;
		color: #fff !important;
		cursor: pointer;
		display: inline-flex;
		text-decoration: none;
		font-weight: bold !important;
		font-size: 16px;
		min-height: 50px;
		line-height: 21px;
		overflow: hidden;
		text-align: center;
		z-index: 1;
		padding: 10px 50px;
		transition: 0.5s ease;
		margin: 30px auto 0;
		box-shadow: none;
		align-items: center;
	}
	#top_section .button:hover {
		background: #e58327;
		opacity: 1;
	}
	#top_section .right {
		position: relative;
	}
	
	#top_section img {
		width: 100%;
		margin: auto;
		position: relative;
		top: 50px;
	}




#top_section .top_section-dual {
    padding: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}
    
    #top_section .top_section-dual-item {
        display: flex;
        flex-direction: column;
        flex: 1;
        transition: 0.5s ease;
        width: 100%;
        justify-content: center;
    }
    
    #top_section .top_section-dual-item img {
        margin: 0;
        min-width: auto;
        height: auto;
        max-width: 100%;
        transition: 0.5s ease;
        border-radius: 10px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%);
    }
    
    #top_section .top_section-dual-item.switch img.mobile-image {
        display:block;
    }
    #top_section .top_section-dual-item.switch img.desktop-image {
        display:none;
    }
    
    #top_section .top_section-dual-item p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    #top_section .top_section-dual-item p:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 600px) {
    #top_section h1 {
        font-size: 42px;
        line-height: 56px;
    }
    #top_section h2 {
        font-size: 20px;
        line-height: 27px;
    }
}
@media only screen and (min-width: 900px){

    #top_section h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 1000px) {
    #top_section .button {
        margin-left: 0;
        display: inline-flex;
        justify-content: center;
        margin-bottom: 100px;
        padding: 0 50px;
        max-width: unset;
    }

    #top_section {
        padding: 0;
    }
    #top_section h1 {
        padding: 0;
    }

    #top_section h2 {
        text-align: left;
        padding-bottom: 0;
        padding: 0;
    }
    #top_section .top_section-dual {
        padding: 100px 20px 100px 50px;
        max-width: 1200px;
        margin: auto;
        flex-direction: row;
        flex-flow: wrap;
        text-align: left;
        padding: 100px 50px 0;
        align-items: stretch;
    }
    #top_section .top_section-dual-item {
        width: 50%;
        margin-left: 50px;
    }
    #top_section .top_section-dual-item img {
        margin: 0;
        position: absolute;
        top: 0;
    }
    #top_section .top_section-dual-item.switch img.mobile-image {
        display:none;
    }
    #top_section .top_section-dual-item.switch img.desktop-image {
        display:block;
    }
}
