.container {
    width: var(--container-big);
}

.nav-links {
    width: 315px;
}

.nav-links a {
    font-size: 18px;
}

.nav-phone p {
    font-size: 18px;
}

.nav-phone {
    width: 135px;
}

.nav-phone-fb {
    width: 200px;
}

.main-heading-container {
    align-items: unset;
    padding: 20px;
}

.main-heading-container h1 {
    width: 460px;
    text-align: left;
    margin: unset;
}

.main-section-text p {
    text-align: left;
}

.main-heading-container p {
    width: 415px;
    text-align: left;
}

.main-section-btn {
    width: 85px;
}

.main-section-container {
    flex-direction: row;
    width: 100%;
}

.main-section-img {
    right: 0;
}

.main-section-img img {
    z-index: 0;
    height: calc(100vh - 80px);
    width: 100vw;
    clip-path: polygon(59% 0, 100% 0, 100% 100%, 31% 100%);
}

.main-section-text {
    z-index: 1;
    padding-top: 100px;
}

.main-section-text h1 {
    width: 400px;
    text-align: left;
}

.main-section-half-btn {
    margin: 15px 0;
}

.aboutus-heading h2 {
    text-align: left;
}

.aboutus-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutus-text {
    width: 57%;
    margin: 0;
}

.aboutus-graphic {
    width: 35%;
    height: 300px;
}

.black-box {
    bottom: 25px;
}

.aboutus-heading h2 {
    padding-bottom: 0;
}

.offer-container {
    grid-template-rows: 450px 450px 225px;
    grid-template-columns: 225px 225px 225px 225px;
    grid-template-areas: "first first second second"
    "third third fourth fourth"
    "fifth sixth seventh eighth";
}

.small-offer {
    height: 100%;
}

.small-offer .offer-heading h3 {
    font-size: 20px;
}

.small-offer .offer-text p {
    font-size: 14px;
    width: 90%;
}

.small-offer .offer-flex {
    height: 200px;
}

.insurance-desciption-section {
    padding-top: 80px;
}

.insurance-methods {
    width: 85%;
    margin: 0 auto;
    grid-template-columns: 50% 50%;
    grid-template-rows: 300px 300px;
    grid-template-areas: "remote-desc remote-img"
                         "personally-img personally-desc";

}

.remote-description {
    grid-area: remote-desc;
}

.remote-img {
    grid-area: remote-img;
}

.personally-description {
    grid-area: personally-desc;
}

.personally-img {
    grid-area: personally-img;
}

.description-container {
    display: flex;
    align-items: center;
}

.insurance-description h4 {
    font-size: 30px;
}
