h1, h2, h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
p, a, ul, li {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.banner-mobile {
    display: none;
}
.container-logo img {
    max-width: 200px;
    display: block;
    margin: 25px auto;
}
.container-main-title {
    text-align: center;
    background: #132f45;
    padding: 15px;
}
.container-custom {
    background: #038674;
    padding: 45px 0 0;
}
.container-custom .bottom-divider-desktop {
    background-image: url(../images/bottom-divider.png);
    background-size: 100% 100px;
    bottom: 0;
    height: 99px;
    z-index: 1;
}
.container-custom .bottom-divider-mobile {
    display: none;
}
.container-custom .container-content {
    max-width: 1080px;
    margin: 0 auto 35px auto;
    display: flex;
    align-items: center;
}
.container-custom .container-content .single-item.box-text {
    background: rgba(255,255,255,.2);
    padding: 25px;
    position: relative;
}
.container-custom .container-content .single-item.box-text p {
    margin-bottom: 5px;
}
.container-custom .container-content .single-item.box-text img {
    max-width: 25px;
    position: absolute;
    left: -11px;
    top: 20px;
}
.container-custom .container-content .single-item.first-item {
    margin-right: 100px;
}
.container-custom .container-content .single-item.first-item h3 {
    margin-bottom: 15px;
}
.container-title {
    text-align: center;
}
.container-btn {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 30px auto;
}
.container-btn .single-btn {
    text-align: center;
}
.container-btn .custom-btn {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
    width: 275px;
    font-size: 23px;
    font-weight: 700;
}
.container-btn .custom-btn.btn-1 {
    background: #ea5167;
}
.container-btn .custom-btn.btn-2 {
    background: #544797;
    margin-bottom: 10px;
}

@media only screen and (max-width:1200px) {
    .container-content {
        padding: 0 50px;
    }
    .container-btn {
        margin: 30px auto 50px;
    }
}
@media only screen and (max-width:768px) {
	.container-content {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 500px) {
    .container-logo img {
        max-width: 150px;;
    }
    .container-custom .container-content .single-item.first-item {
        margin: 0 0 25px 0;
    }
    .container-btn {
        flex-wrap: wrap;
        justify-content: center;
    }
    .container-btn .single-btn {
        margin-bottom: 20px;
    }
    .banner-desktop {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
	.container-custom .bottom-divider-desktop {
		display: none;
	}
	.container-custom .bottom-divider-mobile {
		display: block;
		background-image: url(../images/bottom-divider-mobile.png);
    background-size: 850px 100px;
    bottom: 0;
    height: 99px;
    z-index: 1;
	}
}