
.text, .small-text {
    margin-bottom: 0 !important;
}

.left-panel {
    display: flex;
    flex-direction: column;
    width: 831px;
    padding: 95px 73px 25px 73px;
    background: linear-gradient(180deg, #f1f2f6, #a8c0f0)
}

.left-panel .header {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


.left-panel .header .big-title {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    font-size: 64px;
    line-height: 100%;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
    text-align: left;
    display: flex;
    align-items: center;
    height: 127px;
}

.left-panel .header .work-period {
    border-radius: 8px;
    border: 2px solid #212121;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 10px 16px;
    gap: 13px;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.75);
}

.right-panel {
    display: flex;
    flex-direction: column;
    margin: 104px 134px 68px 116px;
}

.right-panel .header {
    display: flex;
    align-items: center;
    justify-items: start;
    width: 100%;
    gap: 43px;
}

.right-panel .header .logo {
    display: flex;
    gap: 23px;
}

.right-panel .header .logo .image {
    width: 90px;
    height: 90px;
}

.right-panel .header .logo .text {
    display: flex;
    flex-direction: column;
    width: 174px;
    margin: 0;
    font-size: 24px;
    line-height: 126.1%;
    font-weight: 800;
    text-align: left;
}

.right-panel .header .logo .text .top-part {
    color: rgba(0, 103, 173, 1)
}

.right-panel .header .logo .text .bottom-part {
    color: rgba(245, 59, 89, 1)
}

.right-panel .header .text {
    width: 100%;
    position: relative;
    font-size: 24px;
    line-height: 126.1%;
    color: rgba(0, 0, 0, 0.75);
    text-align: left;
    display: inline-block;
    text-wrap: balance;
}

.right-panel .body {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.right-panel .body .text {
  	width: 100%;
  	position: relative;
  	font-size: 22px;
  	font-weight: 500;
  	color: rgba(0, 0, 0, 0.75);
  	text-align: left;
  	display: inline-block;
}

.right-panel .small-text {
  	position: relative;
  	font-size: 24px;
  	line-height: 126.1%;
  	color: rgba(0, 0, 0, 0.33);
  	text-align: left;
  	display: inline-block;
}
