.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 140px;
    padding-bottom: 70px;
}

header {
    background: transparent !important;
    position: absolute;
    width: 100%;
}

section {
    width: 100%;
}

.hero {
    width: 100%;
    min-height: 100dvh;
    line-height: unset;
}

.hero-gradient {
    width: 100%;
    height: 100dvh;
    padding: 48px 70px;
    color: #ffffff;
    background: linear-gradient(270.78deg, rgba(0, 105, 168, 0) 24.55%, rgba(0, 105, 168, 0.8) 99.38%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.hero h1 {
    font-weight: 600;
    font-size: 72px;
    color: #ffffff;
    max-width: 800px;
    font-family: 'Poppins', sans-serif;
}

.hero-description {
    padding: 20px 0 40px 0;
    font-weight: 600;
    font-size: 24px;
    max-width: 800px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
}

.hero p {
    color: #fff !important;
}

.hero-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.innovators-section {
    background: #EDF6FA;
    padding: 100px 70px;
}

.caps-text {
    text-transform: uppercase;
    color: #0069A8;
    font-size: 18px;
    text-align: center;
}

section h2 {
    font-weight: 600;
    font-size: 44px;
    text-align: center;
    margin: 12px 0 32px;
}

.innovators-items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #0F1822;
}

.innovators-item {
    padding: 32px 20px;
    text-align: center;
    max-width: 425px;
    background: #EDF6FA;
}

.item-header {
    padding: 40px 0 16px;
    font-weight: 500;
    font-size: 24px;
    font-family: "Poppins";
}

.item-description {
    font-weight: 400;
    font-size: 18px;
}

.easier-section {
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;
}

.left-side-container .caps-text,
.expertise-section .caps-text,
.expertise-section h2,
.left-side-container h2 {
    text-align: left;
}

.left-side-container {
    display: flex;
    gap: 20px;
    text-align: left;
}

.easier-description {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    max-width: 585px;
    margin-right: 75px;
    color: #0F1822;
}

.easier-learn-more-mobile {
    display: none;
}

.easier-image-container {
    padding: 27px;
    text-align: center;
    background: #F6F6F6;
    width: 640px;
    height: 414px;
}

.easier-image-container img {
    height: 100%;
    /*width: auto;*/
}

.picture-section {
    background: #EDF6FA;
    padding: 140px 70px 70px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.picture-items {
    display: flex;
    gap: 72px;
    justify-content: center;
    padding: 40px;
    background: #ffffff;
    width: 1300px;
}

.picture-item {
    max-width: 280px;
    font-size: 18px;
    padding: 57px 0;
    color: #0f1822;
}

.picture-item:first-child {
    margin-left: 65px;
}

.picture-item:last-child {
    padding-right: 65px;
}

.blue-text {
    color: #0069A8;
    font-weight: 600;
    font-size: 20px;
}

.picture-container {
    width: 419px;
    height: 411px;
    /*position: absolute;*/
    margin-top: -100px;
    border-radius: 4px 30px 4px 4px;
}

.picture-container img {
    border-radius: 4px 30px 4px 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expertise-section {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    padding: 70px;
}

.expertise-items {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.expertise-item {
    width: 320px;
}

.expertise-item .item-header {
    padding: 24px 0 16px;
    font-size: 20px;
}

.register-section {
    display: flex;
}

.register-blue {
    background: #0069A8;
    padding: 90px 70px;
    text-align: left;
    color: #FFFFFF;
    width: 50%;
    box-sizing: border-box;
}

.register-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 105, 168, 0) 0%, #0069A8 680px);
}

.register-blue h2 {
    text-align: left;
    color: #FFFFFF;
}

.register-description {
    padding: 0 0 40px;
    max-width: 620px;
}

.why-choose-us {
    width: 163px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

@media (max-width: 768px) {

    .main {
        gap: 100px;
    }

    .left-side-container, .innovators-items, .expertise-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .easier-section h2,
    .easier-section .caps-text,
    .easier-description {
        text-align: center;
    }

    .blue-text {
        font-size: 18px;
    }

    .expertise-items {
        display: flex;
        flex-direction: column;
    }

    .picture-items {
        flex-direction: column-reverse;
        width: unset;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero-gradient {
        padding: 16px;
    }

    .hero-description {
        font-size: 20px;
    }

    .hero-buttons {
        width: 100%;
        display: flex;
        gap: 16px;
    }

    .caps-text {
        font-size: 16px;
    }

    section h2 {
        font-size: 32px;
    }

    .innovators-section {
        padding: 80px 16px;
    }

    .innovators-item {
        padding: 16px 20px;
    }

    .innovators-item svg {
        height: 64px;
        width: 64px;
    }

    .item-header {
        padding: 24px 0 16px;
        font-size: 22px;
    }

    .item-description {
        font-size: 16px;
    }

    .easier-section {
        padding: 50px 16px;
    }

    .easier-description {
        margin: 0;
    }

    .easier-image-container {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 8px;
    }

    .easier-learn-more-desktop {
        display: none;
    }

    .easier-learn-more-mobile {
        display: unset;
        margin-top: 24px;
    }

    .easier-description {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .easier-section .innovators-item svg {
        height: 40px;
        width: 40px;
    }

    .easier-section .innovators-item {
        padding: 40px 20px 32px;
    }

    .picture-section {
        padding: 80px 16px;
    }

    .picture-container {
        width: 310px;
        height: 305px;
        margin-right: -32px;
        order: 3;
    }

    .picture-items {
        padding: 48px 32px;
        gap: 48px;
    }

    .picture-item, .picture-item:first-child {
        margin: 0;
        padding: 0;
    }

    .picture-item:first-child {
        order: 2;
    }

    .expertise-section {
        padding: 50px 16px;
        gap: 0;
    }

    .expertise-section .easier-description {
        text-align: left;
    }

    .expertise-section .easier-description .blue-text {
        color: #0F1822;
        font-size: 16px;
        font-weight: 400;
    }

    .expertise-items {
        padding: 48px 0 0;
    }

    .expertise-item {
        padding: 32px 20px 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .expertise-item .item-desctiption {
        font-size: 18px;
    }

    .expertise-item svg {
        width: 40px;
        height: 40px;
    }

    .register-section {
        flex-direction: column;
    }

    .register-blue {
        width: 100%;
        padding: 80px 16px 20px;
        margin-bottom: -2px;
    }

    .register-blue .primary-button {
        width: 163px;
        display: block;
    }

    .register-image-container {
        height: 320px;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center !important;
    }

    .register-gradient {
        margin-top: -2px;
        background: linear-gradient(360deg, rgba(0, 105, 168, 0) 0%, #0069A8 300px);
    }

    .register-description {
        font-size: 16px;
    }

    .register-blue h2 {
        margin-bottom: 20px;
    }
	
	.easier-image-container img {
    	height: auto;
		object-fit: cover;
	}
}