.modern-slavery-register {
    background: #152234;
    height: 100%;
    color: #ffffff;
    font-family: 'Mukta', sans-serif;
}
main {
    width: 80%;
    height: 100%;
    text-align: center;
    margin: 7rem auto;
}
.h1 {
    color: #ffffff;
    font-size: 1.5625rem;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
}
img {
    max-width: 50rem;
    margin: 3.125rem auto;
}
.summary {
    max-width: 50rem;
    margin: 0.5rem auto;
}
.modern-slavery-register__cta {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 3.5rem auto;
}
.button-msr {
    display: inline-flex;
    flex-flow: column wrap;
    position: relative;
    border-radius: 1rem;
    align-items: flex-start;
    height: 10.5rem;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 1.75rem 1rem 1.75rem;
    width: 14rem;
    padding: 0.3rem 1rem;
    line-height: 1.25;
    min-height: 2rem;
    text-align: left;
    text-decoration: none;
    color: #152234;
    background: #ffffff
}
.button-msr p {
    padding-right: 1.5rem;
}
.green {
    background: #00bfb2;
}
.yellow {
    background: #ffcd00;
}
.h2 {
    margin: 1rem 0 0 0;
    font-size: 1.25rem;
}
a {
    display: flex;
    position: absolute;
    bottom: 1rem;
    font-weight: bold;
    color: #152234;
    text-decoration: none;

}
p{
    margin: 0.5rem 0 0 0;
}
.icon { 
    height: 1rem;
    width: 1rem;
    margin: 0;
    fill:  #152234;
    margin-left: 0.5rem;
}
.visually-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

@media all and (max-width: 768px) {
    img {
        max-width: 100%;
    }
    main{
        margin: 1rem auto;
    }
}