.references-cover {
    display: flex;
    position: absolute;
    top: 15%;
}
.references-cover-item {
    width: 50%;
}
.references-cover-item:first-child {
    position: relative;
    top: 80px;
    left: 15%;
}
.references-cover-item a {
    border: 1px solid;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: white;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
}
.references-cover-item a:hover {
    color: white;
    background-color: #5aae00;
    border: 1px solid #5aae00;
}
.references-cover-item h1 {
    width: 40%;
    color: #5aae00;
    margin: 10px 0;
}
.references-cover-item h3 {
    width: 40%;
    margin: 10px 0;
}
.references-cover-item p {
    width: 50%;
}
.references-cover-item img {
    width: 70%;
    border-radius: 20px;
}
.references-main .main-text {
    width: 60%;
    margin: 0 auto;
}
.references-main-content {
    display: flex;
    padding: 100px 0;
}
.references-main-content-item {
    width: 50%;
}
.references-main-content-item p {
    position: relative;
    top: 60px;
    left: 60px;
    width: 50%;
}
.references-main-content-item img {
    width: 70%;
    border-radius: 20px;
    position: relative;
    left: 10%;
}
.references-main .bottom-text {
    width: 60%;
    margin: 0 auto;
}
.references-main .bottom-text .uppercase {
    text-transform: uppercase;
}
.reference {
    text-align: center;
    position: relative;
    top: 100px;
}
.quot-btn  {
    top: 130px !important;
}
span {
    font-weight: bold;
}
@media (max-width: 320px) {
    .references-cover {
        display: inline-grid;
        top: 100px;
        position: relative;
    }
    .references-cover-item {
        width: 90%;
        left: 5%;
        position: relative;
    }
    .references-cover-item:first-child {
        left: 5%;
        width: 90%;
        top: 0;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 90%;
    }
    .references-cover-item p {
        width: 100%;
    }
    .references-cover-item img {
        position: relative;
        width: 100%;
        top: 10%;
    }
    .references-main {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 90%;
    }
    .references-main-content {
        display: inline-grid;
    }
    .references-main-content-item {
        width: 90%;
        left: 5%;
        position: relative;
    }
    .references-main-content-item p {
        width: 100%;
        left: 0;
    }
    .references-main-content-item img {
        width: 100%;
        left: 0;
    }
    .references-main .bottom-text {
        width: 90%;
    }
    .quot .quot-references {
        width: 80%;
    }
    .quot-btn {
        font-size: 12px !important;
    }
    .reference h2 {
        width: 90%;
        margin: 0 auto;
    }
}
@media (min-width: 321px) and (max-width: 375px) {
    .references-cover {
        display: inline-grid;
        top: 100px;
        position: relative;
    }
    .references-cover-item {
        width: 90%;
        left: 5%;
        position: relative;
    }
    .references-cover-item:first-child {
        left: 5%;
        width: 90%;
        top: 0;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 90%;
    }
    .references-cover-item p {
        width: 100%;
    }
    .references-cover-item img {
        position: relative;
        width: 100%;
        top: 10%;
    }
    .references-main {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 90%;
    }
    .references-main-content {
        display: inline-grid;
    }
    .references-main-content-item {
        width: 90%;
        left: 5%;
        position: relative;
    }
    .references-main-content-item p {
        width: 100%;
        left: 0;
    }
    .references-main-content-item img {
        width: 100%;
        left: 0;
    }
    .references-main .bottom-text {
        width: 90%;
    }
    .quot .quot-references {
        width: 90%;
    }
    .quot-btn {
        font-size: 12px !important;
    }
}
@media (min-width: 376px) and (max-width: 480px) {
    .references-cover {
        display: inline-grid;
        top: 100px;
        position: relative;
    }
    .references-cover-item {
        width: 90%;
        left: 5%;
        position: relative;
    }
    .references-cover-item:first-child {
        left: 5%;
        width: 90%;
        top: 0;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 90%;
    }
    .references-cover-item p {
        width: 90%;
    }
    .references-cover-item img {
        position: relative;
        width: 100%;
        top: 10%;
    }
    .references-main {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 90%;
    }
    .references-main-content {
        display: inline-grid;
    }
    .references-main-content-item {
        width: 90%;
        left: 5%;
        position: relative;
    }
    .references-main-content-item p {
        width: 100%;
        left: 0;
    }
    .references-main-content-item img {
        width: 100%;
        left: 0;
    }
    .references-main .bottom-text {
        width: 90%;
    }
    .quot .quot-references {
        width: 80%;
    }
    .quot-btn {
        font-size: 12px !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .references-cover {
        display: inline-grid;
        top: 100px;
        position: relative;
    }
    .references-cover-item {
        width: 100%;
    }
    .references-cover-item:first-child {
        left: 10%;
        width: 90%;
        top: 0;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 90%;
    }
    .references-cover-item p {
        width: 90%;
    }
    .references-cover-item img {
        width: 80%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .references-main {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 80%;
    }
    .references-main-content {
        display: inline-grid;
    }
    .references-main-content-item {
        width: 100%;
        position: relative;
    }
    .references-main-content-item p {
        width: 80%;
        left: 0;
        margin: 0 auto;
    }
    .references-main-content-item img {
        width: 80%;
    }
    .references-main .bottom-text {
        width: 80%;
    }
    .quot-btn {
        font-size: 14px !important;
    }
}
@media (min-width: 769px) and (max-width: 990px) {
    .references-cover {
        top: 100px;
        position: relative;
    }
    .references-cover-item {
        width: 100%;
    }
    .references-cover-item:first-child {
        left: 10%;
        width: 90%;
        top: 50px;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 80%;
    }
    .references-cover-item p {
        width: 70%;
    }
    .references-cover-item img {
        width: 80%;
    }
    .references-main {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 60%;
    }
    .references-main-content {
        padding: 100px 0;
        display: inline-grid;
    }
    .references-main-content-item {
        width: 100%;
        left: 0;
        position: relative;
        text-align: center;
    }
    .references-main-content-item:nth-child(2) {
        width: 100%;
    }
    .references-main-content-item p {
        width: 60%;
        left: 0;
        top: 40px;
        margin: 0 auto;
        text-align: left;
    }
    .references-main-content-item img {
        width: 50%;
        left: 0;
    }
    .references-main .bottom-text {
        width: 60%;
    }
}
@media (min-width: 991px) and (max-width: 1400px) {
    .references-cover {
        top: 100px;
        position: relative;
    }
    .references-cover-item {
        width: 100%;
    }
    .references-cover-item:first-child {
        left: 10%;
        width: 90%;
        top: 50px;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 50%;
    }
    .references-cover-item p {
        width: 60%;
    }
    .references-cover-item img {
        position: relative;
        left: 10%;
        width: 70%;
    }
    .references-main {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 60%;
    }
    .references-main-content-item {
        width: 100%;
        left: 5%;
        position: relative;
    }
    .references-main-content-item:nth-child(2) {
        width: 70%;
        top: 100px;
        left: -5%;
    }
    .references-main-content-item p {
        width: 70%;
        left: 0;
        top: 0px;
        margin: 0;
    }
    .references-main-content-item img {
        width: 60%;
        left: 8%;
    }
    .references-main .bottom-text {
        width: 60%;
    }
    .reference {
        width: 80% !important;
        margin: 0 auto !important;
    }
    .reference .references-box {
        width: 350px;
        height: 500px;
    }
}
@media (min-width: 1401px) and (max-width: 1920px) {
    .references-cover {
        top: 100px;
        position: relative;
    }
    .references-cover-item {
        width: 100%;
    }
    .references-cover-item:first-child {
        left: 15%;
        width: 90%;
        top: 100px;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 70%;
    }
    .references-cover-item p {
        width: 50%;
    }
    .references-cover-item img {
        width: 55%;
        top: 20px;
        left: 12%;
        position: relative;
    }
    .references-main {
        position: relative;
        top: 150px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 60%;
    }
    .references-main-content-item {
        width: 100%;
        left: 10%;
        position: relative;
    }
    .references-main-content-item:nth-child(2) {
        width: 70%;
        top: 150px;
        left: 0;
    }
    .references-main-content-item p {
        width: 80%;
        left: -10%;
        top: 0px;
        margin: 0;
    }
    .references-main-content-item img {
        width: 55%;
        left: 9%;
    }
    .references-main .bottom-text {
        width: 60%;
    }
    .reference {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .reference .references-box {
        width: 300px;
        height: 450px;
    }
}
@media (min-width: 1921px) {
    .references-cover {
        top: 150px;
        position: relative;
    }
    .references-cover-item {
        width: 100%;
    }
    .references-cover-item:first-child {
        left: 20%;
        width: 90%;
        top: 150px;
    }
    .references-cover-item h1 {
        width: 90%;
    }
    .references-cover-item h3 {
        width: 70%;
    }
    .references-cover-item p {
        width: 50%;
    }
    .references-cover-item img {
        width: 55%;
        top: 20px;
        left: 10%;
        position: relative;
    }
    .references-main {
        position: relative;
        top: 200px;
        margin-bottom: 200px;
    }
    .references-main .main-text {
        width: 60%;
        text-align: center;
    }
    .references-main-content-item {
        width: 80%;
        left: 15%;
        position: relative;
    }
    .references-main-content-item:nth-child(2) {
        width: 70%;
        top: 200px;
        left: 0%;
    }
    .references-main-content-item p {
        width: 50%;
        left: 10%;
        top: 0px;
        margin: 0;
    }
    .references-main-content-item img {
        width: 55%;
    }
    .references-main .bottom-text {
        width: 60%;
    }
    .reference {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .reference .references-box {
        width: 300px;
        height: 450px;
    }
}