html, body {
    height: 100vh;
}

:focus {outline: none;}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 0;
    color: #323A3F;
    background: #fff;
    margin: 0;
}

.ingra {font-family: 'imgra', sans-serif;}
.roboto {font-family: 'roboto', sans-serif;}

.reg {font-size: 12pt; font-weight: 500;}
.med {font-size: 16pt; font-weight: 500;}
.sml {font-size: 8pt; font-weight: 500;}
.lrg {font-size: 40pt;}
.xlrg {font-size: 50pt; margin-block-end: 0;}
.bold {font-weight: bold;}
.white {color: #fff;}
.blue {color: #193E73;}
.pink {color: #CC3065;}
.yellow {color: #F9AF15;}
.center {text-align: center;}
.clear {text-decoration: none;}

h1 {font-size: 30pt;}
h2 {font-size: 28pt; font-weight: 600;}
h3 {font-size: 24pt; font-weight: 500;}
h4 {font-size: 16pt; font-weight: 500;}
h5 {font-size: 18pt; font-weight: 700; margin-block-start: 0; margin-block-end: 0.2em;}
.none {margin-block-end: 0; margin-block-start: 0;}
.min {margin-block-start: 0.5em; margin-block-end: 0.5em;}

div.pink {background-color: #CC3065;}
div.blue {background-color: #193E73;}

.wrapper {
    width: 100%;
    height: 100%;
}

.header-strip {
    width: 100%;
}

.header-strip-content {
    width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.logo {
    width: 200px;
    display: inline-block;
}

.logo-2 {
    width: 250px;
}

.header-logo {
    width: 100%;
}

.menu {
    width: 1000px;
    display: inline-block;
    position: relative;
    height: 60px;
    padding-top: 20px;
    box-sizing: border-box;
}

nav {
    width: 818px;
    position: absolute;
    right: 0;
}

.nav-element {
    display: inline-block;
    text-align: center;
    padding-bottom: 2px;
    vertical-align: top;
    height: 24px;
    box-sizing: border-box;
}

.home {width: 82px; padding-top: 2px;}
.about {width: 103px; padding-top: 2px;}
.umbrella {width: 106px; padding-top: 2px;}
.limited {width: 164px; padding-top: 2px;}
.accountancy {width: 132px; padding-top: 2px;}
.contact {width: 96px; padding-top: 2px;}
.tel {width: 135px;}

.nav-link {
    font-size: 11pt;
    font-weight: 700;
    color: #193E73;
    text-decoration: none;
}

.nav-link-tel {
    font-family: 'ingra', sans-serif;
    display: inline-block;
    font-size: 12pt;
    font-weight: 600;
    color: #193E73;
    text-decoration: none;
    vertical-align: top;
    padding-top: 2px;
}

.nav-element:hover {
    cursor: pointer;
    border-bottom: 3px solid #CC3065;
}

.current {
    border-bottom: 3px solid #CC3065;
}

.tel-icon {
    width: 25px;
    display: inline-block;
    margin-right: 2px;
}

.cta-strip {
    width: 100%;
}

.cta-strip-content {
    width: 1200px;
    height: 500px;
    margin: auto;
}

.cta-home {
    background-image: url('../_images/cta.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.cta-umbrella {
    background-image: url('../_images/cta-umbrella.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.cta-limited {
    background-image: url('../_images/cta-limited.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.cta-accountancy {
    background-image: url('../_images/cta-accountancy.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.cta-contact {
    width: 100%;
    height: 480px;
    background-image: url('../_images/cta-contact.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.cta-about {
    width: 100%;
    height: 450px;
    background-image: url('../_images/cta-about.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.cta-content-block {
    width: 500px;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

.cta-content-block-umbrella {
    width: 450px;
    height: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

.cta-content-block-limited {
    width: 450px;
    height: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

.cta-content-block-accountancy {
    width: 450px;
    height: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

.cta-content-block-about-wrap {
    width: 1200px;
    margin: auto;
}

.cta-content-block-about {
    width: 620px;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
}

.cta-header {
    font-size: 32pt;
    font-weight: 700;
}

.cta-text {
    font-size: 12pt;
    font-weight: 300;
    color: #323A3F;
}

.cta-button {
    margin-top: 20px;
    width: 300px;
    height: 44px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #CC3065;
    border-radius: 22px;
    background: #CC3065;
    color: #fff;
    font-size: 12pt;
    font-weight: 600;
}

.cta-button:hover {
    cursor: pointer;
    background: #fff;
    color: #CC3065;
    border: 2px solid #CC3065;
    box-shadow: 0 0 0 2px #fff;
}

.strip {
    width: 100%;
}

.strip-5 {
    width: 100%;
    height: 5px;
}

.strip-content {
    width: 1200px;
    margin: auto;
    padding: 80px 0 110px 0;
    position: relative;
}

.strip-content-2 {
    width: 1200px;
    margin: auto;
    padding: 60px 0 70px 0;
    position: relative;
}

.strip-content-sml {
    width: 1200px;
    margin: auto;
    padding: 20px 0 40px 0;
    position: relative;
}

.strip-content-sml-2 {
    width: 1200px;
    margin: auto;
    padding: 10px 0;
    position: relative;
}

.strip-content-sml-3 {
    width: 1200px;
    margin: auto;
    padding: 40px 0 50px 0;
    position: relative;
}

.strip-content-sml-4 {
    width: 1200px;
    margin: auto;
    padding: 5px 0;
    position: relative;
}

.arrows {
    background-image: url('../_images/arrows.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}

.content-right {
    width: 620px;
    margin-left: 600px;
}

.ir35 {
    background-image: url('../_images/ir35.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.left-60 {
    width: 720px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    box-sizing: border-box;
}

.right-40 {
    width: 480px;
    display: inline-block;
    vertical-align: top;
}

.contact-us {
    margin-top: 35px;
    float: right;
    width: 200px;
    height: 44px;
    border: 2px solid #193E73;
    box-shadow: 0 0 0 2px #CC3065;
    border-radius: 22px;
    background: #CC3065;
    color: #fff;
    font-size: 12pt;
    font-weight: 600;
}

.contact-us:hover {
    cursor: pointer;
    background: #fff;
    color: #CC3065;
    border: 2px solid #CC3065;
    box-shadow: 0 0 0 2px #fff;
}

.choose {
    height: 400px;
    background-image: url('../_images/choose.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 80px;
    box-sizing: border-box;
}

.umbrella-banner {
    height: 450px;
    background-image: url('../_images/umbrella-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    box-sizing: border-box;
}

.confused {
    height: 550px;
    background-image: url('../_images/confused.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}

.icon-block {
    width: 25%;
    display: inline-block;
    padding: 40px 55px 30px 55px;
    box-sizing: border-box;
    vertical-align: top;
}

.icon-image-block {
    width: 80px;
    margin: 0 auto 15px auto;
}

.icon-image {
    width: 100%;
}

.footer-strip {
    width: 100%;
    background-color: #6FA2D7;
}

.footer-strip-content {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
    box-sizing: border-box;
}

.footer-logo {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.footer-logo-image {
    width: 100%;
}

.footer-contact {
    width: 1000px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    padding-top: 10px;
}

.footer-link {
    font-size: 12pt;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.end {
    padding: 8px 0;
}

.privacy-link {
    text-decoration: none;
    color: #323A3F;
}

.privacy-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.umbrella-choices {
    width: 320px;
    display: block;
    margin: 50px auto 0 auto;
    height: 44px;
    border: 2px solid #CC3065;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 22px;
    background: #fff;
    color: #CC3065;
    font-size: 12pt;
    font-weight: 600;
}

.umbrella-choices:hover {
    cursor: pointer;
    background: #CC3065;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #CC3065;
}

.umbrella-banner-content {
    width: 800px;
    padding-top: 20px;
}

.w50 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.w60 {
    width: 60%;
    display: block;
    vertical-align: top;
}

.coffee {
    height: 700px;
    background-image: url('../_images/coffee.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ipad-worker {
    height: 700px;
    background-image: url('../_images/ipad-worker.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.accountant {
    height: 700px;
    background-image: url('../_images/accountant.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.confused-guy {
    height: 450px;
    margin-top: 30px;
    background-image: url('../_images/confused.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.form-block {
    width: 100%;
    height: 700px;
    position: relative;
}

.form-content {
    width: 600px;
    position: absolute;
    right: 0;
    padding: 40px 160px 40px 0;
    box-sizing: border-box;
}

.input {
    width: 100%;
    height: 34px;
    border: none;
    background: #fff;
    color: #323A3F;
    font-size: 12pt;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.submit {
    width: 120px;
    height: 36px;
    border: none;
    border-radius: 18px;
    color: #193E73;
    font-size: 14pt;
    background: #fff;
    margin-top: 20px;
}

.submit:hover {
    color: #fff;
    background: #193E73;
    border: 2px solid #fff;
    cursor: pointer;
}

.form {
    width: 440px;
    height: 350px;
    position: relative;
}

.success {
    display: none;
    position: absolute;
    top: 0;
    width: 440px;
    height: 350px;
    background: #193E73;
    z-index: 2;
    padding-top: 50px;
    box-sizing: border-box;
}

.limited-choices {
    width: 350px;
    display: block;
    margin: 50px auto 0 auto;
    height: 44px;
    border: 2px solid #193E73;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 22px;
    background: #fff;
    color: #193E73;
    font-size: 12pt;
    font-weight: 600;
}

.limited-choices:hover {
    cursor: pointer;
    background: #193E73;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #193E73;
}

.accountancy-choices {
    width: 330px;
    display: block;
    margin: 50px auto 0 auto;
    height: 44px;
    border: 2px solid #CC3065;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 22px;
    background: #fff;
    color: #CC3065;
    font-size: 12pt;
    font-weight: 600;
}

.accountancy-choices:hover {
    cursor: pointer;
    background: #CC3065;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #CC3065;
}

.icons {
    background-image: url('../_images/icons.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 30px 40px 30px;
    box-sizing: border-box;
}

.nav-icon {
    width: 25px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: -20px;
    display: none;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
  
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #CC3065;
    border-radius: 1.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
  
.nav-icon span:nth-child(1) {
    top: 0px;
}
  
.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
    top: 6px;
}
  
.nav-icon span:nth-child(4) {
    top: 12px;
}
  
.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
  
.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.contact-form {
    width: 800px;
    margin: auto;
}

.contact-form-block {
    width: 850px;
    height: 260px;
    margin: auto;
    position: relative;
}
.contact-form-w50 {
    width: 50%;
    display: inline-block;
    padding: 30px 10px 20px 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.text-area {
    width: 100%;
    height: 132px;
    border: none;
    background: #fff;
    color: #323A3F;
    font-size: 12pt;
    padding: 8px 10px;
    box-sizing: border-box;
    resize: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.contact-submit {
    width: 130px;
    height: 36px;
    display: block;
    margin: 10px auto;
    border: none;
    border-radius: 18px;
    color: #193E73;
    font-size: 14pt;
    font-weight: 600;
    background: #fff;
}

.contact-submit:hover {
    cursor: pointer;
    background: #193E73;
    color: #fff;
    border: 2px solid #fff;
}

.contact-success {
    position: absolute;
    top: 0;
    width: 850px;
    height: 260px;
    background: #193E73;
    display: none;
    z-index: 2;
}

.break {
    display: none;
    height: 10px;
}

.icons-block {
    padding: 40px 0;
}

.icon-wrap {
    padding-top: 30px;
}

.icon-block-2 {
    width: 80px;
    display: inline-block;
}

.icon-block-image {
    width: 100%;
}

.icon-block-text {
    width: 520px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1500px){
    .umbrella-banner-content {
        width: 700px;
    }
    .form-content {
        padding: 40px 0;
        display: block;
        position: relative;
        margin: auto;
        width: 450px;
    }
    .cta-about{
        height: 400px;
    }
}

@media only screen and (max-width: 1260px){
    .header-strip-content {
        width: 100%;
    }
    .strip-content-sml-4 {
        width: 100%;
    }
    .strip-content, .strip-content-sml, .cta-strip-content {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .logo {
        display: block;
        margin: auto;
    }
    .menu {
        width: 818px;
        display: block;
        margin: auto;
    }
    .arrows {
        background-image: url('../_images/arrows-2.png');
    }
    .content-right {
        width: 550px;
        margin-left: 450px;
    }
    .left-60 {
        width: 100%;
        display: block;
    }
    .left-60 > h3, .left-60 > p {
        text-align: center;
    }
    .right-40 {
        display: block;
        width: 100%;
    }
    .contact-us {
        display: block;
        margin: 40px auto 0 auto;
        float: none;
    }
    .footer-strip-content {
        width: 100%;
        padding: 30px;
    }
    .footer-logo {
        width: 50%;
        display: inline-block;
    }
    .footer-logo-image {
        width: 200px;
    }
    .footer-contact {
        width: 50%;
        display: inline-block;
    }
    .umbrella-banner-content {
        width: 640px;
    }
    .cta-limited {
        background-size: 60%;
    }
    .cta-content-block-limited {
        padding-top: 70px;
    }
    .cta-contact {
        height: 370px;
        background-position: bottom center;
    }
    .strip-content-sml-2 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .cta-about {
        height: 380px;
        background-position: center bottom;
    }
    .cta-content-block-about-wrap {
        width: 100%;
    }
    .strip-content-2 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .icon-block-text {
        width: 400px;
    }
    .strip-content-sml-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 1160px){
    .cta-content-block-umbrella {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
    .cta-umbrella {
        background-position: bottom center;
        background-size: 60%;
    }
    .umbrella-banner {
        height: 520px;
        background-size: contain;
        background-position: right bottom;
    }
    .umbrella-banner-content {
        width: 100%;
    }
    .umbrella-banner-content > h2 {
        text-align: center;
    }
    .form-content {
        width: 100%;
        text-align: center;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .form {
        width: 100%;
    }
    .cta-contact {
        height: 340px;
    }
    .cta-about {
        height: 500px;
    }
}

@media only screen and (max-width: 1090px){
    .content-right {
        margin-left: 350px;
    }
    .choose > .strip-content > h2 {
        text-align: center;
    }
    .cta-accountancy {
        background-size: 55%;
    }
    .cta-contact {
        height: 300px;
    }
    .strip-content-sml-2 {
        width: 600px;
    }
    .icon-block-text {
        width: 300px;
    }
}

@media only screen and (max-width: 1000px){
    .cta-strip-content {
        height: 400px;
    }
    .cta-content-block {
        width: 100%;
        padding-top: 10px;
    }
    .cta-header {
        font-size: 26pt;
    }
    .content-right {
        width: 100%;
        margin-left: 0;
        height: 450px;
    }
    .arrows {
        background-image: url('../_images/arrows.png');
        background-size: 80%;
        background-position: bottom center;
    }
    .icon-block {
        width: 50%;
    }
    .umbrella-banner {
        height: 480px;
    }
    .cta-content-block-limited {
        width: 400px;
        padding-top: 50px;
        text-align: center;
    }
    .cta-limited {
        background-size: 50%;
    }
    .cta-content-block-accountancy {
        width: 400px;
    }
    .contact-form, .contact-success {
        width: 700px;
    }
    .contact-form-block {
        width: 700px;
    }
}

@media only screen and (max-width: 900px){
    .nav-icon {
        display: block;
    }
    .menu {
        width: 100%;
        height: auto;
        padding-top: 0;
    }
    nav {
        width: 100%;
        position: relative;
        display: none;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #fff;
    }
    .nav-element {
        display: block;
        width: 100%;
        background: #fff;
        height: 25px;
        padding-top: 5px;
    }
    .current {
        border: none;
    }
    .current > .nav-link {
        color: #CC3065;
    }
    .nav-element:hover {
        border: none;
    }
    .nav-link:hover, .nav-link-tel:hover {
        color: #CC3065;
    }
    .umbrella-banner {
        height: 400px;
    }
    .umbrella-banner-content > h2 {
        font-size: 22pt;
    }
    .lrg {
        font-size: 26pt;
    }
    .w50 {
        width: 100%;
    }
    .coffee, .ipad-worker, .accountant {
        height: 500px;
    }
    .confused {
        height: 300px;
        background-size: contain;
    }
    .icon-wrap {
        width: 500px;
        margin: auto;
    }
    .icon-block-text {
        width: 420px;
    }
}

@media only screen and (max-width: 850px){
    .confused-guy {
        background: none;
        height: auto;
    }
    .logo-2 {
        margin: auto;
    }
    .w60 {
        width: 100%;
        text-align: center;
    }
    .cta-strip-content {
        height: 300px;
    }
    .cta-home {
        background-image: none;
    }
    .cta-home-mob {
        width: 100%;
        height: 300px;
        background-image: url('../_images/cta.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        display: block;
    }
    .cta-content-block {
        margin: auto;
        padding-top: 0;
    }
    .cta-header, .cta-text {
        text-align: center;
    }
    .cta-button {
        display: block;
        margin: 20px auto;
    }
    .cta-umbrella {
        background-size: 50%;
    }
    .cta-limited {
        height: 400px;
        background-position: center bottom;
    }
    .cta-content-block-limited {
        width: 100%;
        padding-top: 0;
    }
    .cta-content-block-accountancy {
        width: 100%;
        padding-top: 0;
    }
    .cta-accountancy {
        height: 400px;
        background-size: 50%;
        background-position: center bottom;
    }
    .contact-form, .contact-form-block, .contact-success {
        width: 100%;
    }
    .contact-form > h2 {
        font-size: 22pt;
    }
    .cta-about {
        height: 400px;
    }
    .cta-content-block-about {
        width: 100%;
    }
}

@media only screen and (max-width: 700px){
    .content-right {
        height: 550px;
    }
    .arrows {
        background-size: 90%;
    }
    .cta-umbrella {
        background-size: 60%;
    }
    .umbrella-banner {
        height: 350px;
    }
    .umbrella-banner-content > h2 {
        font-size: 20pt;
    }
    .lrg {
        font-size: 20pt;
    }
    .cta-limited {
        background-size: 60%;
    }
    .cta-accountancy {
        background-size: 60%;
    }
    .contact-form-block {
        height: 390px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    .contact-success {
        height: 390px;
    }
    .contact-form-w50 {
        width: 100%;
        display: block;
        margin: auto;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .contact-submit {
        margin-top: 30px;
    }
    .strip-content-sml-2 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .strip-content-sml-2 > h2 {
        font-size: 20px;
    }
    .break {
        display: block;
    }
}

@media only screen and (max-width: 550px){
    .icon-block {
        width: 100%;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-logo-image {
        display: block;
        margin: auto;
    }
    .footer-contact {
        width: 100%;
        text-align: center;
    }
    .cta-umbrella {
        background-size: 70%;
    }
    .umbrella-banner {
        height: auto;
        padding-bottom: 50px;
    }
    .cta-limited {
        background-size: 65%;
    }
    .cta-accountancy {
        background-size: 70%;
    }
    .cta-contact {
        height: 200px;
        background-size: 140%;
    }
    .limited-choices, .accountancy-choices {
        width: 300px;
        height: 56px;
        border-radius: 28px;
    }
    .cta-home-mob {
        margin-top: 30px;
    }
    .icon-wrap {
        width: 300px;
    }
    .icon-block-text {
        width: 220px;
    }
}